Skip to content

Releases: exasol/virtual-schema-common-java

Fixed formatting of log messages with placeholders

24 May 14:50
Compare
Choose a tag to compare

Summary

Fixed the logger ignoring placeholders bug.

Changes

#80: Fixed formatting of log messages with placeholders

Added HASH_SHA256 and HASH_SHA512 to Scalar Function Capability

23 May 12:19
c1bbb96
Compare
Choose a tag to compare

Summary

Added HASH_SHA256 and HASH_SHA512 capabilities for a new version of Exasol. Expanded AdapterProperties class.

Changes

#24: Removed unnecessary comments.
#65: Added HASH_SHA256 and HASH_SHA512 to Scalar Function Capability and Scalar Function.
#64: Added missing formatter settings.
#75: Added methods to check if AdapterProperties contains different properties.

Get the actual version of project in runtime

17 May 08:35
f253d94
Compare
Choose a tag to compare

Summary

Get the actual version of project in runtime.

Changes

#63: Get the actual version of project in runtime
#5: Updated link to Exasol UDF documentation
#28 Added jsonassert dependency in README

Parse table filter in refresh request

06 May 14:47
2d6616f
Compare
Choose a tag to compare

Summary

This bugfix release adds missing table filter capabilities in the request parser. This solves an issue introduced in 4.0.0 where table filters present in the raw JSON request were silently ignored.

Changes

#70: Bugfix: Parse table filter in refresh request

Missing adapter loading trigger

03 May 05:40
67bb129
Compare
Choose a tag to compare

Summary

Added a missing trigger that causes the adapter plug-ins to be loaded.

Changes

#69: Bugfix:RequestDispatcher tells AdapterRegistry to load adapters

Service loader for adapters

30 Apr 11:05
0c6e11f
Compare
Choose a tag to compare

Summary

Thanks to using Java's ServiceLoader the adapter list is generated at runtime. No need to hard-code it anymore.

Changes

#66: Used ServiceLoader to located and load adapters dynamically

Reworked Column Metadata

17 Apr 11:38
5511a98
Compare
Choose a tag to compare

Summary

Refactored the ColumnMetadata for better readability and SONAR fixes.

Changes

#59: Reworked Column Metadata

JOIN capabilities

11 Apr 08:08
31773fe
Compare
Choose a tag to compare

#60: Added JOIN capabilities

Central request dispatching

27 Mar 11:46
Compare
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
Compare
Choose a tag to compare
  • Implemented disable / enable capabilities in Capabilities.Builder