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.
Hi, Spring fans! Java 21 is out and in order to celebrate, I talk to Java community legend Sharat Chander.
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:
JobRegistryBeanPostProcessor
JobKeyGenerator
For the complete list of changes, please check the release notes.
This milestone release upgrades Spring dependencies to the…
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-like executeLocked()
API:
Hi, Spring fans!
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…
Hi, Spring fans! Java 21 and GraalVM supporting Java 21 are at long last here! It's been a long time in coming, but Java 21 - which comes out later today on the 19th of September, 2023 - brings with it some of the most exciting new features of any Java release. In this video, I (https://www.youtube.com/@coffeesoftware) will look at some of the foundational features from Java 17 and see how they culminate in Java 21. I'll look at the biggest features - virtual threads and pattern matching. I'll also look at some of the quality-of-life features that you might not otherwise notice, but that are…
On behalf of the team and everyone who has contributed, it is my pleasure to announce the release of Spring Authorization Server 1.2.0-M1.
See the release notes for complete details.
To get started using Spring Authorization Server, see the Getting Started chapter of the reference documentation and the samples to become familiar with setup and configuration.
These maintenance releases fix the newly published "CVE-2023-34047: Exposure of data and identity to wrong session in Spring for GraphQL" - please upgrade at your earliest convenience
Update: we have just released 1.0.6 and 1.1.7 to address a missing backport. This backport is not related to the CVE fix released earlier today.
I'm pleased to announce that Spring for GraphQL 1.0.6, 1.1.6 and 1.2.3 are now available on Maven Central. With this triple maintenance release ships with many bug fixes and upgrades and are drop-in replacements for your current version in production.
The 1.0.5 release includes 7 fixes and documentation improvements. This version will be shipped with Spring Boot 2.7.16, to be released later this week…
Hi, Spring fans! Welcome to another installment of This Week in Spring - Java 21 edition!
The big news, indeed, the biggest news, is that Java 21 is now available here! You should use SDKMAN to install it, like this: sdk install java 21-graalce && sdk default java 21-graalce
. This install givews you both the new Java 21 OpenJDK distribution and the new GraalVM native image support for Java 21. It works just fine with existing versions of Spring Boot, but the real payoff will be with Spring Boot 3.2, where you'll be able to plug in virtual threads with nary but a flick of a property: spring.threads.virtual.enabled=true
. Spring Boot 3.…
On behalf of the team and everyone who has contributed, I’m happy to announce the second Spring for Apache Pulsar milestone release 1.0.0-M2
has been released and is now available from https://repo.spring.io/milestone.
The most noteable features of this release are:
3.2.0-M3
3.1.0
Please see the release notes for more detail.
A great place to get started is the Quick Tour in the reference docs.
If you're interested in helping out, look for open issues in the Github repository. If you have general questions, please ask on Stack Overflow using the spring-pulsar
tag…
On behalf of the team and everyone who has contributed, I am pleased to announce that the Spring Security 5.8.7
, 6.0.7
, 6.1.4
, and 6.2.0-M1
are available now which fix CVE-2023-34042.
Please refer to the releases page for more detail on what is included in each release.