spring-attic / spring-native

Spring Native is now superseded by Spring Boot 3 official native support
https://docs.spring.io/spring-boot/docs/current/reference/html/native-image.html
Apache License 2.0
2.74k stars 356 forks source link

Do not generate entry for ApplicationContextFactory #1592

Closed snicoll closed 2 years ago

snicoll commented 2 years ago

Spring Boot recently introduced a new factory type for ApplicationContextFactory, see https://github.com/spring-projects/spring-boot/issues/30272

When running with an application that uses AOT optimization, this factory is not required as we replace it with an AOT-variant anyway.