diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs index a815673..ae409a1 100644 --- a/.settings/org.eclipse.jdt.core.prefs +++ b/.settings/org.eclipse.jdt.core.prefs @@ -1,14 +1,14 @@ eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=9 -org.eclipse.jdt.core.compiler.compliance=9 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=11 +org.eclipse.jdt.core.compiler.compliance=11 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled org.eclipse.jdt.core.compiler.problem.enumIdentifier=error org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore org.eclipse.jdt.core.compiler.release=disabled -org.eclipse.jdt.core.compiler.source=9 +org.eclipse.jdt.core.compiler.source=11 org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns=false org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false diff --git a/.travis.yml b/.travis.yml index a0d2e7e..8b77a78 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: java matrix: include: - - jdk: openjdk9 + - jdk: openjdk11 addons: sonarcloud: organization: exasol diff --git a/README.md b/README.md index e5e102c..0832750 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Please refer to the [documentation in the main Virtual Schema project](https://g ### Run Time Dependencies -Running the Virtual Schema requires a Java Runtime version 9 or later. +Running the Virtual Schema requires a Java Runtime version 11 or later. | Dependency | Purpose | License | |-------------------------------------------------------------------------------------|--------------------------------------------------------|-------------------------------| diff --git a/pom.xml b/pom.xml index 904edda..5e5c088 100644 --- a/pom.xml +++ b/pom.xml @@ -9,10 +9,10 @@ Common module for JDBC-based data access from Virtual Schemas. https://github.com/exasol/virtual-schema-common-jdbc - 1.0.2 + 2.0.0 UTF-8 UTF-8 - 9 + 11 5.4.2 1.4.2 2.22.1