summaryrefslogtreecommitdiff
path: root/opendc-integration-jpa/src/main/resources/jpa/schema.xml
AgeCommit message (Collapse)Author
2017-10-04bug(#9): Fix interference between experimentsFabian Mastenbroek
This change fixes the interference of multiple experiments running at the same time due to some thread unsafe behaviour in the JpaExperimentManager class. The code has now been restructured to solve the issue and fix the thread unsafe behaviour. Closes #9.
2017-09-28Implement JPA integrationFabian Mastenbroek