Artifacts using derbyclient version 10.11.1.1
44. Gaian Connector
org.odpi.egeria » gaian-connectorApacheCC-BY
The Gaian connector provides a JDBC style connector to the Gaian virtualization
engine.
Last Release on Jun 2, 2021
To run all integration tests, you need to set up all the databases:
1) Derby:
$ export DERBY_HOME=/path/to/db-derby-10.14.2.0-bin
$ cd $DERBY_HOME
$ mkdir databases; cd databases
$ java -jar $DERBY_HOME/lib/derbyrun.jar server start
2) MS SQL Server (for official and jtds drivers):
$ podman run -itd --name pax.jdbc.sqlserver -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=PaxJdbc!(*67' -e 'MSSQL_PID=Express' \
-p ...
Last Release on Mar 25, 2024
47. JPAUnit
A library to assist with unit testing of JPA code by preloading
a database to a known state before tests are run.
Last Release on Jul 22, 2015