Spring Tools 4.16.0 released
Dear Spring Community,
I am happy to announce the 4.16.0 release of the Spring Tools 4 for Eclipse, Visual Studio Code, and Theia.
major changes to the Spring Tools 4 for Eclipse distribution
- updated to Eclipse 2022-09 release (new and noteworthy)
- new distribution build for Linux on ARM included now (experimental) - downloads are here
- m2e 2.0.5 release included in distribution builds for Eclipse
important note for upgrading from a previous installation on Eclipse
- Due to the major update to m2e 2.0 that comes with the Eclipse 2022-09 release, several additional third-party m2e connector extensions that the Spring Tools 4 for Eclipse distribution had installed in the past are no longer compatible. This prevents the automatic update of installations of Spring Tools prior to 4.16.0 to the new release. There are two options how to mitigate this:
- start with a fresh install of Spring Tools 4.16.0 for Eclipse
- go to the
Preferences -> Installation Detailsand uninstall the following features via theUninstallbutton, then restart the IDE, do aCheck for Updates, and do the upgrade.Maven Integration for Eclipse JDT Annotation Processor Toolkitm2e connector for mavenarchiver pom propertiesm2e connector for build-helper-maven-plugin
…
Spring Cloud Sleuth OpenTelemetry (OTel) 1.1.0 Has Been Released
On behalf of the community, I am pleased to announce that the release of the Spring Cloud Sletuh OTel 1.1.0 project is available today. The release can be found in Maven Central. You can check out the reference documentation for more information.
What is this?
Spring Cloud Sleuth OTel is an extension project to Spring Cloud Sleuth that comes with an OpenTelemetry tracer.
As always, we welcome feedback on GitHub, on Gitter, on Stack Overflow, or on Twitter.
To get started with Maven with a BOM (dependency management only):
<dependencyManagement>
<dependencies>
<dependency…Spring Framework 6.0.0-M6 and 5.3.23 available now
On behalf of the team and everyone who has contributed, I am pleased to announce that Spring Framework 6.0.0-M6 and 5.3.23 are available now.
Spring Framework 5.3.23 includes 32 fixes and improvements and is a recommended upgrade for all Spring production scenarios.
Spring Framework 6.0.0-M6 includes 123 additional fixes and improvements specific to the 6.0 branch. This milestone wraps up most of our AOT efforts, in preparation for our release candidate phase. Stay tuned for the announcement of Spring Boot 3.0.0-M5 next week!
A Bootiful Podcast: big data legend, former Pivot, and friend to the Spring community, Tim Spann
Hi, Spring fans! In this installment, Josh Long (@starbuxman) talks to big data legend, former Pivot, and friend to the Spring community, Tim Spann (@PaaSDev), about big data, StreamNative, and Apache Pulsar, and Spring for Apache Pulsar. Get your notebooks ready for this one, class!
Spring Cloud Dataflow 2.9.6 Released
On behalf of the team and everyone who has contributed, I’m happy to announce that Spring Cloud Dataflow 2.9.6 has been released and is now available from Maven Central.
This release updates to Postgres SQL driver 42.2.26 to address CVE-2022-31197. See the release notes for more information.
Stay in touch...
As always, we welcome feedback and contributions, so please reach out to us on Stackoverflow or GitHub.
This Week in Spring - September 13th, 2022
Hi, Spring fans! Welcome to another installment of This Week in Spring! We've got a lot of good stuff to get to so let's dive right into it!
- A Bootiful Podcast: Hashicorp's Rosemary Wang on securing the intersection of apps and ops with Hashicorp Vault
- a nice video by my colleague Dan Vega: Spring Security JWT
- I also loved Dan's video on Spring Security without the
WebSecurityConfigurerAdapter - Dispatching Queries in Axon Framework
- Guide to Find the Java .class Version
- Spring Cloud 2021.0.4 (codename Jubilee) Has Been Released
- Static Fields and Garbage Collection
- Blog: Announcing the Auto-refreshing Official Kubernetes CVE Feed
- Blog: Kubernetes 1.25: KMS V2 Improvements
- Blog: Kubernetes’s IPTables Chains Are Not API
- this is an interesting post looking at how to use JUnit with Spring Boot. The only thing I didn't quite understand is why the author declares Mockito explicitly. I'm pretty sure it's brought in transitively in
spring-boot-starter-test…
A Bootiful Podcast: Hashicorp's Rosemary Wang on securing the intersection of apps and ops with Hashicorp Vault
Hi, Spring fans! In this episode Josh Long (@starbuxman) talks to Hashicorp Developer Advocate Rosemary Wang (@joatmon08) about a few Hashicorp technologies and their integrations with Spring Boot.
Spring Cloud 2021.0.4 (codename Jubilee) Has Been Released
On behalf of the community, I am pleased to announce that the General Availability (RELEASE) of the Spring Cloud 2021.0.4 Release Train is available today. The release can be found in Maven Central. You can check out the 2021.0.4 release notes for more information.
Notable Changes in the 2021.0.4 Release Train
See the project page for all the issues and pull requests included in this release.
Spring Cloud Config
- Replace JSCH with Apache MINA to resolve a number of SSH issues (#1901)
Spring Cloud Gateway
This Week in Spring - September 5th, 2022
Hi, Spring fans! How are you? It's a fantastic Tuesday, the 5th of September, 2022, and I couldn't be happier. It's also Labor Day weekend here in the US. It marks the unofficial end of summer, which is a bit sad. But, on the upside, it's a four-day weekend for me! I'm technically off today. So, you'll forgive me, but I won't spend too much time here. Let's dive right into this week's roundup!
- A Bootiful Podcast: Dr. Kris De Volder on Spring Tools, VS Code, and so much more
- Connect to Multiple Databases Using Spring Data Mongodb
- End-to-end tracing with OpenTelemetry
- I love this article by Hashicorp's Rosemary Wang on refreshable secrets for Kubernetes Applications with Vault Agent
- Microsoft is committed to the success of Java developers
- Price Reduction - Azure Spring Apps does more, costs less!
- The Second Best Way to Fetch a Spring Data JPA DTO Projection – Java, SQL and jOOQ.
- The best way to fetch a Spring Data JPA DTO Projection - Vlad Mihalcea
- Speaking of JOOQ, did you know there's good reactive API support included? Check it out: …