Skip to content

Commit

Permalink
Fix new tangle introduced by Control Bus changes
Browse files Browse the repository at this point in the history
- tangle between `expression` and `endpoint`
- move `Pausable` to `core`
  • Loading branch information
garyrussell authored and artembilan committed Jun 14, 2019
1 parent 173eca2 commit 2fb7554
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package org.springframework.integration.endpoint;
package org.springframework.integration.core;

import org.springframework.context.Lifecycle;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import org.springframework.core.annotation.MergedAnnotations;
import org.springframework.core.annotation.RepeatableContainers;
import org.springframework.expression.MethodFilter;
import org.springframework.integration.endpoint.Pausable;
import org.springframework.integration.core.Pausable;
import org.springframework.jmx.export.annotation.ManagedAttribute;
import org.springframework.jmx.export.annotation.ManagedOperation;
import org.springframework.util.CustomizableThreadCreator;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@
import org.springframework.integration.context.IntegrationContextUtils;
import org.springframework.integration.core.MessageSource;
import org.springframework.integration.core.MessagingTemplate;
import org.springframework.integration.core.Pausable;
import org.springframework.integration.endpoint.AbstractEndpoint;
import org.springframework.integration.endpoint.MethodInvokingMessageSource;
import org.springframework.integration.endpoint.Pausable;
import org.springframework.integration.endpoint.PollingConsumer;
import org.springframework.integration.expression.SpelPropertyAccessorRegistrar;
import org.springframework.integration.gateway.GatewayProxyFactoryBean;
Expand Down
5 changes: 5 additions & 0 deletions src/reference/asciidoc/whats-new.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ If you are interested in the changes and features that were introduced in earlie

If you are interested in more details, see the Issue Tracker tickets that were resolved as part of the 5.2 development process.

[[x5.2-package-clas]]
=== Package and Class Changes

`Pausable` has been moved from `o.s.i.endpoint` to `o.s.i.core`.

[[x5.2-new-components]]
=== New Components

Expand Down

0 comments on commit 2fb7554

Please sign in to comment.