Support @PersistenceContext and @PersistenceUnit in test classes in AOT #31442
Labels
in: data
Issues in data modules (jdbc, orm, oxm, tx)
in: test
Issues in the test module
theme: aot
An issue related to Ahead-of-time processing
type: enhancement
A general enhancement
Milestone
Overview
While running tests such as
JpaEntityListenerTests
in thespring-test
module in AOT mode, I noticed that we do not support dependency injection in an instance of a test class via@PersistenceContext
and@PersistenceUnit
.For example, the following field in
JpaEntityListenerTests
is not injected when running in AOT mode.Related Issues
@PersistenceContext
and@PersistenceUnit
#28364@Resource
in test classes in AOT mode #31733The text was updated successfully, but these errors were encountered: