exasol / udf-debugging-java

Utilities for debugging, profiling and code coverage measure for UDFs.
MIT License
1 stars 1 forks source link

Update on top of 0.6.4 #43

Closed redcatbear closed 1 year ago

redcatbear commented 1 year ago

Situation

There is a version collision between the BucketFS library used in this project and exasol-test-setup-abstraction-java that leads to a class-not-found error in certain combination. An update to the latest versions will fix this.

Acceptance Criteria