Dimitrij Drus
Dimitrij Drus
Implement an extension to JPA-Unit which supports all the JPA-Unit tools with [Redis](https://redis.io). The idea is to be able to use JPA providers, which support NoSQL databases, thus to be...
Currently a glue implementation have to take care of the db cleanup by itself by placing `@Cleanup` annotation on an appropriate method. Automatic cleanup, like available with regular JUnit tests,...
Currently a fixture implementation have to take care of the db cleanup by itself by placing `@Cleanup` annotation on an appropriate method. Automatic cleanup, like available with regular JUnit tests,...
Implement an extension to JPA-Unit which supports all the JPA-Unit tools with [CouchDB](http://couchdb.apache.org). The idea is to be able to use JPA providers, which support NoSQL databases, thus to be...
Project [Jigsaw](http://openjdk.java.net/projects/jigsaw) should finally make it into official Java, but might lead to a lot of surprises.
Adding a new row to a table which is referenced by the expected data set but is not included in it (or vice versa) will lead to a comparison error....
As of today the implementation of `@ExpectedDataSets` fully relies on the comparison implementation provided by [DbUnit](http://dbunit.sourceforge.net/). DbUnit however imposes a restriction: adding a new row to a table which is...
## Description I'm trying to configure an external auth service by following the example from the docs (https://gateway.envoyproxy.io/v1.0.1/tasks/security/ext-auth/). My real setup differs however in some parts: * my ext auth...
## Related issue(s) closes #1493 ## Checklist - [x] I agree to follow this project's [Code of Conduct](../CODE_OF_CONDUCT.md). - [x] I have read, and I am following this repository's [Contributing...