Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#82: Use correct SSH port for Exasol version #83

Merged
merged 9 commits into from
May 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ pk_generated_parent.pom linguist-generated=true
dependencies.md linguist-generated=true
doc/changes/changelog.md linguist-generated=true
.github/workflows/broken_links_checker.yml linguist-generated=true
.github/workflows/ci-build.yml linguist-generated=true
.github/workflows/dependencies_check.yml linguist-generated=true
.github/workflows/dependencies_update.yml linguist-generated=true
.github/workflows/ci-build-next-java.yml linguist-generated=true
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/broken_links_checker.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions .github/workflows/ci-build-next-java.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

123 changes: 68 additions & 55 deletions .github/workflows/ci-build.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions .github/workflows/quick-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,22 @@ on:
branches: ["main"]
pull_request:

permissions:
contents: read

jobs:
quick-check-matrix-build:
runs-on: ubuntu-latest
defaults:
run:
shell: "bash"
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.exasol_db_version }}
cancel-in-progress: true
strategy:
fail-fast: false
matrix:
exasol_db_version: [8.26.0, 7.1.26]
exasol_db_version: [8.27.0, 8.26.0, 7.1.26]
steps:
- name: Checkout the repository
uses: actions/checkout@v4
Expand All @@ -44,4 +45,4 @@ jobs:
needs: quick-check-matrix-build
runs-on: ubuntu-latest
steps:
- run: echo "Buld successful"
- run: echo "Build successful"
3 changes: 1 addition & 2 deletions .project-keeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ sources:
- maven_central
- integration_tests
excludes:
# Environment "aws". Will be fixed in https://github.com/exasol/project-keeper/issues/566
- "E-PK-CORE-18: Outdated content: '.github/workflows/ci-build.yml'"
# Enable logging for Jsch
- "E-PK-CORE-18: Outdated content: 'src/test/resources/logging.properties'"
build:
workflows:
- name: ci-build.yml
environment: aws
stepCustomizations:
- action: INSERT_AFTER
stepId: enable-testcontainer-reuse
Expand Down
43 changes: 20 additions & 23 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,22 @@
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit",
"source.generate.finalModifiers": "explicit",
"source.fixAll": "explicit"
},
"[json]": {
"editor.indentSize": 2
},
"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",
"-Dcom.exasol.dockerdb.image=8.26.0"
]
},
"sonarlint.connectedMode.project": {
"connectionId": "exasol",
"projectKey": "com.exasol:exasol-test-setup-abstraction-java"
}
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit",
"source.generate.finalModifiers": "explicit",
"source.fixAll": "explicit"
},
"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",
"-Dcom.exasol.dockerdb.image=8.27.0"
]
},
"sonarlint.connectedMode.project": {
"connectionId": "exasol",
"projectKey": "com.exasol:exasol-test-setup-abstraction-java"
}
}
2 changes: 1 addition & 1 deletion dependencies.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions doc/changes/changelog.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 29 additions & 0 deletions doc/changes/changes_2.1.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Exasol Test Setup Abstraction Java 2.1.4, released 2024-05-22

Code name: Fix for Exasol Docker-DB 8.27.0

## Summary

This release fixes exception `JSchException: Algorithm negotiation fail` when starting an Exasol Docker DB version 8.27.0 or later.

The release also updates the default Exasol version to 8.27.0.

## Bugfixes

* #82: Fixed SSH connection for Exasol Docker DB version 8.27.0

## Dependency Updates

### Compile Dependency Updates

* Updated `com.exasol:exasol-testcontainers:7.0.1` to `7.1.0`
* Updated `software.amazon.awssdk:cloudformation:2.25.31` to `2.25.56`
* Updated `software.amazon.awssdk:ec2:2.25.31` to `2.25.56`

### Plugin Dependency Updates

* Updated `com.exasol:error-code-crawler-maven-plugin:2.0.2` to `2.0.3`
* Updated `com.exasol:project-keeper-maven-plugin:4.3.0` to `4.3.1`
* Updated `org.apache.maven.plugins:maven-deploy-plugin:3.1.1` to `3.1.2`
* Updated `org.apache.maven.plugins:maven-gpg-plugin:3.2.2` to `3.2.4`
* Updated `org.apache.maven.plugins:maven-toolchains-plugin:3.1.0` to `3.2.0`
Loading