Fix Spring Data JPA Exception: No Property Found for Type

This article explains how to fix the “PropertyReferenceException: No property found for type” in Spring Data JPA. It advises using exact property names when defining query methods to avoid the exception. Practical examples are provided.

Java Weekly, Issue 485

Virtual threads in Java 21, Java profilers, a new build system for Java, auto-explain for Postgres, and Generative AI!

Java Weekly, Issue 475

Fast Java 21, compact strings, static mocks, native GC for Quarkus, async stack trace, and non-vulnerable microservices!

Memory Types in JVM

Learn about the different memory types in the Java Virtual Machine (JVM) and understand the reasons for some common memory-related errors.

Java List Interface

Learn about the Java list interface, including core functions and concrete implementations.