Skip to content

utPLSQL-java-api v3.1.9

Latest
Compare
Choose a tag to compare
@jgebal jgebal released this 09 Jun 06:36
· 53 commits to develop since this release

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'