Changes in release 3.1.7¶
Highlights¶
- utPLSQL java-api now supports JDK 8-12
 - Support to call Tags
 - Support for random order of test execution
 
Changes in public API¶
CompatibilityProxy- It's possible to instantiate it with an optional 
assumedUtPlsqlversion. This replaces the formerskipCompatibilityCheckparameter - Method 
getDatabaseVersionis now deprecated in favor ofgetUtPlsqlVersionandgetRealDbPlsqlVersion TestRunnergetOptionsreturns the currentTestRunnerOptionsnow
Internal changes¶
- Added several new tests
 - Several small refactorings
 - Additional logging
 - Preparations to completely rewrite the api
 
Download¶
https://packagecloud.io/utPLSQL/utPLSQL-java-api/packages/java/org.utplsql/java-api-3.1.7.jar
Maven¶
<dependency>
  <groupId>org.utplsql</groupId>
  <artifactId>java-api</artifactId>
  <version>3.1.7</version>
</dependency>