This post was authored by Vedran Pavić On behalf of the community I’m pleased to announce the releases of Spring Session BOM Bean-SR2 (based on Spring Session 2.1.3.RELEASE), Apple-SR8 (based on 2.0.9.RELEASE), and 1.3.5.RELEASE. These maintenance releases bring a couple of bug fixes together with the usual dependency upgrades. Complete details of these releases can be found in the following changelogs: 2.1.3.RELEASE 2.0.9.RELEASE 1.3.5.RELEASE Project Page | Documentation | Issues | Gitter | Stack Overflow
This post was authored by Vedran Pavić On behalf of the community I’m pleased to announce the releases of Spring Session BOM Bean-SR1 and Apple-SR7. These maintenance releases are based on Spring Session 2.1.2.RELEASE and 2.0.8.RELEASE, respectively, which bring a couple of bug fixes together with the usual dependency upgrades. Complete details of these releases can be found in the following changelogs: 2.1.2.RELEASE 2.0.8.RELEASE Project Page | Documentation | Issues | Gitter | Stack Overflow
On behalf of the community I am pleased to announce the release of Spring Security 5.1.2 (changelog), 5.0.10 (changelog), and 4.2.10 (changelog). This series of releases provides a round of bug fixes and users are encouraged to update to the latest patch release. Project Site | Reference | Help
This post was authored by Vedran Pavić On behalf of the community I’m pleased to announce the release of Spring Session 1.3.4.RELEASE. This maintenance release contains several bug fixes and performance improvements. You can find the complete details of the release in the changelog. Project Page | Documentation | Issues | Gitter | Stack Overflow
This post was authored by Vedran Pavić On behalf of the community, I’m pleased to announce the general availability of Spring Session BOM Bean. This is the first release based on Spring Session 2.1 and can be easily consumed with freshly released Spring Boot 2.1. Please read on for the highlights of the release. Same-Site Cookie support for HttpSession integration Same-Site Cookie is another mechanism that helps developers to protect from Cross-Site Request Forgery. Our DefaultCookieSerializer has been enhanced to support adding SameSite attribute to session cookie produced by Spring Session…
On behalf of the community, I am pleased to announce that Spring Security 5.1.1 (changelog) Spring Security 5.0.9 (changelog) and 4.2.9 (changelog) have been released. The releases primarily deliver bug fixes and dependency version updates along with some minor improvements. The releases will be found in the upcoming Spring Boot maintenance releases coming this week. Project Site | Reference | Help
On behalf of the community, I am pleased to announce that Spring Session Apple SR6 is released. The release includes Spring Session 2.0.8.RELEASE (changelog). Project Site | Reference | Help
This post was authored by Vedran Pavić On behalf of the community, I’m pleased to announce the release of Spring Session BOM Bean-RC1. This release is based on Spring Session 2.1.0.RC1 which resolves a total of 13 issues. Please read on for the highlights of the release. Support for Java 11 Spring Session now supports Java 11, while the required version of course stays at Java 8. Our CI pipeline has been enhanced so that the project is now continuously verified against Java 8, 10 and 11. Dependency Upgrades Spring Session 2.1.0.RC1 builds on the following latest and greatest releases of key…
This post was authored by Vedran Pavić On behalf of the community I’m pleased to announce the releases of Spring Session BOM Bean-M1 and Apple-SR4. Spring Boot users will be happy to learn that these release were picked up in recent 2.1.0.M1 and 2.0.4.RELEASE releases of Spring Boot, respectively. Spring Session Bean-M1 The Bean-M1 is first milestone release that is based on Spring Session 2.1.0.M1. The following table provides an overview of all the included modules and their respective versions: Module Version Spring Session Core 2.1.0.M1 Spring Session Data GemFire 2.0.3.RELEASE Spring…
On behalf of the community I am pleased to announce the release of Spring Security 5.1.0.M2. This release comes with 100+ tickets closed. As always we look forward to hearing your feedback! You can find the highlights below: OAuth2 OAuth2 Resource Server Basic support for OAuth2 Resource Servers has been added. See oauth2resourceserver Authorization Code Flow User’s can now obtain an access token using the OAuth 2.0 Authorization Code grant. See the authcodegrant sample. WebClient and OAuth2 Support There is now built in support for OAuth2 and WebClient support. The support allows: Adding the…