Dimitrij Drus

Results 90 issues of 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...

type: new feature

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,...

type: enhancement

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,...

type: enhancement

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...

type: new feature

Project [Jigsaw](http://openjdk.java.net/projects/jigsaw) should finally make it into official Java, but might lead to a lot of surprises.

type: task

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....

type: enhancement

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...

type: enhancement

## 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...

kind/decision

## 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...