Out now: the latest recording of the @springtools.bsky.social in action, with Spring Tools lead @martinlippert.bsky.social - Enjoy
04.07.2025 14:46 β π 0 π 0 π¬ 0 π 0@springtools.bsky.social
Spring Tools for Visual Studio Code, Eclipse, and Theia: https://spring.io/tools
Out now: the latest recording of the @springtools.bsky.social in action, with Spring Tools lead @martinlippert.bsky.social - Enjoy
04.07.2025 14:46 β π 0 π 0 π¬ 0 π 0Spring Tools 4.31.0 released for @vscode.dev, Eclipse Java IDE 2025-06, Theia IDE - download from spring.io/tools - for more details: github.com/spring-proje...
11.06.2025 14:09 β π 10 π 8 π¬ 0 π 0Want to get a super quick overview of all your request mappings and navigate to the corresponding code? Use "Go To Symbol in Workspace" in @vscode.dev , type "@/" and if you have @springtools.bsky.social installed, all request mappings will show up as you type π
21.05.2025 12:31 β π 2 π 2 π¬ 0 π 0Very much looking forward to both events. Hope to see you next week in Mainz and the week after in Cologne... ππ₯³
30.04.2025 15:14 β π 4 π 2 π¬ 1 π 0Auto 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 π₯³
30.04.2025 15:19 β π 4 π 2 π¬ 0 π 0Spring Tools 4.30.0 released for Eclipse Java IDE 2025-03, @vscode.dev, Theia IDE - download from spring.io/tools - for more details: github.com/spring-proje...
22.04.2025 14:20 β π 6 π 4 π¬ 0 π 0And the upcoming Spring Tools release will already include support for this... π₯³
18.04.2025 10:13 β π 5 π 2 π¬ 0 π 0Sneak preview: available in @vscode.dev for quite some time, the next release of @springtools.bsky.social brings this to the Java editor inside of Eclipse as well: syntax highlighting for SQL / JPQL / HQL statements, SpeL expressions, and CRON expressions when using Spring annotations π π π₯³
14.04.2025 11:04 β π 3 π 2 π¬ 0 π 1Wanna see @springtools.bsky.social live and in action? Join project lead @martinlippert.bsky.social on May 7 in Mainz at JAX 2025 or on May 15 in Cologne at JCON Europe 2025 for "Spring Tools Live - All the Great New Things"
10.04.2025 09:14 β π 2 π 1 π¬ 0 π 2Available as an early access preview in @springtools.bsky.social for @vscode.dev: hierarchical outline view for Spring components, incl. as-you-type updates - far from complete, but we would love to hear your early feedback -> look out for the preference to enable
09.04.2025 09:54 β π 4 π 2 π¬ 0 π 0Early access snapshot builds of @springtools.bsky.social with support for Java 24 have arrived: cdn.spring.io/spring-tools... - the early access builds for the next Eclipse 2025-06 release have the Java 24 support already built-in π₯³ π
21.03.2025 08:32 β π 1 π 2 π¬ 0 π 0We released a quick patch release to address this, so make sure you update to the latest and greatest... π₯³
19.03.2025 13:53 β π 0 π 0 π¬ 0 π 0Spring Tools 4.29.1 released for @code, @EclipseJavaIDE 2025-03, @theia_ide - download from spring.io/tools - for more details: github.com/spring-proje...
19.03.2025 13:44 β π 3 π 2 π¬ 0 π 0Quick workaround: There is a preference to turn this off. π
14.03.2025 09:12 β π 0 π 0 π¬ 0 π 0The newly introduced experimental feature to automatically inject bean dependencies is quite awesome, but at the same time probably a bit too overzealous: github.com/spring-proje... - it definitely shows up as the highest priority completion more often than it should.
14.03.2025 09:11 β π 4 π 2 π¬ 1 π 1Spring Tools 4.29.0 released for @EclipseJavaIDE 2025-03, @code, @theia_ide - download from spring.io/tools - for more details: github.com/spring-proje... π
12.03.2025 13:51 β π 11 π 6 π¬ 0 π 0Cleaning up the list of Spring workspace symbols: the latest release doesn't create workspace symbols anymore for annotations like NonNull, NonNullApi, Nullabe - making the list of symbols less crowded π
07.03.2025 11:38 β π 3 π 1 π¬ 0 π 0Further performance improvements shipped as part of the latest release, this time around indexing source code and running all the Spring specific validations - running faster than ever... π₯³π
25.02.2025 07:56 β π 3 π 1 π¬ 0 π 0In case you came across this: github.com/spring-proje..., this patch release is for you. It fixes the signing issue for the Windows package of the Spring Tools for Eclipse
14.02.2025 14:49 β π 0 π 0 π¬ 0 π 0Spring Tools 4.28.1 released for @EclipseJavaIDE 2024-12, @code, @theia_ide - download from spring.io/tools - for more details: github.com/spring-proje...
14.02.2025 14:16 β π 4 π 4 π¬ 0 π 1Bringing significant performance improvements and reduced memory footprint to all our Spring Tools users: the latest release comes with a completely new and now incremental index caching mechanism - resulting in a lot less work for the CPU while working on code ππ₯³
13.02.2025 09:46 β π 5 π 2 π¬ 0 π 0Spring Tools 4.28.0 released for @EclipseJavaIDE 2024-12, @code, @theia_ide - download from spring.io/tools - for more details: github.com/spring-proje...
05.02.2025 15:16 β π 7 π 5 π¬ 0 π 0Using the fluent API of Spring Webflux to define routers and defining multiple routes in one go? @springtools.bsky.social analyzes those call chains for you and highlights all the elements of a route when you click on one part of it
30.01.2025 09:34 β π 3 π 2 π¬ 0 π 0Nice symbols for request mappings in the outline view and command palette are not only shown when working with Spring Web MVC controller mappings, but also when using Spring Webflux - even for functional router implementations π₯³
22.01.2025 10:43 β π 1 π 1 π¬ 0 π 0Spring Webflux is nicely supported in @springtools4.bsky.social as well, including router definitions and handler methods. The mapping information, for example, is automatically extracted and displayed as a code lens on the handler function - for your convenience π₯³π
16.01.2025 11:22 β π 2 π 1 π¬ 0 π 0For us at @springtools4.bsky.social, working on performance is daily business. We aim at continuously improving performance and footprint of the tooling with every single release. And the next one is no exception to that. Stay tuned. π
14.01.2025 11:10 β π 2 π 1 π¬ 0 π 2In the latest @springtools4.bsky.social release: Find all references to a property key now takes references from Value and ConditionalOnProperty annotations into account and shows much more precise location information
10.01.2025 14:02 β π 5 π 3 π¬ 0 π 0Find all references to a property when working with a ConditionalOnProperty annotation? Right at your fingertips with the latest @springtools4.bsky.social
20.12.2024 13:22 β π 6 π 3 π¬ 0 π 0Jumping to the definiton of a property key from a ConditionalOnProperty annotation is now just one click away - using the latest release of @springtools4.bsky.social
16.12.2024 12:55 β π 1 π 1 π¬ 0 π 0@springtools4.bsky.social lead @martinlippert.bsky.social , showing the latest and greatest from Spring Tools live at the OCX / EclipseCon 2024 conference
13.12.2024 13:41 β π 0 π 0 π¬ 0 π 0