-
Notifications
You must be signed in to change notification settings - Fork 224
Open
Labels
for: eclipsesomething that is specific for Eclipsesomething that is specific for Eclipsefor: vscodesomething that is specific for VSCodesomething that is specific for VSCodetheme: validationtype: enhancement
Milestone
Description
Add a valuation that checks for:
- does the project use Spring Modulith?
- is a method annotated with
@Async,@Transactional,@TransactionalEventListener
if this applies to a method, add a reconciler diagnostics that tells users that they can use @ApplicationModuleListener instead and offer a quick fix that replaces those three annotations with @ApplicationModuleListener.
Keep in mind to transfer corresponding annotation attributes when refactoring this to @ApplicationModuleListener.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
for: eclipsesomething that is specific for Eclipsesomething that is specific for Eclipsefor: vscodesomething that is specific for VSCodesomething that is specific for VSCodetheme: validationtype: enhancement