Compatibility
This version of java-api is compatible with all versions of utPLSQL from 3.0.0 to 3.1.*. We encourage you to always use the latest version of java-api when building extensions and tools for utPLSQL.
Changes in this release
Changes in public API
- New TestRunner Option
addCoverageSchemes
- New TestRunner Option
oraStuckTimeout
with default set to 0 (no timeout)
Internal changes
- Updated Oracle dependencies (#98)
- Updated SLF4J dependencies
Download
https://packagecloud.io/utPLSQL/utPLSQL-java-api/packages/java/org.utplsql/java-api-3.1.9.jar
Maven
<dependency>
<groupId>org.utplsql</groupId>
<artifactId>java-api</artifactId>
<version>3.1.9</version>
</dependency>
Gradle
compile 'org.utplsql:java-api:3.1.9'