Skip to content

7.1.1

Choose a tag to compare

@rbygrave rbygrave released this 01 Mar 03:23
· 6411 commits to master since this release

Notes:

This version includes general support for integration to document stores with ElasticSearch being the primary target.

Issues:

#579 Postgres History DDL - Revert of #544 such that Postgres @history DB trigger uses current_timestamp (transaction start time)

#578 Deprecated Joda Time API - LocalDate.toDateMidnight() usage causes exception to be thrown, change to LocalDate.toDateTimeAtStartOfDay()

#577 Ebean.json().toBean() ... does not de-duplicate instances when JSON contains the same logical bean multiple times

#576 DateTimeJsonParser error when date time has no millisecond precision -java.text.ParseException: Unparseable date: "2016-02-28T20:39:00Z"

#575 Refactor PathProperties, extract FetchPath interface, rename get(path) -> getProperties(path)

#574 Refactor - rename .plugin objects; SpiBeanType -> BeanType and SpiServerPlugin -> Plugin

#573 Remove Serializable from Query interface

#546 ElasticSearch - For partial updates with update generated values (@WhenModified) and when that property we want to include that in the update message to ElasticSearch

Enhancements:

#304 ElasticSearch Integration - part 1 - updating indexes