Prepare Master for 4.3
Reference to 4.3 Refactor `what's new` for 4.3
This commit is contained in:
committed by
Artem Bilan
parent
1fe50138f0
commit
051b393ed0
@@ -44,7 +44,7 @@ public abstract class AbstractIntegrationNamespaceHandler implements NamespaceHa
|
||||
|
||||
protected final Log logger = LogFactory.getLog(this.getClass());
|
||||
|
||||
private static final String VERSION = "4.2";
|
||||
private static final String VERSION = "4.3";
|
||||
|
||||
private final NamespaceHandlerDelegate delegate = new NamespaceHandlerDelegate();
|
||||
|
||||
|
||||
@@ -1,31 +0,0 @@
|
||||
/*
|
||||
* Copyright 2014 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.integration.core;
|
||||
|
||||
import org.springframework.context.Lifecycle;
|
||||
|
||||
/**
|
||||
* The {@link Lifecycle} marker interface for backward compatibility.
|
||||
* Will be deprecated in 4.2 and removed in the future releases.
|
||||
*
|
||||
* @author Artem Bilan
|
||||
* @since 4.0.6
|
||||
* @deprecated since 4.2 in favor of direct {@link Lifecycle} usage.
|
||||
*/
|
||||
@Deprecated
|
||||
public interface LifecycleMessageSource<T> extends MessageSource<T>, Lifecycle {
|
||||
}
|
||||
@@ -1,2 +1,2 @@
|
||||
http\://www.springframework.org/schema/integration/spring-integration-4.2.xsd=org/springframework/integration/config/xml/spring-integration-4.2.xsd
|
||||
http\://www.springframework.org/schema/integration/spring-integration.xsd=org/springframework/integration/config/xml/spring-integration-4.2.xsd
|
||||
http\://www.springframework.org/schema/integration/spring-integration-4.3.xsd=org/springframework/integration/config/xml/spring-integration-4.3.xsd
|
||||
http\://www.springframework.org/schema/integration/spring-integration.xsd=org/springframework/integration/config/xml/spring-integration-4.3.xsd
|
||||
|
||||
Reference in New Issue
Block a user