Dimitrij Drus
Dimitrij Drus
The support should include usage of CRLs, as well as OCSP
As of today the configuration of endpoints used by different pipeline handlers does not support endpoint specific TLS configuration. The implementation rather uses the global OS specific trust store for...
As of today the jpa-unit cdi-extension handles CDI Producer only. That is, the jpa-unit cdi-extension cannot cope with situations, where the code under test injects `EntityManaget` or `EntityManagetFactory` directly (by...
The funcionality to seed the database using db specific scripts and statement is already available. It would be however very helpful if direct usage of domain objects would be possible...
As of today the data sets are loaded again and again during the execution of each test method. To improve performance the data sets should be loaded only if the...
As of today external PRs fail to upload analysis results to SonarCloud (due to missing credentials), which effectively leads to failed builds in Travis CI and does not allow for...
It would help a lot if a release can be built and published by just pushing to the release branch. Here the corresponding script should perform following steps: 1. verify...
Implement an extension to JPA-Unit which supports all the JPA-Unit tools with [Cassandra](http://cassandra.apache.org/). The idea is to be able to use JPA providers, which support NoSQL databases, thus to be...
Having the supported data set formats defined on the top level hinders the independent evolution of db specific plugins. So move the corresponding implementation to the specific plugins and let...
Implement an extension to JPA-Unit which supports all the JPA-Unit tools with [Infinispan](http://infinispan.org). The idea is to be able to use JPA providers, which support NoSQL databases, thus to be...