Skip to content

Conversation

@JaidenAshmore
Copy link
Owner

@JaidenAshmore JaidenAshmore commented Oct 6, 2024

To reduce the amount of code needed to implement a new annotation based framework, i.e. micronaut, a bunch of the spring logic has been split off into different packages, some to core and others to a new annotations package. This means you could use an annotation based method for running message listeners without needing Spring as there isn't really anything spring about it.

Breaking Changes
A bunch of the package paths will have changed and any custom implementations of certain classes may break on an upgrade.

@JaidenAshmore JaidenAshmore marked this pull request as ready for review October 6, 2024 05:40
@JaidenAshmore JaidenAshmore added this to the 7.0.0 milestone Oct 6, 2024
@JaidenAshmore JaidenAshmore merged commit 0f4482a into 7.x Oct 6, 2024
2 checks passed
@coveralls
Copy link

Coverage Status

coverage: 96.433% (+0.2%) from 96.244%
when pulling aeca30b on 410_pull_out_spring_boot_api
into 5630a7a on 7.x.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants