File tree Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : post
3
+ title : " utPLSQL-java-api v3.1.7 released"
4
+ date : 2019-07-12 09:00 +0000
5
+ categories : java-api
6
+ ---
7
+
8
+
9
+ # Changes in release 3.1.7
10
+ ## Highlights
11
+
12
+ * utPLSQL java-api now supports JDK 8-12
13
+ * Support to call [ Tags] ( https://github.com/utPLSQL/utPLSQL/blob/v3.1.7/docs/userguide/annotations.md#tags )
14
+ * Support for [ random order] ( https://github.com/utPLSQL/utPLSQL/blob/v3.1.7/docs/userguide/running-unit-tests.md#random-order ) of test execution
15
+
16
+ ## Changes in public API
17
+
18
+ * ` CompatibilityProxy `
19
+ * It's possible to instantiate it with an optional ` assumedUtPlsql ` version. This replaces the former ` skipCompatibilityCheck ` parameter
20
+ * Method ` getDatabaseVersion ` is now deprecated in favor of ` getUtPlsqlVersion ` and ` getRealDbPlsqlVersion `
21
+ * ` TestRunner `
22
+ * ` getOptions ` returns the current ` TestRunnerOptions ` now
23
+
24
+ ## Internal changes
25
+ * Added several new tests
26
+ * Several small refactorings
27
+ * Additional logging
28
+ * Preparations to completely rewrite the api
29
+
30
+ # Download
31
+ https://packagecloud.io/utPLSQL/utPLSQL-java-api/packages/java/org.utplsql/java-api-3.1.7.jar
32
+
33
+ ## Maven
34
+ ```
35
+ <dependency>
36
+ <groupId>org.utplsql</groupId>
37
+ <artifactId>java-api</artifactId>
38
+ <version>3.1.7</version>
39
+ </dependency>
40
+ ```
41
+ ## Gradle
42
+ ```
43
+ compile 'org.utplsql:java-api:3.1.7'
44
+ ```
You can’t perform that action at this time.
0 commit comments