Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jta-dev] @Inject UserTransaction in CDI spec, should be in Transactions?

Please can you share a bit more detail on what kind of changes you are proposing to the Transactions specification and whether you see those changes as necessary (like bug fixes) or enhancements and why?

On Sun, 7 Aug 2022 at 13:36, arjan tijms <arjan.tijms@xxxxxxxxx> wrote:
Hi,

The Jakarta Transactions spec takes care of theĀ @Transactional interceptor and theĀ @TransactionScoped scope. However, the injection of UserTransaction is specified by the CDI spec.

As UserTransaction is owned by Jakarta Transactions, I think it should be Jakarta Transactions that is responsible for making sure this type is injectable.

Thoughts?

Kind regards,
Arjan Tijms
_______________________________________________
jta-dev mailing list
jta-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jta-dev

Back to the top