mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Switching from @PersistenceContext to @Autowired for dependency injection in tests allows such tests to participate in AOT processing. Note, however, that we still have TestNG-based tests that use @PersistenceContext — for example, AbstractEjbTxDaoTestNGTests. See gh-29122 See gh-31442 See gh-33414