A Bootiful Podcast: Java community legend Sharat Chander
Hi, Spring fans! Java 21 is out and in order to celebrate, I talk to Java community legend Sharat Chander.
Spring Boot 3.2.0-M3 available now
On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Boot 3.2.0-M3
has been released and is now available from https://repo.spring.io/milestone.
This release includes 97 enhancements, documentation improvements, dependency upgrades, and bug fixes. Notable new features include:
- Support for Jetty 12
- Support for Spring for Apache Pulsar
- Docker Compose Support for Neo4j
Please see the release notes for more details and upgrade instructions.
Thanks to all those who have contributed with issue reports and pull requests.
How can you help?
If you're interested in helping out, check out the "ideal for contribution" tag in the issue repository. If you have general questions, please ask on stackoverflow.com using the spring-boot
tag or chat with the community on Gitter…
Spring Boot 3.1.4 available now
On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Boot 3.1.4
has been released and is now available from Maven Central.
This release includes 50 bug fixes, documentation improvements, and dependency upgrades. Thanks to all those who have contributed with issue reports and pull requests.
How can you help?
If you're interested in helping out, check out the "ideal for contribution" tag in the issue repository. If you have general questions, please ask on stackoverflow.com using the spring-boot
tag or chat with the community on Gitter.
Project Page | GitHub | Issues | Documentation | Stack Overflow | …
Spring Boot 3.0.11 available now
On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Boot 3.0.11
has been released and is now available from Maven Central.
This release includes 40 bug fixes, documentation improvements, and dependency upgrades. Thanks to all those who have contributed with issue reports and pull requests.
How can you help?
If you're interested in helping out, check out the "ideal for contribution" tag in the issue repository. If you have general questions, please ask on stackoverflow.com using the spring-boot
tag or chat with the community on Gitter.
Project Page | GitHub | Issues | Documentation | Stack Overflow | …
Spring Boot 2.7.16 available now
On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Boot 2.7.16
has been released and is now available from Maven Central.
This release includes 24 bug fixes, documentation improvements, and dependency upgrades. Thanks to all those who have contributed with issue reports and pull requests.
How can you help?
If you're interested in helping out, check out the "ideal for contribution" tag in the issue repository. If you have general questions, please ask on stackoverflow.com using the spring-boot
tag or chat with the community on Gitter.
Project Page | GitHub | Issues | Documentation | Stack Overflow | …
Spring Integration 6.2.0 Milestone 3 Available
Dear Spring community,
On behalf of Spring Integration team, it is my pleasure to announce 6.2.0-M3
version which is available from Spring Milestone repository.
In addition, bug fixes version 6.1.3
has been released as well into Maven Central.
Since the previously announced Milestone 1, these changes have made it into a new Spring Integration generation:
-
The documentation migrated to Antora site generator and hosted alongside with other migrated Spring projects here
-
The project build lifecycle is now connected to Gradle Enterprise, so every one contributing can now benefit from remote shared cache for Gradle tasks
-
The
LockRegistry
interface provides a template-likeexecuteLocked()
API: …
Spring Cloud Dataflow 2.11.0 Released
On behalf of the team and everyone who has contributed, I’m happy to announce that Spring Cloud Dataflow 2.11.0
has been released and is now available from Maven Central.
Notable Changes in 2.11.0
Spring Boot 3 Applications
- Adds support for Spring Boot 3.x based stream applications.
- Adds support for Spring Cloud Task 3.x based task applications.
- Adds support for Spring Batch 5.x based batch applications.
More info can be found in the Boot 3 Appendix.
Library Updates
- Spring Boot 2.7.15
- Spring Cloud 2021.0.8
Kubernetes Update
- The long-awaited update of Kubernetes cronjobs from batch/v1beta -> batch/v1 which allows users to run Kubernetes >= 1.25.0. …
Spring Batch 5.1.0-M3 available now!
On behalf of the team and everyone who has contributed, I am pleased to announce that Spring Batch 5.1.0-M3 is now available from our milestone repository.
This new milestone introduces the following main features:
- Dependencies upgrade
- New item reader and writer for Redis
- Automatic configuration of
JobRegistryBeanPostProcessor
- Ability to start a job flow with a decision
- Ability to provide a custom
JobKeyGenerator
- New documentation based on Antora
For the complete list of changes, please check the release notes.
Dependencies upgrade
This milestone release upgrades Spring dependencies to the…
Hello, Java 21
Hi, Spring fans!
Get the bits
Before we get started, do something for me quickly. If you haven’t already, go install SKDMAN.
Then run:
sdk install java 21-graalce && sdk default java 21-graalce
There you have it. You now have Java 21 and graalvm supporting Java 21 on your machine, ready to go. Java 21 is, in my estimation, the most critical release of Java, perhaps ever, in that it implies a whole new world of opportunities for people using Java. It brings a slew of nice APIs and additions, like pattern matching, culminating years of features slowly and steadily adding to the platform. But…