Key Highlights

  • Spring Cloud 2025.1.0 released with bug fixes and updates to sub-projects
  • Quarkus 3.30 delivers new features, including support for Jackson @JsonView annotation
  • Hibernate ORM 7.2.0.CR3 provides notable changes, such as a new @EmbeddedTable annotation

The Java ecosystem has seen significant updates in the past week, with several popular frameworks releasing new versions. This move reflects broader industry trends towards cloud-native development and microservices architecture. As developers, it’s essential to stay up-to-date with the latest developments to ensure we’re building scalable and efficient systems.

Recent Updates

The release of Spring Cloud 2025.1.0, codenamed Oakwood, is a significant milestone. This version includes bug fixes and notable updates to sub-projects, such as Spring Cloud Kubernetes, Spring Cloud Function, and Spring Cloud Stream. Additionally, the removal of the deprecated spring-cloud-starter-parent artifact is a breaking change that developers should be aware of. Quarkus 3.30 is another notable release, delivering new features, including support for the Jackson @JsonView annotation for serialization/deserialization on REST clients.

Framework Updates

Other frameworks have also seen updates, including Hibernate ORM 7.2.0.CR3, which provides notable changes, such as a new @EmbeddedTable annotation. This annotation eliminates the need to use multiple Jakarta Persistence @AttributeOverride and/or @AssociationOverride annotations when defining an entity. JobRunr 8.3.0 features support for Spring Boot 4 and Jackson 3, while maintaining compatibility with Spring Boot 3 and Jackson 2. LangChain4j 1.9.0 ships with bug fixes, dependency upgrades, and notable changes, such as a new generic agentic Planner interface.

Conclusion

In conclusion, this week’s Java roundup highlights the rapid pace of development in the Java ecosystem. With updates to popular frameworks like Spring Cloud, Quarkus, and Hibernate ORM, developers have access to new features and improvements that can help them build more efficient and scalable systems. As the industry continues to evolve, it’s essential to stay informed about the latest developments and updates.

Source: Official Link