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

Update samples for data-r2dbc,-jdbc,-jpa,-redis,-mongodb,-cassandra #1664

Closed christophstrobl closed 2 years ago

christophstrobl commented 2 years ago

This PR contains updates for the data samples (r2dbc, jdbc, jpa, redis, mongodb & cassandra), switching to latest spring-data 2022.0.0-SNAPSHOT builds. Some of the samples contain additionally required hints and substitutions and may have disabled certain features (like class proxies, web,...).

sdeleuze commented 2 years ago

Let's commit the right samples directly to https://github.com/spring-projects/spring-aot-smoke-tests now that we have it.