Skip to content

quickfix to adopt ApplicationModuleListener#1904

Open
NoddyN wants to merge 1 commit into
spring-projects:mainfrom
NoddyN:quickfix-to-adopt-ApplicationModuleListener
Open

quickfix to adopt ApplicationModuleListener#1904
NoddyN wants to merge 1 commit into
spring-projects:mainfrom
NoddyN:quickfix-to-adopt-ApplicationModuleListener

Conversation

@NoddyN

@NoddyN NoddyN commented Jun 2, 2026

Copy link
Copy Markdown

Signed-off-by: NaveenSAngadi naveensangadi92@gmail.com

ApplicationModuleListenerReconciler warns when a method in a Spring Modulith project is annotated with all three of @async, @transactional, and @TransactionalEventListener, suggesting they be replaced by the single composed @ApplicationModuleListener. A quick fix performs the replacement automatically, transferring any attributes from @TransactionalEventListener to the new annotation and cleaning up the imports. #1800

Signed-off-by: NaveenSAngadi <naveensangadi92@gmail.com>
@martinlippert

Copy link
Copy Markdown
Member

Is this work-in-progress?

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