Skip to content
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

refs #410: pull out annotations to own package #411

Merged
merged 3 commits into from
Oct 6, 2024

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.

2 participants