Spring transaction helper

I am introducing my first plugin. It may come in handy for some enterprise developers. However, I wrote it for myself in the first place.

The Spring Transaction Helper plugin is designed to enhance the development experience for users of the Spring Framework by providing robust support for declarative transaction management using the @Transactional annotation. Under the hood it builds a tree of transaction declarations and analyzes it in search of potential bugs and anomalies. Also it has a function of visualizing the whole tree to the user.

Would love to hear feedback! Also curious if the plugin itself is useful, or is implemented somewhere i could not find…
Thank you!

Hi, just an advice: your screenshots are not readable on a 15” 1080p screen ^^.
Also, don’t forget to make your plugin compatible with the latest stable IDE version: IJ 2025.2.*.

1 Like

@irina.talanova003 IntelliJ 2025.2.3 is already out, but plugin v1.0.2 is compatible up to 2025.1.6. Please update, looking forward to trying out your plugin.

1 Like

Thank you! Updated the plugin to support newer versions