Releases: exasol/virtual-schema-common-java
Releases · exasol/virtual-schema-common-java
Capabilities builder
Preparations for publishing on the Maven Central Repository
Preparations for publishing on the Maven Central Repository
#33 Added necessary dependencies, fixed javaDoc warnings.
Modularized virtual schema common parts
Refactoring
- #1 Updated a module description and dependencies.
- #9 Removed deprecated lines of code.
- #10 Replaced
Exception
andRuntimeException
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 callingclose()
method etc. - #20 Declared local variables, fields and method parameters as final where it was possible.
- #29 Fixed the bug where method
getType()
ofSqlPredicateIsNotNull
class returned the wrong type. - #25 Improved unit tests coverage.