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

Move cloud-stream-kafka/rabbit samples to Spring AOT smoke tests #1690

Closed onobc closed 2 years ago

onobc commented 2 years ago

This proposal removes all cloud-stream-[kafka|rabbit] samples and leaves behind a README.md pointing to their new home.

sdeleuze commented 2 years ago

I think the target is different (Spring Boot 2.x versus 3.x) so for now I think I would prefer to keep the samples on Spring Native side. Once Spring Boot 3 GA is released, I think we will do some global updates to Spring Native and its samples to redirect to Spring Boot 3, Spring AOT smoke tests and related documentation. As a consequence, I don't merge this PR. Feel free to let me know if that does not make sense from your POV.

sdeleuze commented 2 years ago

Sorry I miss it was on sb-3.0.x branch.