Skip to content

0.0.36

Compare
Choose a tag to compare
@dclemenzi dclemenzi released this 29 Mar 17:33
· 326 commits to master since this release

Bugs Fixed

  • #133 Resolved issue with coalesce-core exporting the classification packages.
  • #150 Updated the Template Editor UI to only use material-ui 3.0.3 resolving the issue with the tab buttons in Firefox.
  • #156 Resolved issue with querying the linkage index in Elastic assuming all fields with the coalesceentity prefix were text instead of keyword.
  • Updated to Babel version 7.0.0 to resolve issues with transient dependencies.

New Features

  • #140 Implemented ability to pass properties into Template2Java through the Maven pom files to take advantage of parameterized paths.
  • #145 Updated the Enumeration UI to use material-ui.
  • #145 Implemented JAX-RS client for retrieving enumerations as well as implemented ServiceEnumerationProviderImpl for pulling enumerations using the REST API.
  • #146 Created Coalesce.Objects projects for generating code for templates (Enumerations) used internal to Coalesce.
  • #167 Implemented an operation to delete (or mark as deleted) duplicates entities determined by the configured list of fields that make them unique.
  • #167 Modified the FileScanImpl to use the source (if specified) to populate the required columns so all of the operation implementations can use it.
  • #170 Implemented highlighting capability that can be specified in the Search API to return field's excerpts with highlighted matches instead of the full content.
  • Refactored Karaf features with general cleanup and to break ironhide and geomesa out of bundle-geotools.
  • Refactored ColaesceSearchFramework to propagate InterruptedException if the framework is used after its already been shutdown.
  • Refactored the FileScanImpl to use the same parameter to limit items returned as the other scanners to avoid confusion.