Skip to content

Commit 42a5440

Browse files
Sebastian Bärckunki
andauthored
#43: Update on top of 0.6.4 (#44)
Co-authored-by: KK <christoph.kuhnke@exasol.com>
1 parent 2ceae8c commit 42a5440

File tree

8 files changed

+216
-193
lines changed

8 files changed

+216
-193
lines changed

.gitattributes

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
dependencies.md linguist-generated=true
2+
doc/changes/changelog.md linguist-generated=true
3+
pk_generated_parent.pom linguist-generated=true
4+
.github/workflows/broken_links_checker.yml linguist-generated=true
5+
.github/workflows/ci-build-next-java.yml linguist-generated=true
6+
.github/workflows/dependencies_check.yml linguist-generated=true
7+
.github/workflows/release_droid_prepare_original_checksum.yml linguist-generated=true
8+
.github/workflows/release_droid_print_quick_checksum.yml linguist-generated=true
9+
.github/workflows/release_droid_release_on_maven_central.yml linguist-generated=true

.github/workflows/release_droid_upload_github_release_assets.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
- name: Build with Maven skipping tests
2525
run: mvn --batch-mode clean verify -DskipTests
2626
- name: Generate sha256sum files
27-
run: find target -maxdepth 1 -name *.jar -exec bash -c 'sha256sum {} > {}.sha256' \;
27+
run: |
28+
cd target
29+
find . -maxdepth 1 -name \*.jar -exec bash -c 'sha256sum {} > {}.sha256' \;
2830
- name: Upload assets to the GitHub release draft
2931
uses: shogo82148/actions-upload-release-asset@v1
3032
with:
@@ -39,4 +41,4 @@ jobs:
3941
uses: shogo82148/actions-upload-release-asset@v1
4042
with:
4143
upload_url: ${{ github.event.inputs.upload_url }}
42-
asset_path: target/error_code_report.json
44+
asset_path: target/error_code_report.json

.vscode/settings.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"editor.formatOnSave": true,
3+
"editor.codeActionsOnSave": {
4+
"source.organizeImports": true,
5+
"source.generate.finalModifiers": true,
6+
"source.fixAll": true
7+
},
8+
"java.codeGeneration.useBlocks": true,
9+
"java.saveActions.organizeImports": true,
10+
"java.sources.organizeImports.starThreshold": 3,
11+
"java.sources.organizeImports.staticStarThreshold": 3,
12+
"java.test.config": {
13+
"vmArgs": [
14+
"-Djava.util.logging.config.file=src/test/resources/logging.properties"
15+
]
16+
}
17+
}

dependencies.md

Lines changed: 85 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/changes/changelog.md

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/changes/changes_0.6.5.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# udf-debugging-java 0.6.5, released 2022-11-22
2+
3+
Code name: Updated dependencies on top of 0.6.4
4+
5+
## Summary
6+
7+
In this release we fixed a version collision between the BucketFS library used in this project and `exasol-test-setup-abstraction-java` that led to a class-not-found error in certain combinations.
8+
9+
## Known Issues
10+
11+
This project depends on an Amazon AWS SDK which in turn depends on the Netty HTTP server version 4.1.77. This versions has a vulnerability in certificate validation that can allow to man-in-the-middle attacks. Unfortunately, no update of the AWS SDK is available at the time of this release.
12+
13+
## Bugfixes
14+
15+
* #43: Fixed BucketFS library version collisions
16+
17+
## Dependency Updates
18+
19+
### Compile Dependency Updates
20+
21+
* Updated `com.exasol:bucketfs-java:2.3.0` to `2.4.1`
22+
* Updated `com.exasol:error-reporting-java:0.4.1` to `1.0.0`
23+
* Updated `jakarta.json:jakarta.json-api:2.1.0` to `2.1.1`
24+
* Updated `org.apache.commons:commons-compress:1.21` to `1.22`
25+
* Updated `org.slf4j:slf4j-api:1.7.36` to `2.0.4`
26+
27+
### Test Dependency Updates
28+
29+
* Updated `com.exasol:exasol-testcontainers:6.1.2` to `6.3.1`
30+
* Updated `com.exasol:test-db-builder-java:3.3.3` to `3.4.1`
31+
* Updated `org.junit.jupiter:junit-jupiter-engine:5.8.2` to `5.9.1`
32+
* Updated `org.junit.jupiter:junit-jupiter-params:5.8.2` to `5.9.1`
33+
* Updated `org.mockito:mockito-junit-jupiter:4.6.1` to `4.9.0`
34+
* Updated `org.testcontainers:junit-jupiter:1.17.2` to `1.17.6`
35+
36+
### Plugin Dependency Updates
37+
38+
* Updated `com.exasol:error-code-crawler-maven-plugin:1.1.1` to `1.2.1`
39+
* Updated `com.exasol:project-keeper-maven-plugin:2.4.6` to `2.9.1`
40+
* Updated `io.github.zlika:reproducible-build-maven-plugin:0.15` to `0.16`
41+
* Updated `org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M2` to `3.0.0`
42+
* Updated `org.apache.maven.plugins:maven-enforcer-plugin:3.0.0` to `3.1.0`
43+
* Updated `org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M4` to `3.0.0-M7`
44+
* Updated `org.apache.maven.plugins:maven-javadoc-plugin:3.4.0` to `3.4.1`
45+
* Updated `org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M4` to `3.0.0-M7`
46+
* Updated `org.codehaus.mojo:flatten-maven-plugin:1.2.7` to `1.3.0`
47+
* Updated `org.codehaus.mojo:versions-maven-plugin:2.10.0` to `2.13.0`

0 commit comments

Comments
 (0)