Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cc8c9d1

Browse files
author
Jacek Gębal
committed
Update compiler release to Java 17
Update of readme
1 parent cccb04d commit cc8c9d1

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ This is a Maven Library project, you can add on your Java project as a dependenc
1717
<dependency>
1818
<groupId>org.utplsql</groupId>
1919
<artifactId>utplsql-java-api</artifactId>
20-
<version>3.1.16</version>
20+
<version>3.2.3</version>
2121
</dependency>
2222
```
2323

2424
## Compatibility
25-
The latest Java-API is always compatible with all database frameworks of the same major version.
26-
For example API-3.0.4 is compatible with database framework 3.0.0-3.1.* but not with database framework 2.x.
25+
The latest Java-API is always compatible with database frameworks of the same minor version.
26+
For example API-3.2.3 is compatible with database framework 3.2 but not with database framework 3.0 or 3.3
2727

2828
It is although recommended to always use the latest release of the API to build your tools for utPLSQL.
2929

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
<properties>
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15-
<maven.compiler.source>11</maven.compiler.source>
16-
<maven.compiler.target>11</maven.compiler.target>
15+
<maven.compiler.release>17</maven.compiler.release>
16+
1717
<junit.jupiter.version>5.12.2</junit.jupiter.version>
1818
<oracle.jdbc.version>23.7.0.25.01</oracle.jdbc.version>
1919

0 commit comments

Comments
 (0)