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 355 forks source link

InitializationHint for build time initialization of class not recognized #1660

Closed timosalm closed 2 years ago

timosalm commented 2 years ago

In the example here, the First and Second classes should be initialized at build time via the InitializationHint - which is not the case.

The following native-image.properties file generated by running ./mvnw clean package -DskipTests spring-aot:generate.