Backend

[EN] Hibernate 7 & Jakarta Persistence 3.2: The modern stack for Java developers
[EN] Hibernate 7 & …

Hello everyone, since I’m currently dealing with a migration from Hibernate 6 to Hibernate 7, I thought I would write a multi-part article series on the topic. This is the first article in a series and deals with the absolute basics.

[EN] Modern Testing: How JUnit 6 is transforming the Java ecosystem
[EN] Modern Testing: How …

Eight years after the release of JUnit 5, the time has finally come: JUnit 6 is here. Anyone expecting an incremental update will be surprised. JUnit 6 is not just a refactoring, but a significant leap that sheds old baggage and makes the framework fit for the next decade of Java development - …

[EN] Spring Boot 4 & GraphQL: High-Performance APIs mit Java Records
[EN] Spring Boot 4 & …

While REST often provides too much data (overfetching) or gRPC is too complex to handle for web clients, GraphQL has established itself as the standard for flexible front ends. With Spring Boot 4, the integration of spring-graphql is more seamless than ever before. Forget manual controller logic …