Releases: exasol/udf-debugging-java
0.6.6: Dependency Upgrade
Summary
Updated dependencies after breaking changes in interface of bucketfs-java to re-enable compatibility with newer versions of bucketfs-java used by other libraries, e.g. exasol-testcontainers.
Changes
Dependency Updates
Compile Dependency Updates
- Updated
com.exasol:bucketfs-java:2.4.1
to2.6.0
- Updated
org.slf4j:slf4j-api:2.0.4
to2.0.6
Test Dependency Updates
- Updated
com.exasol:exasol-testcontainers:6.3.1
to6.4.1
- Updated
org.mockito:mockito-junit-jupiter:4.9.0
to4.10.0
0.6.5: Updated dependencies on top of 0.6.4
Summary
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.
Known Issues
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.
Bugfixes
- #43: Fixed BucketFS library version collisions
Dependency Updates
Compile Dependency Updates
- Updated
com.exasol:bucketfs-java:2.3.0
to2.4.1
- Updated
com.exasol:error-reporting-java:0.4.1
to1.0.0
- Updated
jakarta.json:jakarta.json-api:2.1.0
to2.1.1
- Updated
org.apache.commons:commons-compress:1.21
to1.22
- Updated
org.slf4j:slf4j-api:1.7.36
to2.0.4
Test Dependency Updates
- Updated
com.exasol:exasol-testcontainers:6.1.2
to6.3.1
- Updated
com.exasol:test-db-builder-java:3.3.3
to3.4.1
- Updated
org.junit.jupiter:junit-jupiter-engine:5.8.2
to5.9.1
- Updated
org.junit.jupiter:junit-jupiter-params:5.8.2
to5.9.1
- Updated
org.mockito:mockito-junit-jupiter:4.6.1
to4.9.0
- Updated
org.testcontainers:junit-jupiter:1.17.2
to1.17.6
Plugin Dependency Updates
- Updated
com.exasol:error-code-crawler-maven-plugin:1.1.1
to1.2.1
- Updated
com.exasol:project-keeper-maven-plugin:2.4.6
to2.9.1
- Updated
io.github.zlika:reproducible-build-maven-plugin:0.15
to0.16
- Updated
org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M2
to3.0.0
- Updated
org.apache.maven.plugins:maven-enforcer-plugin:3.0.0
to3.1.0
- Updated
org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M4
to3.0.0-M7
- Updated
org.apache.maven.plugins:maven-javadoc-plugin:3.4.0
to3.4.1
- Updated
org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M4
to3.0.0-M7
- Updated
org.codehaus.mojo:flatten-maven-plugin:1.2.7
to1.3.0
- Updated
org.codehaus.mojo:versions-maven-plugin:2.10.0
to2.13.0
0.6.4 Fixed NoClassDefFoundError
Bug Fixes
- #40: Fixed NoClassDefFoundError when used without exasol-test-setup-abstraction-java
Dependency Updates
0.6.3 Removed ETAJ dependency
Summary
In this release we removed the exasol-test-setup-abstraction from the compile dependencies. Now it's declared as provided
. By that, it's no longer pulled as transitive dependency into other projects.
Bug Fixes
- #38: Removed exasol-test-setup-abstraction as compile dependency
Dependency Updates
Compile Dependency Updates
- Removed
com.exasol:exasol-test-setup-abstraction-java:0.3.2
Test Dependency Updates
- Updated
com.exasol:exasol-testcontainers:6.1.1
to6.1.2
- Updated
com.exasol:test-db-builder-java:3.3.2
to3.3.3
- Updated
org.mockito:mockito-junit-jupiter:4.5.1
to4.6.1
- Updated
org.testcontainers:junit-jupiter:1.17.1
to1.17.2
0.6.2: Dependency updates / CVE fixes
Summary
Dependency updates for test-setup-abstraction and project-keeper
Dependency Updates
Compile Dependency Updates
- Updated
com.exasol:exasol-test-setup-abstraction-java:0.2.2
to0.3.2
Plugin Dependency Updates
- Updated
com.exasol:project-keeper-maven-plugin:2.3.2
to2.4.6
0.6.1: Upgrade dependencies
Summary
This release upgrades dependencies and reduces the number of runtime dependencies, fixing CVE-2022-21724 in the PostgreSQL JDBC driver.
Dependency Updates
Compile Dependency Updates
- Removed
com.exasol:test-db-builder-java:3.2.2
- Updated
jakarta.json:jakarta.json-api:2.0.1
to2.1.0
- Removed
org.itsallcode:junit5-system-extensions:1.2.0
- Updated
org.jacoco:org.jacoco.core:0.8.7
to0.8.8
Test Dependency Updates
- Updated
com.exasol:exasol-testcontainers:6.0.0
to6.1.1
- Added
com.exasol:test-db-builder-java:3.3.2
- Added
org.itsallcode:junit5-system-extensions:1.2.0
- Updated
org.jacoco:org.jacoco.agent:0.8.7
to0.8.8
- Removed
org.mockito:mockito-core:4.3.1
- Updated
org.mockito:mockito-junit-jupiter:4.3.1
to4.5.1
- Updated
org.testcontainers:junit-jupiter:1.16.3
to1.17.1
Plugin Dependency Updates
- Updated
com.exasol:error-code-crawler-maven-plugin:0.7.1
to1.1.1
- Updated
com.exasol:project-keeper-maven-plugin:1.3.4
to2.3.2
- Updated
io.github.zlika:reproducible-build-maven-plugin:0.13
to0.15
- Updated
org.apache.maven.plugins:maven-compiler-plugin:3.8.1
to3.10.1
- Updated
org.apache.maven.plugins:maven-deploy-plugin:2.7
to3.0.0-M2
- Updated
org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3
to3.0.0
- Updated
org.apache.maven.plugins:maven-gpg-plugin:1.6
to3.0.1
- Updated
org.apache.maven.plugins:maven-javadoc-plugin:3.3.1
to3.4.0
- Added
org.codehaus.mojo:flatten-maven-plugin:1.2.7
- Updated
org.codehaus.mojo:versions-maven-plugin:2.7
to2.10.0
- Updated
org.jacoco:jacoco-maven-plugin:0.8.7
to0.8.8
- Added
org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.1.2184
- Updated
org.sonatype.ossindex.maven:ossindex-maven-plugin:3.1.0
to3.2.0
- Updated
org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8
to1.6.13
Single line info message
Features
- #13: Made info message single line
Dependency Updates
Compile Dependency Updates
- Updated
com.exasol:bucketfs-java:2.2.0
to2.3.0
- Updated
com.exasol:exasol-test-setup-abstraction-java:0.2.1
to0.2.2
- Updated
com.exasol:test-db-builder-java:3.2.1
to3.2.2
- Added
org.itsallcode:junit5-system-extensions:1.2.0
- Updated
org.slf4j:slf4j-api:1.7.32
to1.7.36
Test Dependency Updates
- Updated
com.exasol:exasol-testcontainers:5.1.1
to6.0.0
- Updated
org.mockito:mockito-core:4.2.0
to4.3.1
- Updated
org.mockito:mockito-junit-jupiter:4.2.0
to4.3.1
- Updated
org.testcontainers:junit-jupiter:1.16.2
to1.16.3
0.5.0 Logs from UDFs
Features
- #31: Added module for capturing logs from UDFs
Dependency Updates
Compile Dependency Updates
- Updated
com.exasol:error-reporting-java:0.4.0
to0.4.1
- Updated
com.exasol:exasol-test-setup-abstraction-java:0.2.0
to0.2.1
Test Dependency Updates
- Updated
com.exasol:exasol-testcontainers:5.1.0
to5.1.1
- Updated
org.junit.jupiter:junit-jupiter-engine:5.8.1
to5.8.2
- Updated
org.junit.jupiter:junit-jupiter-params:5.8.1
to5.8.2
- Updated
org.mockito:mockito-core:3.12.4
to4.2.0
- Added
org.mockito:mockito-junit-jupiter:4.2.0
- Updated
org.testcontainers:junit-jupiter:1.16.0
to1.16.2
Plugin Dependency Updates
- Updated
com.exasol:error-code-crawler-maven-plugin:0.6.0
to0.7.1
- Updated
com.exasol:project-keeper-maven-plugin:1.2.0
to1.3.4
- Updated
org.apache.maven.plugins:maven-javadoc-plugin:3.2.0
to3.3.1
Dependency Updates on Added JProfiler Module
Features
- #29: Replaced javax.json by jakarta.json
Dependency Updates
Compile Dependency Updates
- Updated
com.exasol:bucketfs-java:2.0.1
to2.2.0
- Updated
com.exasol:exasol-test-setup-abstraction-java:0.1.1
to0.2.0
- Updated
com.exasol:test-db-builder-java:3.2.0
to3.2.1
- Added
jakarta.json:jakarta.json-api:2.0.1
- Removed
javax.json:javax.json-api:1.1.4
- Updated
org.slf4j:slf4j-api:1.7.31
to1.7.32
Runtime Dependency Updates
- Added
org.glassfish:jakarta.json:2.0.1
Test Dependency Updates
- Updated
com.exasol:exasol-testcontainers:3.5.3
to5.1.0
- Updated
org.junit.jupiter:junit-jupiter-engine:5.7.2
to5.8.1
- Updated
org.junit.jupiter:junit-jupiter-params:5.7.2
to5.8.1
- Updated
org.mockito:mockito-core:3.11.2
to3.12.4
- Updated
org.testcontainers:junit-jupiter:1.15.3
to1.16.0
Plugin Dependency Updates
- Updated
com.exasol:error-code-crawler-maven-plugin:0.5.0
to0.6.0
- Updated
com.exasol:project-keeper-maven-plugin:0.10.0
to1.2.0
Added JProfiler Module
Features / Enhancements
- #15: Add API for host port proxy
- #26: Added support for exasol-test-setup-abstraction
- #20: Added module for JProfiler
Refactoring:
- #11: Removed exasol-testconatiner compile dependency
Bug Fixes:
- #18: Fixed Broken URL link in the pom.xml
Dependency Updates
Compile Dependency Updates
- Added
com.exasol:bucketfs-java:2.0.1
- Updated
com.exasol:error-reporting-java:0.2.0
to0.4.0
- Added
com.exasol:exasol-test-setup-abstraction-java:0.1.1
- Removed
com.exasol:exasol-testcontainers:3.3.1
- Updated
com.exasol:test-db-builder-java:2.0.0
to3.2.0
- Added
org.apache.commons:commons-compress:1.21
- Updated
org.jacoco:org.jacoco.core:0.8.6
to0.8.7
- Updated
org.slf4j:slf4j-api:1.7.30
to1.7.31
Test Dependency Updates
- Added
com.exasol:exasol-testcontainers:3.5.3
- Updated
org.jacoco:org.jacoco.agent:0.8.6
to0.8.7
- Updated
org.junit.jupiter:junit-jupiter-engine:5.6.2
to5.7.2
- Updated
org.junit.jupiter:junit-jupiter-params:5.6.2
to5.7.2
- Removed
org.junit.platform:junit-platform-runner:1.6.2
- Updated
org.mockito:mockito-core:3.6.0
to3.11.2
- Updated
org.testcontainers:junit-jupiter:1.14.3
to1.15.3
Plugin Dependency Updates
- Added
com.exasol:error-code-crawler-maven-plugin:0.5.0
- Updated
com.exasol:project-keeper-maven-plugin:0.3.0
to0.10.0
- Added
io.github.zlika:reproducible-build-maven-plugin:0.13
- Updated
org.jacoco:jacoco-maven-plugin:0.8.6
to0.8.7