-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
0131b22
commit ef8f593
Showing
12 changed files
with
149 additions
and
78 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 |
---|---|---|
@@ -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.
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 |
---|---|---|
@@ -0,0 +1,65 @@ | ||
# Tableau Connector 1.0.3, released 2022-12-?? | ||
|
||
Code name: Update Exasol JDBC driver Maven repo | ||
|
||
## Summary | ||
|
||
The integration tests download the Exasol JDBC driver from the deprecated Exasol Maven repository. Instead the JDBC driver is now available on Maven Central. We updated the build scripts to use the new location. | ||
|
||
## Features | ||
|
||
* #62: Updated Maven repository for Exasol JDBC driver | ||
|
||
## Dependency Updates | ||
|
||
### JDBC Kerberos Setup Tests | ||
|
||
#### Runtime Dependency Updates | ||
|
||
* Updated `com.exasol:exasol-jdbc:7.1.11` to `7.1.16` | ||
|
||
#### Test Dependency Updates | ||
|
||
* Updated `org.junit.jupiter:junit-jupiter:5.9.0` to `5.9.1` | ||
|
||
#### Plugin Dependency Updates | ||
|
||
* Updated `com.exasol:error-code-crawler-maven-plugin:1.1.2` to `1.2.1` | ||
* Updated `com.exasol:project-keeper-maven-plugin:2.8.0` to `2.9.1` | ||
* Updated `io.github.zlika:reproducible-build-maven-plugin:0.15` to `0.16` | ||
* Updated `org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M5` to `3.0.0-M7` | ||
* Updated `org.codehaus.mojo:flatten-maven-plugin:1.2.7` to `1.3.0` | ||
* Updated `org.codehaus.mojo:versions-maven-plugin:2.10.0` to `2.13.0` | ||
|
||
### Tableau Server GUI Tests | ||
|
||
#### Test Dependency Updates | ||
|
||
* Updated `com.exasol:exasol-testcontainers:6.2.0` to `6.3.1` | ||
* Updated `com.exasol:test-db-builder-java:3.3.4` to `3.4.1` | ||
* Updated `io.github.bonigarcia:webdrivermanager:5.3.0` to `5.3.1` | ||
* Updated `org.json:json:20220320` to `20220924` | ||
* Updated `org.junit.jupiter:junit-jupiter:5.9.0` to `5.9.1` | ||
* Updated `org.mockito:mockito-junit-jupiter:4.7.0` to `4.9.0` | ||
* Updated `org.seleniumhq.selenium:selenium-java:4.4.0` to `4.7.0` | ||
* Updated `org.testcontainers:junit-jupiter:1.17.3` to `1.17.6` | ||
|
||
#### Plugin Dependency Updates | ||
|
||
* Updated `com.exasol:error-code-crawler-maven-plugin:1.1.2` to `1.2.1` | ||
* Updated `com.exasol:project-keeper-maven-plugin:2.8.0` to `2.9.1` | ||
* Updated `io.github.zlika:reproducible-build-maven-plugin:0.15` to `0.16` | ||
* Updated `org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M5` to `3.0.0-M7` | ||
* Updated `org.codehaus.mojo:flatten-maven-plugin:1.2.7` to `1.3.0` | ||
* Updated `org.codehaus.mojo:versions-maven-plugin:2.10.0` to `2.13.0` | ||
|
||
### Exasol Connector for Tableau | ||
|
||
#### Plugin Dependency Updates | ||
|
||
* Updated `com.exasol:error-code-crawler-maven-plugin:1.1.2` to `1.2.1` | ||
* Updated `com.exasol:project-keeper-maven-plugin:2.8.0` to `2.9.1` | ||
* Updated `io.github.zlika:reproducible-build-maven-plugin:0.15` to `0.16` | ||
* Updated `org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M5` to `3.0.0-M7` | ||
* Updated `org.codehaus.mojo:flatten-maven-plugin:1.2.7` to `1.3.0` | ||
* Updated `org.codehaus.mojo:versions-maven-plugin:2.10.0` to `2.13.0` |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.