A Bootiful Podcast: Azul Deputy CTO Simon Ritter
Hi, Spring fans! In this week's installment I talk to Azul Deputy CTO Simon Ritter (@speakjava), recorded live at Devoxx Belgium 2023!
Hi, Spring fans! In this week's installment I talk to Azul Deputy CTO Simon Ritter (@speakjava), recorded live at Devoxx Belgium 2023!
On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Shell 2.1.14
, 3.0.9
, 3.1.5
and 3.2.0-M3
has been released and are now available from Maven Central and Spring Repos respectively.
Please see the release notes 2.1.14, release notes 3.0.9, release notes 3.1.5 and release notes 3.2.0-M3 for more details.
Thanks to all those who have contributed with issue reports and pull requests.
Hi, Spring fans!
Can you believe we've already turned the calendar page to November? Time sure is a swift developer, deploying months as if they were minor versions in an ever-evolving application. As we adjust our clocks to fall back, waving a reluctant goodbye to daylight savings time, the encroaching evening arrives with a brisk efficiency. Yes, it's dark outside, a bit too early for my liking, if I'm honest. The shortened days remind us that while we may not be in control of the celestial clock, we do have the power to harness the hours we're given. This is the perfect time to settle in…
In Spring Boot 3.2.0, we're adding the ability for embedded web servers to hot-reload SSL certificates and keys. That means you can rotate your SSL trust material without restarting your application. Hot reloading is supported for Tomcat and Netty embedded web servers.
Let's see that in action!
First, we're going to create our SSL private key and matching certificate using OpenSSL:
mkdir certs
cd certs
openssl req -x509 -subj "/CN=demo-cert-1" -keyout demo.key -out demo.crt -sha256 -days 365 -nodes -newkey rsa
This creates a private key stored in certs/demo.key
and a matching (self-signed) certificate with the common name "demo-cert-1" in certs/demo.crt
…
On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Boot 3.2.0-RC2
has been released and is now available from https://repo.spring.io/milestone.
This release includes 69 enhancements, documentation improvements, dependency upgrades, and bug fixes.
This release attempts to fix a few issues that were found with RC1. Please see the release notes for more details and upgrade instructions.
Thanks to all those who have contributed with issue reports and pull requests.
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…
I am happy to announce the availability of Spring Modulith 1.1 RC2. We took the chance to incorporate feedback from the community to tweak a few internals of features newly introduced in the 1.1 generation. We have also managed to sneak a few new ones into the release:
@ApplicationModuleListener
GH-346Find the full release change log…
On behalf of the community, I am pleased to announce that the Release Candidate 1 (RC1) of the Spring Cloud 2023.0.0 Release Train is available today. The release can be found in Spring Milestone repository. You can check out the 2023.0.0 release notes for more information.
This release is based upon Spring Boot 3.2.0-RC1.
You can find a complete list of issues addressed in this release by viewing the release project.
All the notable changes introduced in Spring Cloud Stream 4.1.0-RC1
can be found here.
The following modules…
Hi, Spring fans! In this installment Josh Long talks to Oracle vice president Thomas Wuerthinger about the project he created and leads, GraalVM. This was recorded live from Devoxx Belgium 2023!
Dear Spring Community,
I am happy to announce the 4.20.1 release of the Spring Tools 4 for Eclipse, Visual Studio Code, and Theia.
Detailed changes can be found in the release notes: https://github.com/spring-projects/sts4/releases/tag/4.20.1.RELEASE
To download the…
Hi Spring fans, and Happy Halloween from the Spring team to those who celebrate!
I hope your evening is fun and your day free of scary bugs!
My friends, we've got some interesting stuff to look at this week so let's dive right into it.