Skip to content

Releases: exasol/virtual-schema-common-java

Capabilities builder

06 Mar 11:20
b0e184a
Compare
Choose a tag to compare

#38: Builder for Capabilities
#38: Updated launch configurations

Preparations for publishing on the Maven Central Repository

15 Feb 09:43
b418b11
Compare
Choose a tag to compare

#33 Minor changes in pom file
#33 Released the project to the Maven Central Repository

Preparations for publishing on the Maven Central Repository

15 Feb 09:39
Compare
Choose a tag to compare

#33 Added necessary dependencies, fixed javaDoc warnings.

Modularized virtual schema common parts

13 Feb 12:23
Compare
Choose a tag to compare

Refactoring

  • #1 Updated a module description and dependencies.
  • #9 Removed deprecated lines of code.
  • #10 Replaced Exception and RuntimeException with more accurate types of Exception.
  • #14 Removed commented code.
  • #15 Fixed sonar findings:
    -Removed duplicated code;
    -Decreased complexity of the certain classes;
    -Replaced assert lines with proper checks;
    -Added try-with-resources blocks instead of calling close() method etc.
  • #20 Declared local variables, fields and method parameters as final where it was possible.
  • #29 Fixed the bug where method getType() of SqlPredicateIsNotNull class returned the wrong type.
  • #25 Improved unit tests coverage.