🆕 Integrating Amazon S3 with Spring Boot Using Spring Cloud AWS
https://reflectoring.io/integrating-amazon-s3-with-spring-boot-using-spring-cloud-aws/
https://reflectoring.io/integrating-amazon-s3-with-spring-boot-using-spring-cloud-aws/
reflectoring.io
Integrating Amazon S3 with Spring Boot Using Spring Cloud AWS
In this article, we learn how AWS S3 can be integrated in a Spring Boot application using Spring Cloud AWS. The article details the necessary configurations, best practices, IAM policy and integration testing with LocalStack and Testcontainers.
🆕 Spring for Apache Kafka 3.1.6 and 3.2.1 Available Now
https://spring.io/blog/2024/06/18/spring-for-apache-kafka-3-1-6-and-3-2-1-available-now
https://spring.io/blog/2024/06/18/spring-for-apache-kafka-3-1-6-and-3-2-1-available-now
Spring for Apache Kafka 3.1.6 and 3.2.1 Available Now
Level up your Java code and explore what Spring can do for you.
🆕 Spring for Apache Pulsar `1.0.7` and `1.1.1` available now
https://spring.io/blog/2024/06/18/spring-for-apache-pulsar-1-0-7-and-1-1-1-available-now
https://spring.io/blog/2024/06/18/spring-for-apache-pulsar-1-0-7-and-1-1-1-available-now
Spring for Apache Pulsar `1.0.7` and `1.1.1` available now
Level up your Java code and explore what Spring can do for you.
🆕 Spring Security 5.8.13, 6.2.5, and 6.3.1 are available now
https://spring.io/blog/2024/06/18/spring-security-5-8-13-6-2-5-and-6-3-1-are-available-now
https://spring.io/blog/2024/06/18/spring-security-5-8-13-6-2-5-and-6-3-1-are-available-now
Spring Security 5.8.13, 6.2.5, and 6.3.1 are available now
Level up your Java code and explore what Spring can do for you.
🆕 How does the Hibernate JAVA_TIME_USE_DIRECT_JDBC setting work
https://vladmihalcea.com/hibernate-type-java_time_use_direct_jdbc/
https://vladmihalcea.com/hibernate-type-java_time_use_direct_jdbc/
Vlad Mihalcea
Hibernate JAVA_TIME_USE_DIRECT_JDBC setting
Learn how the Hibernate JAVA_TIME_USE_DIRECT_JDBC setting works and what JDBC Driver supports this feature.
🆕 Spring Session 3.2.4 and 3.3.1 are available now
https://spring.io/blog/2024/06/18/spring-session-3-2-4-and-3-3-1-are-available-now
https://spring.io/blog/2024/06/18/spring-session-3-2-4-and-3-3-1-are-available-now
Spring Session 3.2.4 and 3.3.1 are available now
Level up your Java code and explore what Spring can do for you.
🆕 Spring for GraphQL 1.2.7 and 1.3.1 released
https://spring.io/blog/2024/06/18/spring-for-graphql-1-2-7-and-1-3-1-released
https://spring.io/blog/2024/06/18/spring-for-graphql-1-2-7-and-1-3-1-released
Spring for GraphQL 1.2.7 and 1.3.1 released
Level up your Java code and explore what Spring can do for you.
🆕 Getting Started with Jakarta Data and Hibernate
https://thorben-janssen.com/getting-started-with-jakarta-data/
https://thorben-janssen.com/getting-started-with-jakarta-data/
Thorben Janssen
Getting Started with Jakarta Data and Hibernate
Learn the most important concepts and start using your first Jakarta Data repository using Hibernate as your persistence provider.
🆕 Spring Authorization Server 1.3.1 and 1.2.5 available now
https://spring.io/blog/2024/06/19/spring-authorization-server-1-3-1-and-1-2-5-available-now
https://spring.io/blog/2024/06/19/spring-authorization-server-1-3-1-and-1-2-5-available-now
Spring Authorization Server 1.3.1 and 1.2.5 available now
Level up your Java code and explore what Spring can do for you.
👍1
🆕 CVE-2024-22271: Spring Cloud Function Web DOS Vulnerability
https://spring.io/security/cve-2024-22271
https://spring.io/security/cve-2024-22271
CVE-2024-22271: Spring Cloud Function Web DOS Vulnerability
Level up your Java code and explore what Spring can do for you.
🆕 A Bootiful Podcast: Thomas Vitale, author of Cloud Native Spring in Action
https://spring.io/blog/2024/06/20/a-bootiful-podcast-thomas-vitale-author-of-cloud-native-spring-in-action
https://spring.io/blog/2024/06/20/a-bootiful-podcast-thomas-vitale-author-of-cloud-native-spring-in-action
A Bootiful Podcast: Thomas Vitale, author of Cloud Native Spring in Action
Level up your Java code and explore what Spring can do for you.
🆕 Spring Tips: Introducing Spring Modulith
https://spring.io/blog/2024/06/20/spring-tips-introducing-spring-modulith
https://spring.io/blog/2024/06/20/spring-tips-introducing-spring-modulith
Spring Tips: Introducing Spring Modulith
Level up your Java code and explore what Spring can do for you.
🔥1
🆕 Spring Modulith 1.1.6 and 1.2.1 released
https://spring.io/blog/2024/06/21/spring-modulith-1-1-6-and-1-2-1-released
https://spring.io/blog/2024/06/21/spring-modulith-1-1-6-and-1-2-1-released
Spring Modulith 1.1.6 and 1.2.1 released
Level up your Java code and explore what Spring can do for you.
👍1
🆕 How to map Java Enum to custom values with JPA and Hibernate
https://vladmihalcea.com/java-enum-custom-values/
https://vladmihalcea.com/java-enum-custom-values/
Vlad Mihalcea
How to map Java Enum to custom values with JPA and Hibernate - Vlad Mihalcea
Learn how to map Java Enum objects to custom values when using JPA and Hibernate. This is needed when we have to reorder the Enum values.