This is an automated email from the ASF dual-hosted git repository.
shuber pushed a change to branch unomi-1.5.x
in repository https://gitbox.apache.org/repos/asf/unomi.git.
from 0b81ba3 Improve scripting security (#179)
new c914812 Expose scroll identifier on profile queries (#181)
new d819763 Use profile id session is in null to see if event has already
been raised (#184)
new b3feb62 Fix build after cherry picks from master.
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:
.../java/org/apache/unomi/api/query/Query.java | 19 +++++++
common/pom.xml | 2 +-
.../test/java/org/apache/unomi/itests/AllITs.java | 3 +-
.../{ProfileServiceIT.java => EventServiceIT.java} | 37 ++++++++-----
.../org/apache/unomi/itests/ProfileServiceIT.java | 60 ++++++++++++++++++++++
.../ElasticSearchPersistenceServiceImpl.java | 9 +++-
.../unomi/persistence/spi/PersistenceService.java | 20 ++++++++
scripting/pom.xml | 6 +--
.../services/impl/events/EventServiceImpl.java | 8 ++-
.../services/impl/profiles/ProfileServiceImpl.java | 7 ++-
10 files changed, 149 insertions(+), 22 deletions(-)
copy itests/src/test/java/org/apache/unomi/itests/{ProfileServiceIT.java =>
EventServiceIT.java} (63%)