Open-source Java projects advance Jakarta EE compatibility, persistence capabilities, and developer tooling as enterprise teams prepare for the next generation of Java applications.
Spring Boot is the most popular Java framework for building cloud-native applications, and Hibernate is the most popular object-relational mapping framework for implementing the JPA spec. This Spring ...
The claim that Java is ‘dead’ has been made so repeatedly that it has become a cliche. In 2026, it is still one of the most popular programming languages. It is still one of the most popular languages ...
Quarkus 3.31 now supports Java 25 out of the box and to make sure we don’t display warnings when running the tests, we need to pass additional arguments to the JVM when running the tests with Surefire ...
JPA was born as the acronym for Java Persistence API. When Java EE was donated to the Eclipse Foundation under the Jakarta EE project, the name of the API changed to Jakarta Persistence but the term ...
Frameworks like Spring Boot remain dominant in backend and microservices development thanks to mature ecosystems and extensive support. Cloud-native Java frameworks such as Quarkus and Micronaut focus ...
The Jakarta Persistence API (JPA) is a specification that defines a standardized framework for data persistence. Persistence is the fundamental mechanism for saving and retrieving data over time. In ...
Community driven content discussing all aspects of software development from DevOps to design patterns. During my recent update to TheServerSide’s JDBC definition, I researched commonly queried terms ...
This guide is intended as a quick reference about the most common issues when migration from Hibernate ORM 5.6 to 6.2 in the context of Quarkus (Quarkus 2 to 3). It is not intended as a complete ...