Dimitrij Drus

Results 74 issues of Dimitrij Drus

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

feature

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

type: enhancement

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

type: new feature
status: in progress

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

type: enhancement

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

type: task

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

type: task
help wanted

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

type: new feature

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

type: enhancement

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

type: new feature