Skip to content

0.0.38

Compare
Choose a tag to compare
@dclemenzi dclemenzi released this 28 Jun 19:08
· 257 commits to master since this release

New Features

  • Implemented generic CXF interceptor to convert headers into a security context.
  • Implemented CoalesceSimplePrincipal which defaults to the user running the process.
  • #198 Updated persisters to persist who created and last modified the entities
  • #203 Implemented a feature flag to restrict queries through the search API to limit the results to entities created by the current user.
  • Included creator and modified by as search criteria.

Improvements

  • Updated to using OpenJDK 8 and updated dependencies to be compatible with OpenJDK 11 (except GeoTools)
  • Removed length restriction when exporting search results
  • Expanded CoalesceTemplateUtil to also be a template cache.
  • Refactored linkage and entity data controllers to not use the CRUD service.

Bugs Fixed

  • #191 Resolved issue with using aliases for index names in Elastic.
  • #192 Resolved issue with operations sharing a common cached row set causing thread issues.