Skip to content

Commit 02e60ed

Browse files
authored
Merge pull request #186 from rosette-api/WS-2464-binding-to-11
Java Binding compiles with Java 17 and targets Java 11
2 parents 30b3269 + 83a2578 commit 02e60ed

File tree

15 files changed

+31
-340
lines changed

15 files changed

+31
-340
lines changed

annotations/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.basistech.rosette</groupId>
2121
<artifactId>rosette-api-java-binding</artifactId>
22-
<version>1.21.1-SNAPSHOT</version>
22+
<version>1.21.106-SNAPSHOT</version>
2323
</parent>
2424
<artifactId>rosette-api-annotations</artifactId>
2525
<name>rosette-api-annotations</name>
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>org.projectlombok</groupId>
4646
<artifactId>lombok</artifactId>
47-
<version>1.16.18</version>
47+
<version>1.18.20</version>
4848
<scope>provided</scope>
4949
</dependency>
5050
</dependencies>

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.basistech.rosette</groupId>
2121
<artifactId>rosette-api-java-binding</artifactId>
22-
<version>1.21.1-SNAPSHOT</version>
22+
<version>1.21.106-SNAPSHOT</version>
2323
</parent>
2424
<artifactId>rosette-api</artifactId>
2525
<name>rosette-api</name>

bnd.bnd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-noimportjava: true

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.basistech.rosette</groupId>
2121
<artifactId>rosette-api-java-binding</artifactId>
22-
<version>1.21.1-SNAPSHOT</version>
22+
<version>1.21.106-SNAPSHOT</version>
2323
</parent>
2424
<artifactId>rosette-api-common</artifactId>
2525
<name>rosette-api-common</name>

examples/docker/Dockerfile

Lines changed: 0 additions & 28 deletions
This file was deleted.

examples/docker/README.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

examples/docker/main/pom.xml

Lines changed: 0 additions & 150 deletions
This file was deleted.

examples/docker/run_java.sh

Lines changed: 0 additions & 125 deletions
This file was deleted.

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.basistech.rosette</groupId>
2222
<artifactId>rosette-api-java-binding</artifactId>
23-
<version>1.21.1-SNAPSHOT</version>
23+
<version>1.21.106-SNAPSHOT</version>
2424
</parent>
2525
<groupId>com.basistech.rosette</groupId>
2626
<artifactId>rosette-api-examples</artifactId>

json/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.basistech.rosette</groupId>
2222
<artifactId>rosette-api-java-binding</artifactId>
23-
<version>1.21.1-SNAPSHOT</version>
23+
<version>1.21.106-SNAPSHOT</version>
2424
</parent>
2525
<artifactId>rosette-api-json</artifactId>
2626
<name>rosette-api-json</name>

0 commit comments

Comments
 (0)