A Bootiful Podcast: engineer, CTO, teacher, and pilot Ken Sipe
Hi, Spring fans, JVM enjoyers, and cloud natives! Have I got a treat for you today! We're going to be talking to my longtime pal Ken Sipe. #groovy #java #kotlin #go #rust #spring #jvm
Hi, Spring fans, JVM enjoyers, and cloud natives! Have I got a treat for you today! We're going to be talking to my longtime pal Ken Sipe. #groovy #java #kotlin #go #rust #spring #jvm
On behalf of the team and everyone who has contributed, I am pleased to announce that Spring Framework 6.2.0
is available now.
We would like to thank our community of "early adopters" who helped us refine this version during the milestone phase.
This new Spring generation will materialize in Spring Boot applications next week with Spring Boot 3.4.0. We wrote extensive release notes that will let you know how to easily upgrade and leverage the new features.
The Framework team is already working on the next major release as announced previously. Keep an eye on our official support timeline to…
On behalf of the team and everyone who has contributed, I am pleased to announce that Spring Framework 6.1.15
is available now.
Spring Framework 6.1.15
ships with 34 fixes and documentation improvements. This version will be shipped with Spring Boot 3.2.12 and Spring Boot 3.3.6 next week.
Hi, Spring fans! Welcome to another installment of This Week in Spring!
jcmd
, which allows you to bring diagnostics and monitoring of native images even closer to the Hotspot experience. JFR, heap dumps, thread dumps, JMX, and NMT are already available!On behalf of the community, I am pleased to announce that the Release Candidate 1 (RC1) of the Spring Cloud 2024.0.0 Release Train is available today. The release can be found in Spring Milestone repository. You can check out the 2024.0.0-RC1 release notes for more information.
This release of Spring Cloud is based on Spring Boot 3.4.0-RC1.
The GitHub project for this release can be found here.
Hi, Spring fans! In this installment, I talk to legendary Gradle Developer Productivity Engineering guru (formerly of JFrog) and hero to the JVM-language community, Baruch Sadogursky, recorded live from Dr. Venkat Subramaniam's amazing conference, Dev2Next 2024!
Hi, Spring fans! Welcome to another installment of This Week in Spring! It's the 5th of November, 2024, and, um, I - an American - am desperately trying to keep calm and carry on. I did everything I can do (VOTE!), and so it's with considerable enthusiasm that I dive into this week's (hopefully distracting) roundup!
@SpringBootApplication
annotationHi, Spring fans! How're things? It's almost Halloween! I'm so excited! I'm going as a PHP program. Boooooooo...t. I'm writing this from the amazing Vaadin Create conference in Frankfurt, Germany, about to do my keynote for an amazing, Spring-loving audience here. So, without further ado, let's dive right into it!
RestClient
support for OAuth 2 in Spring Security 6.4MessageChannel
s. Nice! Get the bits now!On behalf of the community, I am delighted to announce the avability of Spring Modulith 1.3 RC1, 1.2.5, and 1.1.10. While the service releases contain a few bugfixes and the usual dependency updates, the release candidate is packed with features and improvements such as (full change log here):
MessageChannel
via the new spring-modulith-events-messaging
artifact (thanks to Josh Long for the contribution).@Externalized
.In Spring Security 6.2 and 6.3, we have worked to steadily improve configuration for applications using OAuth2 Client. Configuration for common use cases has been simplified by allowing applications to publish beans which are automatically included in the overall OAuth2 Client configuration during application startup. Recent improvements include:
OAuth2AuthorizedClientProvider
(or ReactiveOAuth2AuthorizedClientProvider
)OAuth2AccessTokenResponseClient
(or ReactiveOAuth2AccessTokenResponseClient
)OAuth2AuthorizedClientManager
(or ReactiveOAuth2AuthorizedClientManager
) if one is not already published, requiring less boilerplate configuration when an application needs to obtain access tokens