π Spring Boot 2.4.6 available now
https://spring.io/blog/2021/05/20/spring-boot-2-4-6-available-now
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/05/20/spring-boot-2-4-6-available-now
β‘οΈ @SpringFrameworkZone
spring.io
Spring Boot 2.4.6 available now
<p><strong>Update 2021-05-25:</strong> This release contains fixes for Spring Framework <a href="https://tanzu.vmware.com/security/cve-2021-22118">CVE-2021-22118</a>.</p>
<p>On behalf of the team and everyone who has contributed, Iβm happy to announce thatβ¦
<p>On behalf of the team and everyone who has contributed, Iβm happy to announce thatβ¦
π Spring Boot 2.3.11 available now
https://spring.io/blog/2021/05/20/spring-boot-2-3-11-available-now
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/05/20/spring-boot-2-3-11-available-now
β‘οΈ @SpringFrameworkZone
spring.io
Spring Boot 2.3.11 available now
<p>On behalf of the team and everyone who has contributed, Iβm happy to announce that Spring Boot 2.3.11 has been released and is now available from Maven Central.</p>
<p>This release includes <a href="https://github.com/spring-projects/spring-boot/releaβ¦
<p>This release includes <a href="https://github.com/spring-projects/spring-boot/releaβ¦
π Spring Integration for AWS 2.5 goes GA
https://spring.io/blog/2021/05/20/spring-integration-for-aws-2-5-goes-ga
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/05/20/spring-integration-for-aws-2-5-goes-ga
β‘οΈ @SpringFrameworkZone
spring.io
Spring Integration for AWS 2.5 goes GA
<div class="paragraph">
<p>Dear Spring (and AWS) Community,</p>
</div>
<div class="paragraph">
<p>Today itβs my pleasure to announce a release of Spring Integration for Amazon Web Services extension version <code>2.5</code>.</p>
</div>
<div class="paragraph">β¦
<p>Dear Spring (and AWS) Community,</p>
</div>
<div class="paragraph">
<p>Today itβs my pleasure to announce a release of Spring Integration for Amazon Web Services extension version <code>2.5</code>.</p>
</div>
<div class="paragraph">β¦
π Spring Web Services 3.1.1 it out!
https://spring.io/blog/2021/05/20/spring-web-services-3-1-1-it-out
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/05/20/spring-web-services-3-1-1-it-out
β‘οΈ @SpringFrameworkZone
spring.io
Spring Web Services 3.1.1 it out!
<div class="paragraph">
<p>Greetings Spring community,</p>
</div>
<div class="paragraph">
<p>The Spring Web Services team has released <strong>3.1.1</strong>. This is the first major release under the new versioning schema. Releases will no longer haveβ¦
<p>Greetings Spring community,</p>
</div>
<div class="paragraph">
<p>The Spring Web Services team has released <strong>3.1.1</strong>. This is the first major release under the new versioning schema. Releases will no longer haveβ¦
π Secure Rate Limiting with Spring Cloud Gateway
https://piotrminkowski.com/2021/05/21/secure-rate-limiting-with-spring-cloud-gateway/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2021/05/21/secure-rate-limiting-with-spring-cloud-gateway/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Secure Rate Limiting with Spring Cloud Gateway - Piotr's TechBlog
In this article, you will learn how to configure rate limiting with Spring Cloud Gateway for authenticated user with Spring Security.
π Spring Web Services 3.1.1 is out!
https://spring.io/blog/2021/05/20/spring-web-services-3-1-1-is-out
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/05/20/spring-web-services-3-1-1-is-out
β‘οΈ @SpringFrameworkZone
spring.io
Spring Web Services 3.1.1 is out!
<div class="paragraph">
<p>Greetings Spring community,</p>
</div>
<div class="paragraph">
<p>The Spring Web Services team has released <strong>3.1.1</strong>. This is the first major release under the new versioning schema. Releases will no longer haveβ¦
<p>Greetings Spring community,</p>
</div>
<div class="paragraph">
<p>The Spring Web Services team has released <strong>3.1.1</strong>. This is the first major release under the new versioning schema. Releases will no longer haveβ¦
π Best Practices for Flyway and Hibernate with Spring Boot
https://rieckpil.de/howto-best-practices-for-flyway-and-hibernate-with-spring-boot/
β‘οΈ @SpringFrameworkZone
https://rieckpil.de/howto-best-practices-for-flyway-and-hibernate-with-spring-boot/
β‘οΈ @SpringFrameworkZone
rieckpil
Best Practices for Flyway and Hibernate with Spring Boot
Get best practices for using Flyway and Hibernate with Spring Boot in production. You'll never get out of sync with the JPA and database model
Spring Boot Framework pinned Β«π Java Weekly, Issue 386 https://www.baeldung.com/java-weekly-386 β‘οΈ @SpringFrameworkZoneΒ»
π Servlet 3 Async Support with Spring MVC and Spring Security
https://www.baeldung.com/spring-mvc-async-security
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-mvc-async-security
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Servlet 3 Async Support with Spring MVC and Security | Baeldung
Quick intro to the Spring Security support for async requests in Spring MVC.
π HibernateException: No Hibernate Session Bound to Thread in Hibernate 3
https://www.baeldung.com/no-hibernate-session-bound-to-thread-exception
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/no-hibernate-session-bound-to-thread-exception
β‘οΈ @SpringFrameworkZone
Baeldung
"No Hibernate Session Bound to Thread" in Hibernate 3 | Baeldung
Discover when "No Hibernate Session Bound to Thread" exception gets thrown and how to deal with it.
π How to send email with Spring Boot
https://betterjavacode.com/programming/how-to-send-email-with-spring-boot
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/programming/how-to-send-email-with-spring-boot
β‘οΈ @SpringFrameworkZone
Code Complete
How to send email with Spring Boot - Code Complete
If you are a building an application, one feature you will need is to use email configuration. I show how to do that in Spring Boot application.
π Working with Date Parameters in Spring
https://www.baeldung.com/spring-date-parameters
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-date-parameters
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Working with Date Parameters in Spring | Baeldung
Learn how to work with Date parameters in Spring MVC
π SSL with Spring WebFlux and Vault PKI
https://piotrminkowski.com/2021/05/24/ssl-with-spring-webflux-and-vault-pki/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2021/05/24/ssl-with-spring-webflux-and-vault-pki/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
SSL with Spring WebFlux and Vault PKI - Piotr's TechBlog
This article shows how to enable dynamic X.509 certificate management for the Spring WebFlux application with Vault PKI and Spring Vault.