Skip to content

Commit

Permalink
Merge pull request #74 from exasol/feature/add_extension_manager_fix_…
Browse files Browse the repository at this point in the history
…failed_tests_for_release_workflows

Fix failed tests in github checksum workflow
  • Loading branch information
pj-spoelders authored Oct 24, 2023
2 parents 8c69638 + f0d2004 commit d411d38
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 23 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ doc/changes/changelog.md linguist-genera
.github/workflows/broken_links_checker.yml linguist-generated=true
.github/workflows/ci-build-next-java.yml linguist-generated=true
.github/workflows/dependencies_check.yml linguist-generated=true
.github/workflows/release_droid_prepare_original_checksum.yml linguist-generated=true
.github/workflows/release_droid_print_quick_checksum.yml linguist-generated=true
.github/workflows/release_droid_upload_github_release_assets.yml linguist-generated=true
.settings/org.eclipse.jdt.core.prefs linguist-generated=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Free Disk Space
run: |
Expand Down
1 change: 1 addition & 0 deletions .project-keeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ sources:
- integration_tests
excludes:
- "E-PK-CORE-18: Outdated content: '.github/workflows/ci-build.yml'"
- "E-PK-CORE-18: Outdated content: '.github/workflows/release_droid_prepare_original_checksum.yml'"
10 changes: 0 additions & 10 deletions dependencies.md

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

10 changes: 7 additions & 3 deletions doc/changes/changes_1.7.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Exasol Kafka Connector Extension 1.7.0, released 2023-10-18
# Exasol Kafka Connector Extension 1.7.0, released 2023-10-24

Code name: Extension manager support

Expand Down Expand Up @@ -51,7 +51,11 @@ Adds extension manager support.
### Plugin Dependency Updates

* Updated `com.diffplug.spotless:spotless-maven-plugin:2.37.0` to `2.40.0`
* Updated `com.exasol:project-keeper-maven-plugin:2.9.9` to `2.9.12`
* Updated `org.apache.maven.plugins:maven-enforcer-plugin:3.3.0` to `3.4.0`
* Updated `com.exasol:error-code-crawler-maven-plugin:1.3.0` to `1.3.1`
* Updated `com.exasol:project-keeper-maven-plugin:2.9.9` to `2.9.14`
* Updated `org.apache.maven.plugins:maven-enforcer-plugin:3.3.0` to `3.4.1`
* Updated `org.apache.maven.plugins:maven-javadoc-plugin:3.5.0` to `3.6.0`
* Added `org.codehaus.mojo:exec-maven-plugin:3.1.0`
* Updated `org.codehaus.mojo:versions-maven-plugin:2.16.0` to `2.16.1`
* Updated `org.jacoco:jacoco-maven-plugin:0.8.10` to `0.8.11`
* Updated `org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.1.2184` to `3.10.0.2594`
12 changes: 6 additions & 6 deletions pk_generated_parent.pom

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

4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@
<!-- CWE-502: Deserialization of Untrusted Data (9.8); https://ossindex.sonatype.org/vulnerability/CVE-2022-36944 -->
<exclude>CVE-2022-36944</exclude>
<!-- io.netty:netty-handler:jar:4.1.95.Final:test -->
<exclude>CVE-2023-4586</exclude>
<exclude>CVE-2023-4586</exclude>
<!-- fr.turri:aXMLRPC:jar:1.13.0:test -->
<exclude>CVE-2020-36641</exclude>
<!-- org.eclipse.jetty:jetty-http:jar:9.4.51.v20230217:test -->
Expand Down Expand Up @@ -433,7 +433,7 @@
<plugin>
<groupId>com.exasol</groupId>
<artifactId>project-keeper-maven-plugin</artifactId>
<version>2.9.12</version>
<version>2.9.14</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit d411d38

Please sign in to comment.