Closed snicoll closed 2 years ago
Spring Boot recently introduced a new factory type for ApplicationContextFactory, see https://github.com/spring-projects/spring-boot/issues/30272
ApplicationContextFactory
When running with an application that uses AOT optimization, this factory is not required as we replace it with an AOT-variant anyway.
Spring Boot recently introduced a new factory type for
ApplicationContextFactory
, see https://github.com/spring-projects/spring-boot/issues/30272When running with an application that uses AOT optimization, this factory is not required as we replace it with an AOT-variant anyway.