This is a follow-up of #6357
Lots of samples are in between samples to demonstrate features to newcomers and integration tests. This has the unfortunate side effect to make some sample much more complex than they should be. The purpose of this issue is to revisit our samples and move such code that a dedicated integration tests infrastructure.
Comment From: philwebb
The following are candidates (edit this comment to add more)
- [ ] spring-boot-sample-actuator-log4j2
- [ ] spring-boot-sample-hypermedia-gson
- [ ] spring-boot-sample-hypermedia-jpa
- [ ] spring-boot-sample-hypermedia-ui-secure
- [ ] spring-boot-sample-hypermedia-ui
- [ ] spring-boot-sample-secure-oauth2-actuator
- [ ] spring-boot-sample-test-nomockito
Comment From: jmcshane
I'd like to help with this, as I use spring boot fairly heavily and would like to help improve the integration tests. I'm building up PR #8405 with some of the modules listed above by @philwebb. I'll watch for comments on the PR
Comment From: philwebb
@jmcshane Cool. Thanks.
Comment From: snicoll
This one is superseded now that we've moved all of them to smoke tests, see #17197.