Skip to content

Releases: exasol/virtual-schema-common-java

Central request dispatching

27 Mar 11:46

Choose a tag to compare

#45: Support dispatching all request types.
#45: Created tables metadata parser.
#55: Added remote logging.

Enabling / disabling capabilities

12 Mar 09:48
249aabe

Choose a tag to compare

  • Implemented disable / enable capabilities in Capabilities.Builder

Capabilities builder

06 Mar 11:20
b0e184a

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

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

Choose a tag to compare

#33 Added necessary dependencies, fixed javaDoc warnings.

Modularized virtual schema common parts

13 Feb 12:23

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.