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

Add note to docs that mentions that the project is superseded #1742

Closed thombergs closed 1 year ago

thombergs commented 1 year ago

This PR just copies the deprecation note from the project's README into the docs.

Why? Because when I first looked into building native Spring Boot apps, I followed some links to https://docs.spring.io/spring-native/docs/current/reference/htmlsingle/#overview and thought that Spring Boot 3 was still using this project as a dependency. It took me some time to find out that this is not the case. I hope that having this note in the docs would help others to avoid wasting the time I wasted :).