🆕 Introducing Microservices Patterns with Spring Integration 
https://spring.io/blog/2023/01/25/introducing-microservices-patterns-with-spring-integration
➡️ @SpringFrameworkZone
  
  https://spring.io/blog/2023/01/25/introducing-microservices-patterns-with-spring-integration
➡️ @SpringFrameworkZone
Introducing Microservices Patterns with Spring Integration
  
  
  Level up your Java code and explore what Spring can do for you.
  🆕 Spring Cloud 2022.0.1 (codename Kilburn) Has Been Released 
https://spring.io/blog/2023/01/26/spring-cloud-2022-0-1-codename-kilburn-has-been-released
➡️ @SpringFrameworkZone
  
  https://spring.io/blog/2023/01/26/spring-cloud-2022-0-1-codename-kilburn-has-been-released
➡️ @SpringFrameworkZone
Spring Cloud 2022.0.1 (codename Kilburn) Has Been Released
  
  
  Level up your Java code and explore what Spring can do for you.
  🆕 Spring Cloud Azure 5.0 is now Generally Available  
https://spring.io/blog/2023/01/26/spring-cloud-azure-5-0-is-now-generally-available
➡️ @SpringFrameworkZone
  
  https://spring.io/blog/2023/01/26/spring-cloud-azure-5-0-is-now-generally-available
➡️ @SpringFrameworkZone
Spring Cloud Azure 5.0 is now Generally Available
  
  
  Level up your Java code and explore what Spring can do for you.
  🆕 A Bootiful Podcast: GraalVM advocate Alina Yurenko on a Bootiful Podcast 
https://spring.io/blog/2023/01/26/a-bootiful-podcast-graalvm-advocate-alina-yurenko-on-a-bootiful-podcast
➡️ @SpringFrameworkZone
  
  https://spring.io/blog/2023/01/26/a-bootiful-podcast-graalvm-advocate-alina-yurenko-on-a-bootiful-podcast
➡️ @SpringFrameworkZone
A Bootiful Podcast: GraalVM advocate Alina Yurenko on a Bootiful Podcast
  
  
  Level up your Java code and explore what Spring can do for you.
  🆕 Useful & Unknown Java Libraries 
https://piotrminkowski.com/2023/01/30/useful-unknown-java-libraries/
➡️ @SpringFrameworkZone
  
  https://piotrminkowski.com/2023/01/30/useful-unknown-java-libraries/
➡️ @SpringFrameworkZone
Piotr's TechBlog
  
  Useful & Unknown Java Libraries - Piotr's TechBlog
  This article will teach you about some not famous but useful Java libraries like Instancio, Datafaker, Blaze-Persistence or JPAStreamer.
  🆕 High-Performance Java Persistence Newsletter, Issue 47 
https://vladmihalcea.com/high-performance-java-persistence-newsletter-issue-47/
➡️ @SpringFrameworkZone
  
  https://vladmihalcea.com/high-performance-java-persistence-newsletter-issue-47/
➡️ @SpringFrameworkZone
Vlad Mihalcea
  
  High-Performance Java Persistence Newsletter, Issue 47
  The High-Performance Java Persistence Newsletter features articles, videos, and answers to common StackOverflow questions.
  🆕 Fault Tolerance with Spring Data and YugabyteDB 
https://vladmihalcea.com/fault-tolerance-spring-yugabytedb/
➡️ @SpringFrameworkZone
  
  https://vladmihalcea.com/fault-tolerance-spring-yugabytedb/
➡️ @SpringFrameworkZone
Vlad Mihalcea
  
  Fault Tolerance with Spring Data and YugabyteDB - Vlad Mihalcea
  Learn how you can achieve fault tolerance in your Spring Data application with the help of a YugabyteDB cluster.
  🆕 Advanced Testing with Quarkus 
https://piotrminkowski.com/2023/02/08/advanced-testing-with-quarkus/
➡️ @SpringFrameworkZone
  
  https://piotrminkowski.com/2023/02/08/advanced-testing-with-quarkus/
➡️ @SpringFrameworkZone
Piotr's TechBlog
  
  Advanced Testing with Quarkus - Piotr's TechBlog
  In this article, you will learn how to build advanced testing scenarios with Quarkus and effectively use Testcontainers, Docker for that.
  🆕 Best Practices for Java Apps on Kubernetes 
https://piotrminkowski.com/2023/02/13/best-practices-for-java-apps-on-kubernetes/
➡️ @SpringFrameworkZone
  
  https://piotrminkowski.com/2023/02/13/best-practices-for-java-apps-on-kubernetes/
➡️ @SpringFrameworkZone
Piotr's TechBlog
  
  Best Practices for Java Apps on Kubernetes - Piotr's TechBlog
  In this article, you will read about the best practices for running Java applications on Kubernetes with tools and code examples.
  🆕 The best way to generate a TSID entity identifier with JPA and Hibernate 
https://vladmihalcea.com/tsid-identifier-jpa-hibernate/
➡️ @SpringFrameworkZone
  
  https://vladmihalcea.com/tsid-identifier-jpa-hibernate/
➡️ @SpringFrameworkZone
Vlad Mihalcea
  
  The best way to generate a TSID entity identifier with JPA and Hibernate
  Learn what the best way to generate a TSID (Time-Sorted Identifier) entity identifier with JPA and Hibernate is.
  🆕 Singleton Design Pattern vs Singleton Beans in Spring Boot 
https://www.baeldung.com/spring-boot-singleton-vs-beans
➡️ @SpringFrameworkZone
  
  https://www.baeldung.com/spring-boot-singleton-vs-beans
➡️ @SpringFrameworkZone
Baeldung on Kotlin
  
  Singleton Design Pattern vs Singleton Beans in Spring Boot | Baeldung
  Compare singleton beans with objects created using the singleton design pattern.
  🆕 Difference Between exchange(), postForEntity(), and execute() in RestTemplate 
https://www.baeldung.com/spring-resttemplate-exchange-postforentity-execute
➡️ @SpringFrameworkZone
  
  https://www.baeldung.com/spring-resttemplate-exchange-postforentity-execute
➡️ @SpringFrameworkZone
Baeldung
  
  Difference Between exchange(), postForEntity(), and execute() in RestTemplate | Baeldung
  Learn three different ways to send a HTTP POST request using Spring's RestTemplate.