This is an automated email from the ASF dual-hosted git repository.

dgriffon pushed a change to branch unomi-1.9.x
in repository https://gitbox.apache.org/repos/asf/unomi.git


    from 82e78b42f UNOMI-786 : prepare release 1.9.1
     new 99f079afd UNOMI-652 : fix concurrency issue while loading groovy 
actions (#482) (#633)
     new 8ec27b851 Unomi 785 fix npe (#637)
     new cda755892 UNOMI-784: task backport (#638)

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../services/impl/GroovyActionsServiceImpl.java    |   9 +-
 .../test/java/org/apache/unomi/itests/BaseIT.java  |   1 +
 .../org/apache/unomi/itests/ContextServletIT.java  |  51 ++++++
 .../org/apache/unomi/itests/ProfileServiceIT.java  |  13 +-
 .../main/resources/etc/custom.system.properties    |  15 +-
 .../ElasticSearchPersistenceServiceImpl.java       | 190 +++++++++++----------
 .../client/CustomRestHighLevelClient.java          |  76 +++++++++
 .../resources/OSGI-INF/blueprint/blueprint.xml     |   6 +-
 .../org.apache.unomi.persistence.elasticsearch.cfg |  18 +-
 .../unomi/persistence/spi/PersistenceService.java  |  15 ++
 .../actions/MergeProfilesOnPropertyAction.java     |   3 +-
 .../unomi/rest/endpoints/ContextJsonEndpoint.java  |  18 +-
 12 files changed, 304 insertions(+), 111 deletions(-)
 create mode 100644 
persistence-elasticsearch/core/src/main/java/org/elasticsearch/client/CustomRestHighLevelClient.java

Reply via email to