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

Upgrade to Native Build Tools 0.9.13 #1638

Closed sdeleuze closed 2 years ago

sdeleuze commented 2 years ago

See https://github.com/graalvm/native-build-tools/milestone/12.

sdeleuze commented 2 years ago

Per https://github.com/spring-projects-experimental/spring-native/issues/1584#issuecomment-1153647863, let's check jdbc-txt native tests are green again with 0.9.12, and decide if we re-enable native tests on the CI (more complete coverage) or not (faster builds).

sdeleuze commented 2 years ago

We will have to wait for 0.9.13 due to https://github.com/graalvm/native-build-tools/issues/253.

sdeleuze commented 2 years ago

Looks like we should be able to remove classifier customization, see https://github.com/graalvm/native-build-tools/issues/237#issuecomment-1163115115.