Skip to content

Fix new classes and packages tangles #3898

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 3, 2022

Conversation

artembilan
Copy link
Member

  • Move MessagingAnnotationPostProcessor and MethodAnnotationPostProcessor impls out of the config.annotation package due to usage of the FactoryBean configs
  • Move GenericHandler and GenericTransformer to the core package to break a tangle with a LambdaMessageProcessor
  • Clean up affected tests and docs

* Move `MessagingAnnotationPostProcessor` and `MethodAnnotationPostProcessor` impls
out of the `config.annotation` package due to usage of the `FactoryBean` configs
* Move `GenericHandler` and `GenericTransformer` to the `core` package to break
a tangle with a `LambdaMessageProcessor`
* Clean up affected tests and docs
@artembilan
Copy link
Member Author

This is some kind of a breaking change, but I guess it is still legit to do this in the current major version milestone.
Will add a Migration Guide note after merging.

@garyrussell garyrussell merged commit 0eb6ae1 into spring-projects:main Oct 3, 2022
@artembilan
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants