You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by sh...@apache.org on 2020/11/19 08:25:50 UTC

[unomi] branch master updated (a535d03 -> 9e346c9)

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

shuber pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git.


    from a535d03  UNOMI-366: Implement increment interest event type & action (#201)
     add 9e346c9  Return error to the client when exception is thrown from Elasticsearch impl (#202)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/unomi/itests/ProfileServiceIT.java  |  24 ++
 .../main/resources/etc/custom.system.properties    |   2 +
 .../ElasticSearchPersistenceServiceImpl.java       |   8 +
 .../resources/OSGI-INF/blueprint/blueprint.xml     |   2 +
 .../org.apache.unomi.persistence.elasticsearch.cfg |   5 +-
 .../apache/unomi/rest/RuntimeExceptionMapper.java  |  18 +-
 .../java/org/apache/unomi/web/ClientServlet.java   |  38 +-
 .../java/org/apache/unomi/web/ContextServlet.java  | 389 +++++++++++----------
 .../apache/unomi/web/EventsCollectorServlet.java   |  24 +-
 9 files changed, 287 insertions(+), 223 deletions(-)
 copy extensions/router/router-rest/src/main/java/org/apache/unomi/router/rest/ConfigRestExceptionMapper.java => rest/src/main/java/org/apache/unomi/rest/RuntimeExceptionMapper.java (70%)