π Spring Functions Catalog 5.0.0 & Spring Cloud Stream Applications 2024.0.0 Available
https://spring.io/blog/2024/06/03/spring-functions-catalog-5-0-0-and-spring-cloud-stream-applications-2024-0-0-released
https://spring.io/blog/2024/06/03/spring-functions-catalog-5-0-0-and-spring-cloud-stream-applications-2024-0-0-released
Spring Functions Catalog 5.0.0 & Spring Cloud Stream Applications 2024.0.0 Available
Level up your Java code and explore what Spring can do for you.
π3
π High-Performance Java Persistence Newsletter, Issue 63
https://vladmihalcea.com/high-performance-java-persistence-newsletter-issue-63/
https://vladmihalcea.com/high-performance-java-persistence-newsletter-issue-63/
Vlad Mihalcea
High-Performance Java Persistence Newsletter, Issue 63 - Vlad Mihalcea
The High-Performance Java Persistence Newsletter features articles, videos, and answers to common StackOverflow questions.
π This Week in Spring - June 4th, 2024
https://spring.io/blog/2024/06/04/this-week-in-spring-june-4th-2024
https://spring.io/blog/2024/06/04/this-week-in-spring-june-4th-2024
This Week in Spring - June 4th, 2024
Level up your Java code and explore what Spring can do for you.
π Spring Shell 3.3.0 is now available
https://spring.io/blog/2024/06/04/spring-shell-3-3-0-is-now-available
https://spring.io/blog/2024/06/04/spring-shell-3-3-0-is-now-available
Spring Shell 3.3.0 is now available
Level up your Java code and explore what Spring can do for you.
π Spring Security Keberos 2.1.0 Released
https://spring.io/blog/2024/06/04/spring-security-keberos-2-1-0-released
https://spring.io/blog/2024/06/04/spring-security-keberos-2-1-0-released
Spring Security Keberos 2.1.0 Released
Level up your Java code and explore what Spring can do for you.
π A Bootiful Podcast: Jetbrains Developer Advocate Pasha Finkelshteyn
https://spring.io/blog/2024/06/06/a-bootiful-podcast-jetbrains-developer-advocate-pasha-finkelshteyn
https://spring.io/blog/2024/06/06/a-bootiful-podcast-jetbrains-developer-advocate-pasha-finkelshteyn
A Bootiful Podcast: Jetbrains Developer Advocate Pasha Finkelshteyn
Level up your Java code and explore what Spring can do for you.
π Testing Caching Mechanism with Testcontainers in Spring Boot
https://rieckpil.de/testing-caching-mechanism-with-testcontainers-in-spring-boot/
https://rieckpil.de/testing-caching-mechanism-with-testcontainers-in-spring-boot/
rieckpil
Testing Caching Mechanism with Testcontainers in Spring Boot - rieckpil
Learn how to use Testcontainers to write integration tests for validating the caching mechanism in a Spring Boot application. Ensure data consistency, serialization, and cache invalidation with practical examples using Redis and MySQL.
β€3π1
π This Week in Spring - June 11th, 2024
https://spring.io/blog/2024/06/10/this-week-in-spring-june-11th-2024
https://spring.io/blog/2024/06/10/this-week-in-spring-june-11th-2024
This Week in Spring - June 11th, 2024
Level up your Java code and explore what Spring can do for you.
π Getting Started with Backstage
https://piotrminkowski.com/2024/06/13/getting-started-with-backstage/
https://piotrminkowski.com/2024/06/13/getting-started-with-backstage/
Piotr's TechBlog
Getting Started with Backstage - Piotr's TechBlog
This article will teach you how to use Backstage in your app development and create software templates to generate a typical Spring Boot app.
π₯1
π Spring Framework 6.1.9, 6.0.22 and 5.3.37 available now
https://spring.io/blog/2024/06/13/spring-framework-6-1-9-6-0-22-and-5-3-37-available-now
https://spring.io/blog/2024/06/13/spring-framework-6-1-9-6-0-22-and-5-3-37-available-now
Spring Framework 6.1.9, 6.0.22 and 5.3.37 available now
Level up your Java code and explore what Spring can do for you.
π A Bootiful Podcast: Abdel Sghiouar, Cloud Native Developer Advocate at Google
https://spring.io/blog/2024/06/13/a-bootiful-podcast-abdel-sghiouar-cloud-native-developer-advocate-at-google
https://spring.io/blog/2024/06/13/a-bootiful-podcast-abdel-sghiouar-cloud-native-developer-advocate-at-google
A Bootiful Podcast: Abdel Sghiouar, Cloud Native Developer Advocate at Google
Level up your Java code and explore what Spring can do for you.
π Spring Framework 6.2.0-M4 available now
https://spring.io/blog/2024/06/13/spring-framework-6-2-0-m4-available-now
https://spring.io/blog/2024/06/13/spring-framework-6-2-0-m4-available-now
Spring Framework 6.2.0-M4 available now
Level up your Java code and explore what Spring can do for you.
π Databases and AI with Neo4J as an example with Michael Simons
https://thorben-janssen.com/expertsession-databases-and-ai/
https://thorben-janssen.com/expertsession-databases-and-ai/
Thorben Janssen
Databases and AI with Neo4J as an example with Michael Simons - Thorben Janssen
When integrating AI into your application, you will most likely want to use a concept called RAG. This acronym stands for Retrieval Augmented Generation and is an absolute game changer. The idea is simple: By providing your own input data to your LLM, youβ¦
π Should your tests manage transactions?
https://thorben-janssen.com/should-your-tests-manage-transactions/
https://thorben-janssen.com/should-your-tests-manage-transactions/
Thorben Janssen
Should your tests manage transactions? - Thorben Janssen
During my Spring Data JPA workshops and talks, I often get asked if a test case should handle transactions, or not. And if it handles the transaction if it should commit it or roll it back. And as so often, the short answer is: it depends. The slightly longerβ¦
π Spring Data 2024.0.1 and 2023.1.7 released
https://spring.io/blog/2024/06/14/spring-data-2024-0-1-and-2023-1-7-released
https://spring.io/blog/2024/06/14/spring-data-2024-0-1-and-2023-1-7-released
Spring Data 2024.0.1 and 2023.1.7 released
Level up your Java code and explore what Spring can do for you.
π Difference Between Two-Phase Commit and Saga Pattern
https://www.baeldung.com/cs/two-phase-commit-vs-saga-pattern
https://www.baeldung.com/cs/two-phase-commit-vs-saga-pattern
Baeldung on Computer Science
Difference Between Two-Phase Commit and Saga Pattern | Baeldung on Computer Science
Explore the differences between two different approaches to managing distribution transactions: Two-Phase Commit and Saga Pattern.