Spring Tools
springtools.bsky.social
Spring Tools
@springtools.bsky.social
Spring Tools for Visual Studio Code, Cursor, Eclipse, and Theia: https://spring.io/tools
Pinned
Spring Tools 5.4.0 released for @vscode.dev, Cursor, Eclipse Java IDE 2026-09, Theia IDE - and Claude Code - download from spring.io/tools - for more details: github.com/spring-proje...
Tools
State of the art open source Spring tooling for your favorite coding environment. Provides world-class support for developing Spring-based enterprise applications, whether you prefer Visual Studio Cod...
spring.io
Spring Tools 5.4.0 released for @vscode.dev, Cursor, Eclipse Java IDE 2026-09, Theia IDE - and Claude Code - download from spring.io/tools - for more details: github.com/spring-proje...
Tools
State of the art open source Spring tooling for your favorite coding environment. Provides world-class support for developing Spring-based enterprise applications, whether you prefer Visual Studio Cod...
spring.io
September 9, 2026 at 3:59 PM
Good news: we fixed an issue that caused inner class records to show up as bean definitions - so in case you came across this in the past, make sure to update to the latest release 😊
August 13, 2026 at 11:48 AM
Bringing more Spring smartness to your coding agent doesn't stop with delivering specific diagnostics, it comes with the corresponding quick fixes for those observations as well - now as skills and explanation markdowns that tell the agent precisely how to improve the code and fix the issue 🎉
August 11, 2026 at 2:21 PM
Our extension for Claude Code can tell your agent what seems to be wrong with your project from a Spring perspective by deliverung diagnostics information directly to the agent - pretty nice to safe tokens and to enhance the agent with more Spring smartness 😎🥳
August 6, 2026 at 10:45 AM
Our extension for Claude Code comes with a nice little skill that integrates Spring Initializr into Claude Code, making it super easy to create new Spring Boot projects right from within Claude Code... 😎🚀
August 4, 2026 at 3:19 PM
Spring Tools 5.3.0 released for @vscode.dev , Cursor, Eclipse Java IDE 2026-06, Theia IDE, and Claude Code - download from spring.io/tools - for more details: github.com/spring-proje...
Release 5.3.0.RELEASE · spring-projects/spring-tools
important highlights (Spring Boot) Accurate Validation: Fixed false positive lints, inner record bean misdetection, and native query checks. (Spring Boot) Code Modernization: Switched from RestTem...
github.com
July 30, 2026 at 7:40 AM
Out now: Spring Tools for Claude Code 🥳🚀🎉 In case you haven't seen this, we added Claude Code to the family of supported coding environments - bringing Spring related tools and skills to Claude Code. All early stages and experimental, but feel free to give it a try: github.com/spring-proje...
July 2, 2026 at 10:09 AM
And the quick fix can not just convert individual references, but several in one go 🥳
June 30, 2026 at 1:21 PM
If you would like to know more about type-safe property references in Spring Data, there is a great talk by Mark Paluch, the awesome brain behind this, from Spring IO 2026 about this: www.youtube.com/watch?v=f5eh...
June 25, 2026 at 8:04 PM
Not using the new type-safe property references in Spring Data yet? We are here to help 😎. Introducing a new validation that flags string-based property references automatically - and provides a quick fix to switch to the new mechanism 🚀🥳
June 25, 2026 at 7:51 PM
If you are building MCP servers with Spring AI, having a good tool description can be key for an LLM to pick the right one. So we added a validation that checks for a (configurable) minimum length - just as a first indicator 😀
June 23, 2026 at 12:06 PM
The new support for Spring AI in the Spring Tools starts with indexing the Spring AI annotations and giving you a nice overview in the outline view as well as the symbols navigation 😎🥳 @spring-ai.bsky.social
June 19, 2026 at 9:02 AM
The version validation got a new option: in addition to fetching GA version information from spring.io, you can switch to a repository-based resolution, so if you have a company-internal or commercial repository configued, you will see validations based on those versions directly in your IDE 🥳🚀
June 16, 2026 at 1:44 PM
See the latest and greatest from Spring Tools in action, as @springtools.bsky.social lead @martinlippert.bsky.social gave a talk at JCON 2026 conference - and the recording is available now
"Deep insights and ready for AI - Spring Tools 5 in Action" - the recording of my talk at JCON 2026 about the Spring Tools in action is now online: www.youtube.com/watch?v=oeR4... 😎🥳
Deep insights and ready for AI - Spring Tools 5 in Action | Martin Lippert (EN)
YouTube video by JAVAPRO
www.youtube.com
June 12, 2026 at 8:25 AM
Spring Tools 5.2.0 released for @vscode.dev, Cursor, Eclipse Java IDE 2026-06, Theia IDE - and Claude Code now - download from spring.io/tools - for more details: github.com/spring-proje...
June 10, 2026 at 5:00 PM
The next Spring Tools release is dropping next week. And it comes with something we're genuinely excited about that maybe surprises you - or maybe not. 😉 Can't wait to ship it. Stay tuned. 👀
June 3, 2026 at 12:20 PM
Speaking of performance, we also removed the initial delay when opening the new logical structure view in VSCode for the first time. The content now shows up almost instantly 🚀😎
May 28, 2026 at 3:01 PM
The language server inside the Spring Tools is built as a Spring Boot application, so we went ahead and integrated the option to create a Project Leyden based AOT cache to improve startup speed and reduce memory consumption of the language server process. Feel free to give it a try... 😀🚀
May 26, 2026 at 2:22 PM
Just in case something from the Spring Tools isn't working as expected and you would like to submint an issue and attach some logs: we made it a lot easier to configure the log level and the log destination when working inside of Eclipse
May 22, 2026 at 10:02 AM
The wait is over, we finally brought back the "Spring" view category in Eclipse, so you can find all the awesome Spring-specific views there: the logical structure view, the symbols view, and the good old dashboard for all your Spring apps in your workspace 🥳😂
May 19, 2026 at 12:11 PM
This new validation is awesome, but we don't stop there. Here comes the corresponding quick fix that let's you configure API versioning (both ways, via a WebConfigurer or related Spring Boot properties) without writing everything yourself 🥳😎
May 7, 2026 at 5:31 PM
We continued our work on this new bean completion and made it a lot faster... 🚀 And that is just the beginning, additional completion and quick fix speedups coming with the next release 😎
Auto completion for injecting bean dependencies coming to @springtools.bsky.social - just start typing the name of the bean you would like to use in a method body, and the auto completion will take care of adding a field + constructor injection for you 🥳
May 5, 2026 at 4:19 PM
Every release introduces new quick fixes to make your life easier when working with Spring projects. This time, we added a quick fix to easily add a configuration class to your Spring Cloud LoadBalancer client annotation - in case this link is missing. Enjoy! 🥳😎
April 29, 2026 at 11:52 AM
One of the fixes in the recent @springtools.bsky.social release that reduces cognitive load and clutter on the UI: having multiple component-defining annotations on the same class doesn't cause multiple bean symbols being created anymore - for a more precise, clean, and easy-to-use experience 😀
April 23, 2026 at 11:11 AM
In preparation of "final" really meaning final in an upcoming Java version (see JEP 500), we added a validation that flags the use of final on autowired fields, which works today, but most likely not anymore in the near future - and is not really the recommended way to use autowired anyway 😉 😎
April 21, 2026 at 10:32 AM