Spring Security 5.4.0-RC1 Released
On behalf of the community, I’m pleased to announce the release of Spring Security 5.4.0-RC1! You can find the complete details in the release notes and the highlights below:
On behalf of the community, I’m pleased to announce the release of Spring Security 5.4.0-RC1! You can find the complete details in the release notes and the highlights below:
Spring Boot 2.4.0.M2 has just been released, and it brings with it some interesting changes to the way that application.properties
and application.yml
files are loaded.
If your applications use the fairly typical setup of only using a single application.properties
or application.yml
file, then you’ll probably not notice any difference. If, however, you have applications that use more complex setups (such as profile specific properties), you might want to read on to learn about what we’ve changed and why.
With recent versions of Spring Boot we’ve been working hard…
On behalf of the team and everyone that contributed, I am pleased to announce that the second milestone of Spring Boot 2.4 has been released and is available from our milestone repository. This release closes just over 250 issues and pull requests.
If you're trying this release with an existing Spring Boot 2.3 project, please note the slight change in the format of the version. 2.4.0-M2 is using our new versioning scheme.
Highlights of this second milestone include:
application.properties
and application.yml
files are processed, including import support and support for volume mounted config trees.Hi, Spring fans! In this installment Josh Long (@starbuxman) has RSocket on the brain with his latest talk, RSocket Revolution, the new RSocket chapter in his book Reactive Spring, and the work he's doing on Spring Retrosocket, a declarative Feign-like RSocket client. Then, Josh talks to Spring ecosystem luminary Maciej Walkowiak (@maciejwalkowiak) about what he's doing at the helm of Spring Cloud AWS.
Hi, Spring fans! I have been developing a new talk and I finally got a chance to do a pre-recorded version of it for a keynote for a conference (in China) recently, and want to share the content with you all, so I'm premiering it here, too. This talk, The RSocket Revolution, is about 38 minutes and looks at:
@Controller
s in Spring Frameworkrsc
RSocket clientRSocketRequester
to support making requests of RSocket services on the JVMOn behalf of the Spring Batch team, I am pleased to announce that Spring Batch 4.3.0-M2 is now available from our milestone repository.
This release comes with a number of new features and enhancements that you can find in the release notes, but here are the major highlights:
By default, the KafkaItemReader
reads a topic from the beginning. When we initially introduced this reader in v4.2, it was not possible to configure it to read records from a custom offset. In this release, we added this feature. As a result of this addition, it is now possible to…
On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Boot 2.3.3 has been released and is now available from repo.spring.io and Maven Central.
This release includes 67 bug fixes, enhancements, documentation improvements, and dependency upgrades. 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…
On behalf of the community, I’m pleased to announce the release of Spring Security 5.3.4 (release notes), 5.2.6 (release notes), 5.1.12 (release notes) , 5.0.18 (release notes), 4.2.18 (release notes). These releases deliver bug fixes along with some minor improvements. Users are encouraged to update to the latest patch release.
Hi, Spring fans!
How's things? I am super happy to talk to you! How's things? Me, I'm alright. Just published a new edition of the Reactive Spring book with a whopping 70+ page on RSocket. And speaking of RSocket, I just finished recording a talk that'll go live next week on the Spring YouTube channel very soon! I hope you enjoy it. And, of course, I am doing a 2-day long training for YOW! conference starting Thursday (PST)/Friday (in Australia). It's never too late to register for that!.
And, of course, we're ramping up to SpringOne 2020, our all-free, all-virtual tentpole conference…
On behalf of the Spring Data team I’m delighted to announce the second milestone of the 2020.0.0
release train (codename "Ockham"). This release ships almost 120 tickets fixed! The most important new features are:
Find a curated changelog in our release train wiki or skim through a full list of changes in JIRA. Next up is 2020.0.0-RC1
planned for mid-September…