Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/centic9/openjpa-reproduce

Reproducer for https://issues.apache.org/jira/browse/OPENJPA-2915
https://github.com/centic9/openjpa-reproduce

Last synced: 2 days ago
JSON representation

Reproducer for https://issues.apache.org/jira/browse/OPENJPA-2915

Awesome Lists containing this project

README

        

Reproducer project for https://issues.apache.org/jira/browse/OPENJPA-2915

Run tests to verify:
./gradlew check

The project now shows the workaround by using a different property in
persistence.xml

# Original reproducer

In order to reproduce the problem, change `MaxWaitMillis` in `persistence.yml`
back to the original `MaxWait`

To make it work then, use commons-dbcp2 `2.9.0` in `build.gradle`

To show the issue, use commons-dbcp2 `2.10.0` in `build.gradle`