π Spring Vault 2.4.0-M1 and 3.0.0-M1 available
https://spring.io/blog/2022/05/27/spring-vault-2-4-0-m1-and-3-0-0-m1-available
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2022/05/27/spring-vault-2-4-0-m1-and-3-0-0-m1-available
β‘οΈ @SpringFrameworkZone
Spring Vault 2.4.0-M1 and 3.0.0-M1 available
Level up your Java code and explore what Spring can do for you.
π Spring Cloud 2021.0.3 is available. Compatible with Spring Boot 2.7.0
https://spring.io/blog/2022/05/27/spring-cloud-2021-0-3-is-available-compatible-with-spring-boot-2-7-0
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2022/05/27/spring-cloud-2021-0-3-is-available-compatible-with-spring-boot-2-7-0
β‘οΈ @SpringFrameworkZone
Spring Cloud 2021.0.3 is available. Compatible with Spring Boot 2.7.0
Level up your Java code and explore what Spring can do for you.
π Using YAML in Spring Boot to Configure Logback
https://springframework.guru/using-yaml-in-spring-boot-to-configure-logback/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/using-yaml-in-spring-boot-to-configure-logback/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru - Become a Spring Framework Guru
Using YAML in Spring Boot to Configure Logback
When it comes to logging in enterprise applications, logback makes an excellent choice β itβs simple and fast, has powerful configuration options, and comes with a small memory footprint. I have introduced logback in myβ¦
π Testing Database Migration Scripts with Spring Boot and Testcontainers
https://reflectoring.io/spring-boot-flyway-testcontainers/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/spring-boot-flyway-testcontainers/
β‘οΈ @SpringFrameworkZone
reflectoring.io
Testing Database Migration Scripts with Spring Boot and Testcontainers
In-memory databases are popular for testing locally. But why test against an in-memory database when Testcontainers can easily spin up a production-like database for us?
π New Password Storage In Spring Security 5
https://www.baeldung.com/spring-security-5-password-storage
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-5-password-storage
β‘οΈ @SpringFrameworkZone
Baeldung
New Password Storage in Spring Security | Baeldung
A quick guide to understanding password encryption in Spring Security 5 and migrating to better encryption algorithms.
π Spring Native 0.12.0 available now
https://spring.io/blog/2022/05/31/spring-native-0-12-0-available-now
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2022/05/31/spring-native-0-12-0-available-now
β‘οΈ @SpringFrameworkZone
Spring Native 0.12.0 available now
Level up your Java code and explore what Spring can do for you.
π Spring Shell 2.1.0-M4 is now available
https://spring.io/blog/2022/05/30/spring-shell-2-1-0-m4-is-now-available
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2022/05/30/spring-shell-2-1-0-m4-is-now-available
β‘οΈ @SpringFrameworkZone
Spring Shell 2.1.0-M4 is now available
Level up your Java code and explore what Spring can do for you.
π This Week in Spring - May 31st, 2022
https://spring.io/blog/2022/05/31/this-week-in-spring-may-31st-2022
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2022/05/31/this-week-in-spring-may-31st-2022
β‘οΈ @SpringFrameworkZone
This Week in Spring - May 31st, 2022
Level up your Java code and explore what Spring can do for you.
π Could not find or load main class org.apache.maven.surefire.booter.ForkedBooter
https://betterjavacode.com/core-java/could-not-find-or-load-main-class-org-apache-maven-surefire-booter-forkedbooter
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/core-java/could-not-find-or-load-main-class-org-apache-maven-surefire-booter-forkedbooter
β‘οΈ @SpringFrameworkZone
Code Complete
Could not find or load main class org.apache.maven.surefire.booter.ForkedBooter - Code Complete
If you are facing an error while running a jenkins build, in this post, I show how to resolve this error "Could not find or load main class" surefire.
π High-Performance Java Persistence Newsletter, Issue 39
https://vladmihalcea.com/high-performance-java-persistence-newsletter-issue-39/
β‘οΈ @SpringFrameworkZone
https://vladmihalcea.com/high-performance-java-persistence-newsletter-issue-39/
β‘οΈ @SpringFrameworkZone
Vlad Mihalcea
High-Performance Java Persistence Newsletter, Issue 39 - Vlad Mihalcea
The High-Performance Java Persistence Newsletter features articles, videos, and answers to common StackOverflow questions.
π HTTPS on Kubernetes with Spring Boot, Istio and Cert Manager
https://piotrminkowski.com/2022/06/01/https-on-kubernetes-with-spring-boot-istio-and-cert-manager/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2022/06/01/https-on-kubernetes-with-spring-boot-istio-and-cert-manager/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
HTTPS on Kubernetes with Spring Boot, Istio and Cert Manager
This article shows how to enable secure HTTPS on Kubernetes for Spring Boot application using Istio and Cert Manager.
π Spring Security OAuth reaches End-of-Life
https://spring.io/blog/2022/06/01/spring-security-oauth-reaches-end-of-life
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2022/06/01/spring-security-oauth-reaches-end-of-life
β‘οΈ @SpringFrameworkZone
Spring Security OAuth reaches End-of-Life
Level up your Java code and explore what Spring can do for you.
π Introduction to Spring Cloud Sidecar
https://www.baeldung.com/spring-cloud-sidecar-intro
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-cloud-sidecar-intro
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Introduction to Spring Cloud Sidecar | Baeldung
Learn about Spring Cloud Sidecar and how to take advantage of Spring Cloud in a microservice world having polyglot services written with different languages and frameworks.
π Spring Web Service Integration Tests with @WebServiceServerTest
https://www.baeldung.com/spring-webserviceservertest
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-webserviceservertest
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Spring Web Service Integration Tests with @WebServiceServerTest | Baeldung
Learn how to write integration tests for SOAP web services built using Spring Boot
π A Bootiful Podcast: Spring I/O founder, Spring trainer and community legend Sergi Almar
https://spring.io/blog/2022/06/02/a-bootiful-podcast-spring-i-o-founder-spring-trainer-and-community-legend-sergi-almar
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2022/06/02/a-bootiful-podcast-spring-i-o-founder-spring-trainer-and-community-legend-sergi-almar
β‘οΈ @SpringFrameworkZone
spring.io
A Bootiful Podcast: Spring I/O founder, Spring trainer and community legend Sergi Almar
<p>Hi, Spring fans! At long last, against all odds, Josh Long (@starbuxman) finally gets to talk to Spring I/O founder and more-than-a-decade-long friend Sergi Almar (@sergialmar) about an edition of Spring I/O after 2019! </p>
<iframe title="Spring I/O founderβ¦
<iframe title="Spring I/O founderβ¦
π Spring Tips: Learn Spring for GraphQL (parts 1 and 2 of an ongoing series)
https://spring.io/blog/2022/06/02/spring-tips-learn-spring-for-graphql-parts-1-and-2-of-an-ongoing-series
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2022/06/02/spring-tips-learn-spring-for-graphql-parts-1-and-2-of-an-ongoing-series
β‘οΈ @SpringFrameworkZone
Spring Tips: Learn Spring for GraphQL (parts 1 and 2 of an ongoing series)
Level up your Java code and explore what Spring can do for you.
π Spring Cloud Stream Applications 2021.1.2 GA Release now available
https://spring.io/blog/2022/06/02/spring-cloud-stream-applications-2021-1-2-ga-release-now-available
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2022/06/02/spring-cloud-stream-applications-2021-1-2-ga-release-now-available
β‘οΈ @SpringFrameworkZone
Spring Cloud Stream Applications 2021.1.2 GA Release now available
Level up your Java code and explore what Spring can do for you.