You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-project/spring-boot-tools
Andy Wilkinson 853caf9a59 Do not exclude DevTools from Maven AOT processing classpath
When excluded from the AOT processing classpath, a reflection hint
for DevTools' RestartScopeInitializer that's registered in
spring.factories is not generated. When the native image is compiled
we have no control over its classpath so DevTools is included. This
causes a failure at runtime as RestartScopeInitializer cannot be
loaded due to the missing reflection hint.

Until we have control over the native image classpath, we need to
include DevTools on the AOT processing classpath and then rely on
DevTools disabling itself in a native image which it already does.

Fixes gh-35853
1 year ago
..
spring-boot-antlib Remove references to https://repo.spring.io/release 2 years ago
spring-boot-autoconfigure-processor Merge branch '2.7.x' into 3.0.x 2 years ago
spring-boot-buildpack-platform Merge branch '3.0.x' 2 years ago
spring-boot-cli Merge branch '3.0.x' into 3.1.x 1 year ago
spring-boot-configuration-metadata Merge branch '2.7.x' into 3.0.x 2 years ago
spring-boot-configuration-processor Merge branch '2.7.x' into 3.0.x 2 years ago
spring-boot-gradle-plugin Merge branch '3.0.x' into 3.1.x 1 year ago
spring-boot-gradle-test-support Merge branch '3.0.x' into 3.1.x 1 year ago
spring-boot-jarmode-layertools Polish 2 years ago
spring-boot-loader Polish 2 years ago
spring-boot-loader-tools Polish 2 years ago
spring-boot-maven-plugin Do not exclude DevTools from Maven AOT processing classpath 1 year ago
spring-boot-properties-migrator Merge branch '2.7.x' into 3.0.x 1 year ago
spring-boot-test-support Upgrade Kafka image used in integration tests 2 years ago