🆕 High-Performance Java Persistence Newsletter, Issue 56 
https://vladmihalcea.com/high-performance-java-persistence-newsletter-issue-56/
  
  https://vladmihalcea.com/high-performance-java-persistence-newsletter-issue-56/
Vlad Mihalcea
  
  High-Performance Java Persistence Newsletter, Issue 56 - Vlad Mihalcea
  The High-Performance Java Persistence Newsletter features articles, videos, and answers to common StackOverflow questions.
  🆕 Spring Boot 3.1’s ConnectionDetails Abstraction 
https://www.baeldung.com/spring-boot-3-1-connectiondetails-abstraction
  
  https://www.baeldung.com/spring-boot-3-1-connectiondetails-abstraction
Baeldung on Kotlin
  
  Spring Boot ConnectionDetails Abstraction | Baeldung
  Learn about the ConnectionDetails interface in Spring Boot 3.1.
  🆕 HttpSecurity vs. WebSecurity in Spring Security 
https://www.baeldung.com/spring-security-httpsecurity-vs-websecurity
  
  https://www.baeldung.com/spring-security-httpsecurity-vs-websecurity
Baeldung
  
  HttpSecurity vs. WebSecurity in Spring Security | Baeldung
  Explore and discover the differences between HttpSecurity and WebSecurity.
  🆕 Worker Pattern in Microservices 
https://betterjavacode.com/programming/worker-pattern-microservices
  https://betterjavacode.com/programming/worker-pattern-microservices
🆕 Apache Kafka on Kubernetes with Strimzi 
https://piotrminkowski.com/2023/11/06/apache-kafka-on-kubernetes-with-strimzi/
  
  https://piotrminkowski.com/2023/11/06/apache-kafka-on-kubernetes-with-strimzi/
Piotr's TechBlog
  
  Apache Kafka on Kubernetes with Strimzi - Piotr's TechBlog
  In this article, you will learn how to install and manage Apache Kafka on Kubernetes with the Strimzi operator.
  🆕 How to cascade DELETE with Spring and Hibernate events 
https://vladmihalcea.com/cascade-delete-hibernate-events/
  
  https://vladmihalcea.com/cascade-delete-hibernate-events/
Vlad Mihalcea
  
  How to cascade DELETE with Spring and Hibernate events
  Learn the best way to cascade DELETE unidirectional associations with Spring Data JPA and Hibernate events.
  🆕 Kafka Tracing with Spring Boot and Open Telemetry 
https://piotrminkowski.com/2023/11/15/kafka-tracing-with-spring-boot-and-open-telemetry/
  
  https://piotrminkowski.com/2023/11/15/kafka-tracing-with-spring-boot-and-open-telemetry/
Piotr's TechBlog
  
  Kafka Tracing with Spring Boot and Open Telemetry - Piotr's TechBlog
  In this article, you will learn how to configure tracing for Kafka producer and consumer with Spring Boot and Open Telemetry.
  🆕 Why Observability Matters in System Design 
https://betterjavacode.com/programming/why-observability-matters-in-system-design
  
  https://betterjavacode.com/programming/why-observability-matters-in-system-design
Code Complete
  
  Why Observability Matters in System Design
  In this post, I talk about system design and observability. How to think about observability while designing a system.
  🆕 Testing Java Apps on Kubernetes with Testkube 
https://piotrminkowski.com/2023/11/27/testing-java-apps-on-kubernetes-with-testkube/
  
  https://piotrminkowski.com/2023/11/27/testing-java-apps-on-kubernetes-with-testkube/
Piotr's TechBlog
  
  Testing Java Apps on Kubernetes with Testkube - Piotr's TechBlog
  In this article, you will learn how to test Java apps on Kubernetes with Testkube automatically. We will build the tests for the typical Spring REST-based app. In the first scenario, Testkube runs the JUnit tests using its Maven support. After that, we will…