A Bootiful Podcast: Spring web legend Rossen Stoyanchev on RSocket, GraphQL and more
Hi, Spring fans! In this episode, Josh Long (@starbuxman) talks to Rossen Stoyanchev (@rstoya05) about Spring, RSocket, GraphQL, and so much more.
Hi, Spring fans! In this episode, Josh Long (@starbuxman) talks to Rossen Stoyanchev (@rstoya05) about Spring, RSocket, GraphQL, and so much more.
On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Boot 2.6.0-M3 has been released and is now available from https://repo.spring.io/milestone.
Highlights of this release include:
PathPattern based path matching strategy is now used by default for Spring MVC applications.PropertySource.PollerMetadata properties are now provided.For more details please take a look at the release notes wiki page and the changelog. Spring Boot 2.6.0-RC…
On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Boot 2.5.5 has been released and is now available from Maven Central.
This release includes 41 bug fixes, 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.
Project Page | GitHub | Issues | Documentation | Stack Overflow | …
On behalf of the community, I am pleased to announce that the 2020.0.4 release of Spring Cloud is available today. The release can be found in Maven Central. You can check out the 2020.0 release notes for more information.
See all issues included in this release here.
This was primarily a bug fix and documentation release. 2020.0.4 is compatible with Spring Boot 2.4.x and 2.5.x.
On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Boot 2.4.11 has been released and is now available from Maven Central.
This release includes 32 bug fixes, 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.
Project Page | GitHub | Issues | Documentation | Stack Overflow | …
This is the second article of a series about how to tackle various challenges you might encounter when using Spring Data JDBC. The series consists of
Spring Data JDBC - How do I make bidirectional relationships? (this article).
Spring Data JDBC - How Can I Do a Partial Update of an Aggregate Root?
If you are new to Spring Data JDBC, you should start by reading its introduction and this article, which explains the relevance of aggregates in the context of Spring Data JDBC. Trust me, it…
Hi, Spring fans! Welcome to another installment of This Week in Spring! As usual, it's been another crazy awesome, and jam-packed week in Spring, so we've got a ton of stuff to get to and so very little time in which to do it. Andiamo!
On behalf of the community, I’m pleased to announce the release of Spring Security 5.6.0-M3!
In addition to dependency upgrades and minor enhancements, the milestone contains a few noteworthy changes:
Introduced SecurityContextChangedListener
Added SAML 2.0 Single Logout Support
Added RelyingPartyRegistrationResolver
Added support to propagate the TestSecurityContextHolder to SecurityContextHolder
You can find the complete details in the release notes.
On behalf of the team, I’m pleased to announce the availability of the Spring Data 2021.0.5 and 2020.0.13 service releases.
Both releases are built on top of Spring Framework 5.3.10. For your convenience, you can consume Spring Data 2021.0.5 and 2020.0.13 through the upcoming Spring Boot releases 2.5.5 and 2.4.11, respectively.
Both service releases ship with mostly bug fixes and dependency upgrades.
To round things off, here are the links to the artifacts, changelogs, and documentation:
On behalf of the team, I’m delighted to announce the availability of the third Spring Data 2021.1.0 milestone. This release is the last milestone before entering the RC phase on mid October. This release ships besides numerous bugfixes and dependency upgrades a series of notable enhancements:
General
@Identity as ID annotationdeleteInBatch and deleteAllInBatch methodsMongoDB
$setWindowFields for aggregations using time-series.