Spring Tips: Spring Security 5 OAuth Clients
speaker: Josh Long
Hi Spring fans! In this installment we'll look at the new OAuth client support in Spring Security 5.
speaker: Josh Long
Hi Spring fans! In this installment we'll look at the new OAuth client support in Spring Security 5.
The following CVEs have been published today:
Please, review the information in the CVE reports and upgrade immediately.
Spring Boot Users: Spring Boot 2.0.2 and 1.5.13, released earlier today, contain the fixes for the above vulnerabilities.
The Spring Cloud Data Flow team is pleased to announce the release of 1.5.0 RC1. Follow the Getting Started guides for Local Server, Cloud Foundry, and Kubernetes.
Here are the highlights:
Switch to Hikari connection pool and restructure code to use fewer connections.
Several bug fixes in underling deployer libraries.
Editing a created/deployed stream is now possible from the Stream Builder. The application and deployment properties can be edited and re-deployed. The App version can be switched, too.
A new paginator component is added to all the list page. Switching from a list of 20, 30, 50, or 100 items per page is possible. This further simplifies the bulk operation workflows.
Introduction of end-to-end testing via Selenium and SauceLabs.
It is my pleasure to announce that Spring Framework 4.3.17 and 5.0.6 have been released and are available now from repo.spring.io and Maven Central.
Spring Framework 4.3.17 includes 15 fixes and a selection of improvements. Spring Framework 5.0.6 contains over 40 fixes and improvements. Those maintenance releases will be used for the upcoming Spring Boot 1.5.13 and 2.0.2 releases coming up later this week.
2018-05-09 Update: The releases address a vulnerability. Please see this blog post published after the associated Spring Boot 2.0.2 and 1.5.13 releases.
Project Page | GitHub | Issues | …
On behalf of the Spring Data team, I'd like to announce the availability of the Ingalls SR12 and Kay SR7 service releases. Both releases pick up the just-released Spring Framework versions 4.3.17 and 5.0.6, respectively. The upcoming Spring Boot 1.5.13 will pick up Ingalls SR12, and Spring Boot 2.0.2 picks up Kay SR7 for your convenience.
Both releases ship with over 100 tickets fixed in total and are recommended upgrades to all users of the Ingalls and Kay release trains. You can find all the details within the linked changelogs.
2018-05-09 Update: The releases address a vulnerability. Please see this blog post published after the associated Spring Boot 2.0.2 and 1.5.13…
Hi Spring fans! Welcome to another installment of This Week in Spring! This week I'm in Manchester, UK, for an appearance at the Manchester JUG and then it's off to London, UK, for some customer visits and the epic Devoxx UK event. This time next week I'll be in Denver, USA, for the SpringOne Tour event. If you're in any of these places, as usual, don't hesitate to reach out and say hi (@starbuxman)
2018-05-09 Update: The releases address a vulnerability. Please see this blog post published after the associated Spring Boot 2.0.2 releases.
I'm pleased to announce the release of Spring Security 5.0.5. The release primarily delivers bug fixes and dependency version updates along with some minor improvements.
For a complete list of changes, please refer to the 5.0.5 changelog.
I'm pleased to announce the release of Spring Security 4.2.6. The release primarily delivers bug fixes and dependency version updates along with some minor improvements.
For a complete list of changes, please refer to the 4.2.6 changelog.
On behalf of the community I’m pleased to announce the release of Spring Session BOM Apple-SR2. This release includes an update to the core modules and adds support for Spring Session for Apache Geode. You can use the BOM
With Maven:
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.session</groupId>
<artifactId>spring-session-bom</artifactId>
<version>Apple-SR2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.session</groupId…I’m pleased to announce the releases of Spring Security OAuth 2.3.3, 2.2.2, 2.1.2 and 2.0.15. These maintenance releases primarily deliver bug fixes.
For a complete list of changes, please refer to:
2018-05-09 Update: The releases address a vulnerability. Please see this blog post published after the associated Spring Boot 1.5.13 release.
Project Page | GitHub | Documentation | Help