mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
4879b56bb9
This commit only tests which init/destroy methods are "registered" in AOT mode. This commit does NOT test that the registered methods can actually be invoked in AOT mode: that will be addressed in a separate commit. See gh-30692