Spring Tools 4.15.3 released
Dear Spring Community,
I am happy to announce the 4.15.3 release of the Spring Tools 4 for Eclipse, Visual Studio Code, and Theia.
fixes and improvements
- (Spring Boot) fixed: Spring Boot Tools slow down code complete (#808)
- (Language Server) fixed: Copied files should retain copyright ownership (#807)
To download the distribution for Eclipse and find links to the marketplace entries for Visual Studio Code and Theia, please go visit:
- Spring Tools 4: https://spring.io/tools/
Detailed changes can be found here: https://github.com/spring-projects/sts4/wiki/Changelog#2022-08-11-4153-release…
A Bootiful Podcast: the good Dr. Venkat Subramaniam
Hi, Spring fans! In this installment, Josh Long (@starbuxman) talks to the good Dr. Venkat Subramaniam (@venkat_s) about the art of writing software, his latest projects, and more
Spring Web Flow 3.0 M1 Released
It has been almost 4 years since the last set of Spring Web Flow releases. Nevertheless, the project continues to serve a specific need particularly well, arguably better than alternatives, and remains in active use. While there hasn't been a strong driver for new releases, the upcoming Spring Framework 6 brings a Java 17 baseline and makes the shift to Jakarta EE, which creates the need for such a release in order to enable applications to migrate to this new baseline.
Today I'm pleased to announce the availability of Spring Web Flow 3.0 M1 in the Spring milestone repository. This release focuses mainly on compatibility with Spring Framework 6 and Jakarta EE. The Travel booking-mvc sample on spring-projects/spring-webflow-samples has been updated and the commit history provides example changes…
This Week in Spring - August 9th, 2022
Hi, Spring fans! Welcome to another installment of This Week in Spring! How are you this fine Tuesday? I'm in Kansas City for the Kansas City Developer Conference. It's a crazy fun show, and I'm glad to be here. I only wish the rest of you were here, too! We've got a packed This Week in Spring, however, so let's dive right into it.
- snicoll/demo-aot-native: Demo of a basic webapp using Ahead-Of-Time compilation
- A Bootiful Podcast: Observability guru Jonatan Ivanov on the future of observability in Spring Boot
- Blog: Kubernetes Removals and Major Changes In 1.25
- Building a Topic Exchange with RabbitMQ and .NET 6
- Display Logged-in User’s Information in Thymeleaf
- Dockerizing a Java Application
- Get Started with Spring Boot and SAML
- Resilient Kafka Consumers With Reactor Kafka - DZone Java
- Spring Batch + Karp Rabin = How CRISPR CAS9 Works
- Spring Tools 4.15.2 released
- Upload Image With Spring Boot and Thymeleaf …
Spring Tools 4.15.2 released
Dear Spring Community,
I am happy to announce the 4.15.2 release of the Spring Tools 4 for Eclipse, Visual Studio Code, and Theia.
fixes and improvements
- (Spring Boot) fixed: Validation errors on @@ placeholders in YAML editor (#711)
- (VSCode) fixed: Live process is not auto connected when app is launched in internalConsole (#794)
- (Eclipse) fixed: Cleanup / reduce verbosity of diagnostic output in Eclipse logs (#798)
- (Eclipse) fixed:
Not properly disposed SWT resource
was caused Spring Starter Project (#797) - (Eclipse) fixed: avoid live hover connection attempt when deploying app to docker without actuator (#716)
- (Eclipse) fixed: Devtools integration with boot dash docker is broken (#724)
- (Eclipse) fixed: Pause / Resume for docker boot dash malfunctions (#783…
A Bootiful Podcast: Observability guru Jonatan Ivanov on the future of observability in Spring Boot
Hi, Spring fans! In this installment, Josh Long (@starbuxman) talks to Spring observability guru Jonatan Ivanov (@jonatan_ivanov)
This Week in Spring - August 1st, 2022
Aloha, Spring fans! Welcome to another installment of This Week in Spring!
I'm still on vacation on the beautiful island of Maui, Hawaii, but I wanted to say hello ("aloha!") and share this week's latest roundup of all that's good and glorious in the wide and wonderful world of Springdom.
Funny thing, today - the 2nd of August, 2022 - is also my 12-year anniversary on the Spring team. It continues to be a helluva ride, and I so look forward to all that lies ahead. Thank you, Spring team, for everything. Also, sort of coincidentally, I just got a nice promotion. (Thanks, Spring team and VMware…
Spring for Apache Kafka 2.9.0 Available
I am pleased to announce that Spring for Apache Kafka 2.9.0 is now available.
This version is not provided by Spring Boot dependency management, but it can be used with Boot 2.7 (or 2.6), as long as you override the Kafka dependencies to 3.2.0 as described in this appendix, especially if you are using the embedded Kafka broker.
Please see the release candidate announcement for notable changes in this release.
For information about all changes in this release, see What’s New.
Project Page | GitHub | Issues | Documentation | Stack Overflow | Gitter
Spring Cloud 2022.0.0-M4 (codename Kilburn) Has Been Released
On behalf of the community, I am pleased to announce that the Milestone 4 (M4) of the Spring Cloud 2022.0.0 Release Train is available today. The release can be found in Spring Milestone repository. You can check out the 2022.0 release notes for more information.
Notable Changes in the 2022.0.0 Release Train
See the project page for all the issues and pull requests included in this release.
Spring Cloud 2022.0.0-M4 is compatible with Spring Boot 3.0.0-M4.
Spring Cloud Stream
- Initial version of fully reactive Kafka binder
- Improved support for Kafka tombstone records via BiFunction
- Spring Native improvements …