π How to fetch multiple JPA collections with Blaze Persistence MULTISET
https://vladmihalcea.com/blaze-persistence-multiset/
https://vladmihalcea.com/blaze-persistence-multiset/
Vlad Mihalcea
Fetching multiple JPA collections with Blaze Persistence MULTISET
Learn how to fetch multiple JPA entity collections in a single SQL query that avoids the Cartesian Product using Blaze Persistence MULTISET
π Introduction to gRPC with Quarkus
https://piotrminkowski.com/2023/09/15/introduction-to-grpc-with-quarkus/
https://piotrminkowski.com/2023/09/15/introduction-to-grpc-with-quarkus/
Piotr's TechBlog
Introduction to gRPC with Quarkus - Piotr's TechBlog
In this article, you will learn how to implement and consume gRPC services with Quarkus and interact with Postgres database reactively.
π How to find the source of an SQL query generated by Hibernate
https://vladmihalcea.com/source-sql-query-hibernate/
https://vladmihalcea.com/source-sql-query-hibernate/
Vlad Mihalcea
How to find the source of an SQL query generated by Hibernate - Vlad Mihalcea
Learn how we can find the source of an SQL query generated by Hibernate to find the root cause of a given performance problem.
π Securing Spring Boot 3 Applications With SSL Bundles
https://www.baeldung.com/spring-boot-security-ssl-bundles
https://www.baeldung.com/spring-boot-security-ssl-bundles
Baeldung on Kotlin
Securing Spring Boot Applications With SSL Bundles | Baeldung
Explore the new SSL Bundles feature of Spring Boot 3 and learn how it can streamline SSL configuration tasks for Spring Boot applications.
π Invoke Spring @Cacheable from Another Method of Same Bean
https://www.baeldung.com/spring-invoke-cacheable-other-method-same-bean
https://www.baeldung.com/spring-invoke-cacheable-other-method-same-bean
Baeldung
Invoke Spring @Cacheable from Another Method of Same Bean | Baeldung
A quick and practical guide to invoking @Cacheable methods from other methods of the same bean in Spring.
π Difference Between permitAll() and anonymous() in Spring Security
https://www.baeldung.com/spring-security-permitall-vs-anonymous
https://www.baeldung.com/spring-security-permitall-vs-anonymous
Baeldung
Difference Between permitAll() and anonymous() in Spring Security | Baeldung
Learn about the methods permitAll() and anonymous() of the class HttpSecurity from Spring Security Framework.
π Spring Boot Application on Liberica Runtime Container
https://www.baeldung.com/spring-docker-liberica
https://www.baeldung.com/spring-docker-liberica
Baeldung
Spring Boot Application on Liberica Runtime Container | Baeldung
A quick and practical guide to dockerizing a Spring Boot application on on Liberica Runtime Container.
π Handling flakiness in the Automated Tests
https://betterjavacode.com/programming/handling-flakiness-in-the-automated-tests
https://betterjavacode.com/programming/handling-flakiness-in-the-automated-tests
Code Complete
Handling flakiness in the Automated Tests - Code Complete
CI/CD has improved the development process with automated tests. Handling flakiness in automated tests can be challenging.
π High-Performance Java Persistence Newsletter, Issue 55
https://vladmihalcea.com/high-performance-java-persistence-newsletter-issue-55/
https://vladmihalcea.com/high-performance-java-persistence-newsletter-issue-55/
Vlad Mihalcea
High-Performance Java Persistence Newsletter, Issue 55 - Vlad Mihalcea
Introduction Welcome to a new issue of the High-Performance Java Persistence Newsletter in which we share articles, videos, workshops, and StackOverflow answers that are very relevant to any developer who interacts with a database system using Java. Articlesβ¦
π Handle Traffic Bursts with Ephemeral OpenShift Clusters
https://piotrminkowski.com/2023/10/06/handle-traffic-bursts-with-ephemeral-openshift-clusters/
https://piotrminkowski.com/2023/10/06/handle-traffic-bursts-with-ephemeral-openshift-clusters/
Piotr's TechBlog
Handle Traffic Bursts with Ephemeral OpenShift Clusters - Piotr's TechBlog
This article will teach you how to handle temporary traffic bursts with ephemeral OpenShift clusters provisioned in the public cloud.