utPLSQL-java-api v3.1.8
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
Highlights
- Due to Oracle license changes, we can now use public ojdbc drivers
- Complete rewrite of TestRunner and FileMapper calling
Changes in public API
Version.isGreaterOrEqualThan
andVersion.isLessOrEqualThan
will now return true when the base version is NULL on a certain level, no matter what number the corresponding comparison version holds.
(Example: 3.1.7 is now GreaterOrEqualThan and also LessOrEqualThan 3.1.7.2)
Internal changes
- DynamicParameter-Statement allows to use the default values of the utPLSQL core when a specific parameter is not initialized
- Updated dependencies to latest versions
- Improved self-tests around TestRunner and FileMapper statements
Download
https://packagecloud.io/utPLSQL/utPLSQL-java-api/packages/java/org.utplsql/java-api-3.1.8.jar
Maven
<dependency>
<groupId>org.utplsql</groupId>
<artifactId>java-api</artifactId>
<version>3.1.8</version>
</dependency>
Gradle
compile 'org.utplsql:java-api:3.1.8'