Skip to content

Add EntityAgent support to JpaInjectionServices SPI#258

Merged
manovotn merged 1 commit into
weld:masterfrom
marko-bekhta:feat/add-entity-agent
Jun 9, 2026
Merged

Add EntityAgent support to JpaInjectionServices SPI#258
manovotn merged 1 commit into
weld:masterfrom
marko-bekhta:feat/add-entity-agent

Conversation

@marko-bekhta

Copy link
Copy Markdown
Contributor

Hey 👋🏻 🙂

With JPA 4 there's going to be an extra injection point for entity agents:

https://github.com/jakartaee/persistence/blob/8eaaf0b62e93f18595fcb1fea7a0f2e37ec8c388/spec/src/main/asciidoc/ch07-entitymanagers-and-persistence-contexts.adoc?plain=1#L126-L161

This PR is to get this work going 🤞🏻 🙂

Comment thread weld-spi/src/main/java/org/jboss/weld/injection/spi/JpaInjectionServices.java Outdated
@marko-bekhta marko-bekhta force-pushed the feat/add-entity-agent branch from db7a78c to a398043 Compare June 9, 2026 12:34
@manovotn manovotn merged commit 704e87c into weld:master Jun 9, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Jakarta Persistence 4.0 Integration: add capability of injecting an EntityAgent

2 participants