Wondering if it is feasible to add support for @DataNeo4jTest, @DataRedisTest, @DataCassandraTest, @DataCouchbaseTest. I already have sent PR #8536 for @DataLdapTest
It's certainly feasible. We've always planned to add them on a case-by-case basis if and when enough people ask for them or someone contributes something. We added @DataMongoTest thanks to a contribution from @michael-simons. We'll probably add @DataLdapTest thanks to your contribution as well.
Thanks for the suggestion. I've raised individual issues for each of these.
I did a POC for @DataElasticSearchTest a while ago. If interested I can polish that up and create pull request for it?
how could I forget elasticsearch? @mdeinum, your PR is welcome!
I do need the @DataRedisTest feature as well since I cannot search any good solution for my project, but when it could be implemented.....
@jeven2016 please watch #8608 - I'd like to have them all for a milestone of Spring Boot 2. I won't be able to make it for M1 but I'd like that for M2 (in a few months). Of course if someone contributes a PR for that, we may integrate it sooner.
Most helpful comment
I did a POC for
@DataElasticSearchTesta while ago. If interested I can polish that up and create pull request for it?