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

spring-native version support consulting #1717

Closed mchgood closed 1 year ago

mchgood commented 1 year ago

I found that some discussions in the issue mentioned that Spring Boot3 can solve the problem. As far as I know, the spring native project is currently an experimental version. In later versions, the minimum supported version of spring native is Spring Boot3? for example: Compilation fails with @EnableCaching annotation Problem when using aspect with annotation pointcut

sdeleuze commented 1 year ago

Spring Boot 3 will provide official native support out of the box that will replace Spring Native + Spring Boot 2.x with better compatibility.