Weld 7.0.0.Beta2

By Matej Novotny | June 10, 2026

Weld Core 7.0.0.Beta2 and Weld API 7.0.Beta2 are now available in Maven Central.
This is a small release adding support for Jakarta Persistence 4.0 integration.

JPA 4.0 introduces EntityAgent, a stateless alternative to EntityManager. Containers can inject it using the new @PersistenceAgent annotation, similar to how @PersistenceContext works for EntityManager. This release updates the Weld SPI (weld/api#258) and adds the corresponding implementation in Core (weld/core#3361).

Thanks to Marko Bekhta for contributing both PRs!

[ Download ] [ Release ]