From a2d767299c5d76f0f9aa1782fd4fe848f44f6edd Mon Sep 17 00:00:00 2001 From: Bernd Eckenfels Date: Fri, 24 May 2024 12:43:16 +0200 Subject: [PATCH] Make it compile with and for Java 11. --- .gitignore | 2 +- pom.xml | 11 ++++++----- vfs2provider-digestarc/.classpath | 13 +++++++++++++ vfs2provider-digestarc/pom.xml | 2 +- vfs2provider-jdbctable/.classpath | 7 +++++++ vfs2provider-jdbctable/pom.xml | 2 +- 6 files changed, 29 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index e00fd33..f12be42 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ target/ .settings/ - +.vscode/ diff --git a/pom.xml b/pom.xml index e364002..d7c040f 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.seeburger.vfs2 seeburger-vfs2-parent - 1.7.9-SNAPSHOT + 1.8.0-SNAPSHOT pom SEEBURGER VFS2 Parent @@ -19,10 +19,11 @@ yyyyMMdd-HHmm UTF-8 - 8 - 8 - ${maven.compiler.source} + 11 2.2 + + --add-opens=java.base/java.lang=ALL-UNNAMED + 1 @@ -48,7 +49,7 @@ maven-compiler-plugin - 3.3 + 3.13.0 true -Xlint:all diff --git a/vfs2provider-digestarc/.classpath b/vfs2provider-digestarc/.classpath index d0e5faf..d900699 100644 --- a/vfs2provider-digestarc/.classpath +++ b/vfs2provider-digestarc/.classpath @@ -23,5 +23,18 @@ + + + + + + + + + + + + + diff --git a/vfs2provider-digestarc/pom.xml b/vfs2provider-digestarc/pom.xml index 1d47693..2a47545 100644 --- a/vfs2provider-digestarc/pom.xml +++ b/vfs2provider-digestarc/pom.xml @@ -4,7 +4,7 @@ com.seeburger.vfs2 seeburger-vfs2-parent - 1.7.9-SNAPSHOT + 1.8.0-SNAPSHOT vfs2provider-digestarc diff --git a/vfs2provider-jdbctable/.classpath b/vfs2provider-jdbctable/.classpath index 43d9677..df381c1 100644 --- a/vfs2provider-jdbctable/.classpath +++ b/vfs2provider-jdbctable/.classpath @@ -17,6 +17,7 @@ + @@ -29,5 +30,11 @@ + + + + + + diff --git a/vfs2provider-jdbctable/pom.xml b/vfs2provider-jdbctable/pom.xml index b0e8677..79a4166 100644 --- a/vfs2provider-jdbctable/pom.xml +++ b/vfs2provider-jdbctable/pom.xml @@ -4,7 +4,7 @@ com.seeburger.vfs2 seeburger-vfs2-parent - 1.7.9-SNAPSHOT + 1.8.0-SNAPSHOT vfs2provider-jdbctable