Hi,

I just noticed that spring-boot-smoke-test-data-cassandra is doing nothing. I traced this back to ca1710ee56d327e46a76f028f7bbc12dc974ee5e, but wasn't sure if the removal was intentional.

Reinstating the tests required some changes as they didn't work anymore as they were. While working on it, I noticed that this should effectively fix #10453 as we're on a version that works with Java 9 now and my PR makes use of testcontainers instead of the old cassandra-unit-spring approach.

If you think, they shouldn't be brought back at all, I'm also happy to simply remove the complete folder.

Let me know what you think. Cheers, Christoph

Comment From: snicoll

I traced this back to ca1710e, but wasn't sure if the removal was intentional.

It was, yes. I missed the removal of the build file and the directory and I've just done that. Thanks for letting us know.

This is an artifact of when smoke tests were also called "samples". Now they really are smoke tests (and no longer samples) we felt it wasn't warranted to keep it as it doesn't do much that the integration tests are already doing. Thanks anyway.