diff --git a/.github/workflows/broken_links_checker.yml b/.github/workflows/broken_links_checker.yml index c4ff3be8..f2079ec3 100644 --- a/.github/workflows/broken_links_checker.yml +++ b/.github/workflows/broken_links_checker.yml @@ -22,6 +22,8 @@ jobs: echo '{"aliveStatusCodes": [429, 200], "ignorePatterns": [' \ '{"pattern": "^https?://(www|dev).mysql.com/"},' \ '{"pattern": "^https?://(www.)?opensource.org"}' \ + '{"pattern": "^https?://(www.)?eclipse.org"}' \ + '{"pattern": "^https?://projects.eclipse.org"}' \ ']}' > ./target/broken_links_checker.json - uses: gaurav-nelson/github-action-markdown-link-check@v1 with: diff --git a/.github/workflows/project-keeper-verify.yml b/.github/workflows/project-keeper-verify.yml index 719f17a1..5c204189 100644 --- a/.github/workflows/project-keeper-verify.yml +++ b/.github/workflows/project-keeper-verify.yml @@ -29,6 +29,8 @@ jobs: with: go-version: 1.19 + + - name: Cache Project Keeper uses: actions/cache@v3 with: diff --git a/.github/workflows/project-keeper.sh b/.github/workflows/project-keeper.sh index ccce9eeb..6bbaafdc 100755 --- a/.github/workflows/project-keeper.sh +++ b/.github/workflows/project-keeper.sh @@ -5,7 +5,7 @@ set -o nounset set -o pipefail readonly pk_mode="${1-verify}"; -readonly version="2.9.4" +readonly version="2.9.9" readonly pk_jar="$HOME/.m2/repository/com/exasol/project-keeper-cli/$version/project-keeper-cli-$version.jar" diff --git a/.project-keeper.yml b/.project-keeper.yml index 3a58710b..c9f88d72 100644 --- a/.project-keeper.yml +++ b/.project-keeper.yml @@ -1,8 +1,6 @@ -version: 6.0.1 +version: 6.0.2 linkReplacements: excludes: - - "E-PK-CORE-18: Outdated content: '.github/workflows/project-keeper-verify.yml'" - regex: "(?s)E-PK-CORE-62: The project's README.md does not contain a valid badges block.*" - "E-PK-CORE-61: The project's README.md does not reference the dependencies.md file.' Please add a link like '[Dependencies](dependencies.md)' to the README.md." - "E-PK-CORE-50: This project does not have a dependencies.md file." - diff --git a/.vscode/settings.json b/.vscode/settings.json index f938933d..2f1c2aa6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,17 +1,8 @@ { - "editor.formatOnSave": true, - "editor.codeActionsOnSave": { - "source.organizeImports": true, - "source.generate.finalModifiers": true, - "source.fixAll": true - }, - "java.codeGeneration.useBlocks": true, - "java.saveActions.organizeImports": true, - "java.sources.organizeImports.starThreshold": 3, - "java.sources.organizeImports.staticStarThreshold": 3, - "java.test.config": { - "vmArgs": [ - "-Djava.util.logging.config.file=src/test/resources/logging.properties" - ] - } + "editor.formatOnSave": true, + "editor.codeActionsOnSave": { + "source.organizeImports": true, + "source.generate.finalModifiers": true, + "source.fixAll": true + } } diff --git a/README.md b/README.md index 152c118d..dea58e8d 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,9 @@ The version of the Virtual Schema JDBC on which a Virtual Schema is based also t Virtual Schema JDBC Version | Required Java Version | Lifecycle ----------------------------|-----------------------|-------------------------------- -10.x.x | 11 | supported, active development -9.x.x | 11 | supported +11.x.x | 11 | supported, active development +10.x.x | 11 | supported +9.x.x | 11 | discontinued 8.x.x | 11 | discontinued 7.x.x | 11 | discontinued 6.x.x | 11 | discontinued @@ -43,17 +44,18 @@ Please update your Virtual Schema to a supported version before writing tickets Exasol Version | Java Version Installed by Default in Language Container ----------------|-------------------------------------------------------- +8 | 11 7.1 | 11 7.0 | 11 6.2 | 11 6.1 | 9 6.0 | 8 -We recommend updating the Exasol installation to at least 7.1.10 or newer for best results. +We recommend updating the Exasol installation to at least 7.1.21 or newer for best results. Please do not try to install language containers with lower Java versions on newer Exasol installations. This is untested. -Please contact the [Exasol Support Team](https://www.exasol.com/portal/display/EXA/Support+Dashboard) if you need help upgrading the language container. +Please contact the [Exasol Support Team](https://exasol-support.force.com/s/create-new-case) if you need help upgrading the language container. The runtime dependencies are specified for each dialect in their own repository. @@ -81,8 +83,7 @@ See [List of Supported Dialects](doc/user-guide/dialects.md). ## Limitations -* The Virtual Schema adapter takes about 1s to start. -That means that queries that involve tables from Virtual Schema will take at least 1s. +* The Virtual Schema adapter takes about 1s to start. That means that queries that involve tables from Virtual Schema will take at least 1s. ## Customer Support diff --git a/doc/changes/changelog.md b/doc/changes/changelog.md index 1d024eb8..2c6a1a5f 100644 --- a/doc/changes/changelog.md +++ b/doc/changes/changelog.md @@ -1,5 +1,6 @@ # Changes +* [6.0.2](changes_6.0.2.md) * [6.0.1](changes_6.0.1.md) * [6.0.0](changes_6.0.0.md) * [5.0.0](changes_5.0.0.md) diff --git a/doc/changes/changes_6.0.2.md b/doc/changes/changes_6.0.2.md new file mode 100644 index 00000000..4902e31a --- /dev/null +++ b/doc/changes/changes_6.0.2.md @@ -0,0 +1,11 @@ +# Virtual Schemas 6.0.2, released 2023-07-07 + +Code name: Documentation Update + +## Summary + +This release fixes the type of the Athena Virtual Schema. + +## Documentation + +* #486: Changed type of Athena VS to "JDBC" diff --git a/doc/user-guide/dialects.md b/doc/user-guide/dialects.md index 55eca39c..3d2a102b 100644 --- a/doc/user-guide/dialects.md +++ b/doc/user-guide/dialects.md @@ -2,7 +2,7 @@ | Dialect name | OEM | Type | Repository | Latest release | |------------------------------------------------------------------------------------|-----------|-----------|----------------------------------------------------------------------------------------------------------|------------------------------------------------------------| -| [Athena][athena-dialect-doc] | AWS | document | [Athena Virtual Schema][athena-vs-repository] | [Latest release][athena-vs-releases] | +| [Athena][athena-dialect-doc] | AWS | JDBC | [Athena Virtual Schema][athena-vs-repository] | [Latest release][athena-vs-releases] | | [Aurora][aurora-dialect-doc] | AWS | JDBC | [Virtual Schemas][virtual-schemas-repository] | [Latest release][virtual-schemas-releases] | | [Azure Blob Storage document files][azure-blob-storage-vs-doc] | Microsoft | document | [Azure Blob Storage document files Virtual Schema][azure-blob-storage-vs-repository] | [Latest release][azure-blob-storage-vs-releases] | | [Azure Data Lake Storage Gen2 document files][azure-data-lake-storage-gen2-vs-doc] | Microsoft | document | [Azure Data Lake Storage Gen2 document files Virtual Schema][azure-data-lake-storage-gen2-vs-repository] | [Latest release][azure-data-lake-storage-gen2-vs-releases] |