Skip to content

Releases: exasol/udf-debugging-java

0.6.6: Dependency Upgrade

22 Dec 10:48
3d0c2c5
Compare
Choose a tag to compare

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

  • #46: Updated dependencies
  • #42: Documented known issue of JaCoCo failing on Windows.

Dependency Updates

Compile Dependency Updates

  • Updated com.exasol:bucketfs-java:2.4.1 to 2.6.0
  • Updated org.slf4j:slf4j-api:2.0.4 to 2.0.6

Test Dependency Updates

  • Updated com.exasol:exasol-testcontainers:6.3.1 to 6.4.1
  • Updated org.mockito:mockito-junit-jupiter:4.9.0 to 4.10.0

0.6.5: Updated dependencies on top of 0.6.4

22 Nov 13:28
42a5440
Compare
Choose a tag to compare

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 to 2.4.1
  • Updated com.exasol:error-reporting-java:0.4.1 to 1.0.0
  • Updated jakarta.json:jakarta.json-api:2.1.0 to 2.1.1
  • Updated org.apache.commons:commons-compress:1.21 to 1.22
  • Updated org.slf4j:slf4j-api:1.7.36 to 2.0.4

Test Dependency Updates

  • Updated com.exasol:exasol-testcontainers:6.1.2 to 6.3.1
  • Updated com.exasol:test-db-builder-java:3.3.3 to 3.4.1
  • Updated org.junit.jupiter:junit-jupiter-engine:5.8.2 to 5.9.1
  • Updated org.junit.jupiter:junit-jupiter-params:5.8.2 to 5.9.1
  • Updated org.mockito:mockito-junit-jupiter:4.6.1 to 4.9.0
  • Updated org.testcontainers:junit-jupiter:1.17.2 to 1.17.6

Plugin Dependency Updates

  • Updated com.exasol:error-code-crawler-maven-plugin:1.1.1 to 1.2.1
  • Updated com.exasol:project-keeper-maven-plugin:2.4.6 to 2.9.1
  • Updated io.github.zlika:reproducible-build-maven-plugin:0.15 to 0.16
  • Updated org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M2 to 3.0.0
  • Updated org.apache.maven.plugins:maven-enforcer-plugin:3.0.0 to 3.1.0
  • Updated org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M4 to 3.0.0-M7
  • Updated org.apache.maven.plugins:maven-javadoc-plugin:3.4.0 to 3.4.1
  • Updated org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M4 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

0.6.4 Fixed NoClassDefFoundError

27 Jun 09:15
2ceae8c
Compare
Choose a tag to compare

Bug Fixes

  • #40: Fixed NoClassDefFoundError when used without exasol-test-setup-abstraction-java

Dependency Updates

0.6.3 Removed ETAJ dependency

24 Jun 08:29
68e0705
Compare
Choose a tag to compare

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 to 6.1.2
  • Updated com.exasol:test-db-builder-java:3.3.2 to 3.3.3
  • Updated org.mockito:mockito-junit-jupiter:4.5.1 to 4.6.1
  • Updated org.testcontainers:junit-jupiter:1.17.1 to 1.17.2

0.6.2: Dependency updates / CVE fixes

14 Jun 09:56
a2fcc20
Compare
Choose a tag to compare

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 to 0.3.2

Plugin Dependency Updates

  • Updated com.exasol:project-keeper-maven-plugin:2.3.2 to 2.4.6

0.6.1: Upgrade dependencies

10 May 14:50
5a6e222
Compare
Choose a tag to compare

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 to 2.1.0
  • Removed org.itsallcode:junit5-system-extensions:1.2.0
  • Updated org.jacoco:org.jacoco.core:0.8.7 to 0.8.8

Test Dependency Updates

  • Updated com.exasol:exasol-testcontainers:6.0.0 to 6.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 to 0.8.8
  • Removed org.mockito:mockito-core:4.3.1
  • Updated org.mockito:mockito-junit-jupiter:4.3.1 to 4.5.1
  • Updated org.testcontainers:junit-jupiter:1.16.3 to 1.17.1

Plugin Dependency Updates

  • Updated com.exasol:error-code-crawler-maven-plugin:0.7.1 to 1.1.1
  • Updated com.exasol:project-keeper-maven-plugin:1.3.4 to 2.3.2
  • Updated io.github.zlika:reproducible-build-maven-plugin:0.13 to 0.15
  • Updated org.apache.maven.plugins:maven-compiler-plugin:3.8.1 to 3.10.1
  • Updated org.apache.maven.plugins:maven-deploy-plugin:2.7 to 3.0.0-M2
  • Updated org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3 to 3.0.0
  • Updated org.apache.maven.plugins:maven-gpg-plugin:1.6 to 3.0.1
  • Updated org.apache.maven.plugins:maven-javadoc-plugin:3.3.1 to 3.4.0
  • Added org.codehaus.mojo:flatten-maven-plugin:1.2.7
  • Updated org.codehaus.mojo:versions-maven-plugin:2.7 to 2.10.0
  • Updated org.jacoco:jacoco-maven-plugin:0.8.7 to 0.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 to 3.2.0
  • Updated org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8 to 1.6.13

Single line info message

23 Feb 08:48
473bcb3
Compare
Choose a tag to compare

Features

  • #13: Made info message single line

Dependency Updates

Compile Dependency Updates

  • Updated com.exasol:bucketfs-java:2.2.0 to 2.3.0
  • Updated com.exasol:exasol-test-setup-abstraction-java:0.2.1 to 0.2.2
  • Updated com.exasol:test-db-builder-java:3.2.1 to 3.2.2
  • Added org.itsallcode:junit5-system-extensions:1.2.0
  • Updated org.slf4j:slf4j-api:1.7.32 to 1.7.36

Test Dependency Updates

  • Updated com.exasol:exasol-testcontainers:5.1.1 to 6.0.0
  • Updated org.mockito:mockito-core:4.2.0 to 4.3.1
  • Updated org.mockito:mockito-junit-jupiter:4.2.0 to 4.3.1
  • Updated org.testcontainers:junit-jupiter:1.16.2 to 1.16.3

0.5.0 Logs from UDFs

12 Jan 11:02
5960d3d
Compare
Choose a tag to compare

Features

  • #31: Added module for capturing logs from UDFs

Dependency Updates

Compile Dependency Updates

  • Updated com.exasol:error-reporting-java:0.4.0 to 0.4.1
  • Updated com.exasol:exasol-test-setup-abstraction-java:0.2.0 to 0.2.1

Test Dependency Updates

  • Updated com.exasol:exasol-testcontainers:5.1.0 to 5.1.1
  • Updated org.junit.jupiter:junit-jupiter-engine:5.8.1 to 5.8.2
  • Updated org.junit.jupiter:junit-jupiter-params:5.8.1 to 5.8.2
  • Updated org.mockito:mockito-core:3.12.4 to 4.2.0
  • Added org.mockito:mockito-junit-jupiter:4.2.0
  • Updated org.testcontainers:junit-jupiter:1.16.0 to 1.16.2

Plugin Dependency Updates

  • Updated com.exasol:error-code-crawler-maven-plugin:0.6.0 to 0.7.1
  • Updated com.exasol:project-keeper-maven-plugin:1.2.0 to 1.3.4
  • Updated org.apache.maven.plugins:maven-javadoc-plugin:3.2.0 to 3.3.1

Dependency Updates on Added JProfiler Module

01 Oct 12:57
3444ead
Compare
Choose a tag to compare

Features

  • #29: Replaced javax.json by jakarta.json

Dependency Updates

Compile Dependency Updates

  • Updated com.exasol:bucketfs-java:2.0.1 to 2.2.0
  • Updated com.exasol:exasol-test-setup-abstraction-java:0.1.1 to 0.2.0
  • Updated com.exasol:test-db-builder-java:3.2.0 to 3.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 to 1.7.32

Runtime Dependency Updates

  • Added org.glassfish:jakarta.json:2.0.1

Test Dependency Updates

  • Updated com.exasol:exasol-testcontainers:3.5.3 to 5.1.0
  • Updated org.junit.jupiter:junit-jupiter-engine:5.7.2 to 5.8.1
  • Updated org.junit.jupiter:junit-jupiter-params:5.7.2 to 5.8.1
  • Updated org.mockito:mockito-core:3.11.2 to 3.12.4
  • Updated org.testcontainers:junit-jupiter:1.15.3 to 1.16.0

Plugin Dependency Updates

  • Updated com.exasol:error-code-crawler-maven-plugin:0.5.0 to 0.6.0
  • Updated com.exasol:project-keeper-maven-plugin:0.10.0 to 1.2.0

Added JProfiler Module

16 Jul 10:56
40fb301
Compare
Choose a tag to compare
Pre-release

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 to 0.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 to 3.2.0
  • Added org.apache.commons:commons-compress:1.21
  • Updated org.jacoco:org.jacoco.core:0.8.6 to 0.8.7
  • Updated org.slf4j:slf4j-api:1.7.30 to 1.7.31

Test Dependency Updates

  • Added com.exasol:exasol-testcontainers:3.5.3
  • Updated org.jacoco:org.jacoco.agent:0.8.6 to 0.8.7
  • Updated org.junit.jupiter:junit-jupiter-engine:5.6.2 to 5.7.2
  • Updated org.junit.jupiter:junit-jupiter-params:5.6.2 to 5.7.2
  • Removed org.junit.platform:junit-platform-runner:1.6.2
  • Updated org.mockito:mockito-core:3.6.0 to 3.11.2
  • Updated org.testcontainers:junit-jupiter:1.14.3 to 1.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 to 0.10.0
  • Added io.github.zlika:reproducible-build-maven-plugin:0.13
  • Updated org.jacoco:jacoco-maven-plugin:0.8.6 to 0.8.7