-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
167 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
*.sh text eol=lf | ||
doc/changes/changelog.md linguist-generated=true | ||
.github/workflows/broken_links_checker.yml linguist-generated=true | ||
.github/workflows/project-keeper.sh linguist-generated=true | ||
.github/workflows/project-keeper-verify.yml linguist-generated=true |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
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." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"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" | ||
] | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,17 +13,17 @@ | |
## Documentation | ||
|
||
* #317: Worked on reducing redundancy between user_guid.md and docs.exasol.com | ||
* #354: Added datatypes mapping info to the postgres documentation. | ||
* #355: Updated general deployment guide. | ||
* #354: Added datatypes mapping info to the postgres documentation. | ||
* #355: Updated general deployment guide. | ||
* #359: Replaced links to products with links to dialect in the README's feature list. | ||
* #369: Added supported data types list to Oracle dialect. | ||
|
||
## Dependency updates | ||
|
||
<details> | ||
<summary>Click to expand</summary> | ||
* Added `org.junit.jupiter:junit-jupiter:5.6.2` | ||
|
||
* Added `org.junit.jupiter:junit-jupiter:5.6.2` | ||
* Updated `com.exasol:virtual-schema-common-jdbc` from 5.0.2 to 5.0.4 | ||
* Updated `com.exasol:exasol-testcontainers` from 2.0.3 to 2.1.0 | ||
* Updated `mysql:mysql-connector-java` from 8.0.20 to 8.0.21 | ||
|
@@ -32,7 +32,6 @@ | |
* Removed `org.junit.jupiter:junit-jupiter-engine` | ||
* Removed `org.junit.platform:junit-platform-runner` | ||
* Removed `org.mockito.mockito-core` | ||
* Excluded `com.fasterxml.jackson.core:jackson-databind` from `org.apache.hbase:hbase-server` to remove vulnerabilities: | ||
https://ossindex.sonatype.org/component/pkg:maven/com.fasterxml.jackson.core/[email protected] | ||
* Excluded `com.fasterxml.jackson.core:jackson-databind` from `org.apache.hbase:hbase-server` to remove vulnerabilities. | ||
|
||
</details> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Virtual Schemas 6.0.2, released 2023-03-17 | ||
|
||
Code name: Documentation Update | ||
|
||
## Summary | ||
|
||
This release adds information to the Exasol dialect in the list of supported dialects. | ||
|
||
## Documentation | ||
|
||
* #482: Improved list of supported dialects |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
release-platforms: | ||
- GitHub | ||
language: Generic |