This is an automated email from the ASF dual-hosted git repository. jsinovassinnaik pushed a change to branch dependency-updates in repository https://gitbox.apache.org/repos/asf/unomi.git
discard 6f22a0a3f add back snake yaml and upgrade it discard 8c1842534 small upgrade jUnit discard b00d02bbe add back itu discard 33c432b00 make com.ethlo.time optional discard ff7850558 upgrade jsoup discard cd15f9078 upgrade jackson in json-schema discard 23264ff58 remove duplicate dependency declaration discard 8b03818bd remove guava + init json schema for graphql schema building discard 8199c9c6a small upgrade jackson discard 307a7a6cd fix st4 discard def583e30 UNOMI-829: add commons-codec discard 00c7c9e63 UNOMI-829: update maven bundle plugin discard aacad6618 UNOMI-829: update mvel2, ognl, ST4, remove glassfish json discard eff88a903 remove javassist discard f8675c914 upgrade ognl discard a31ff20b9 update joda-time discard 38966f0c3 remove jakarta-regex discard f3b721a50 fix build discard 37cb62899 UNOMI-829: update httpclient and httpcore- osgi version discard 53eb4ff32 clean some version discard edf33a280 UNOMI-829: update slf4f discard 306f334d3 UNOMI-829: Update apache libs discard ae8a77760 UNOMI-829: upgrade groovy version discard d58e8e107 UNOMI-829: remove hibernate validator discard af07e2ab0 UNOMI-829: remove some usages of javax.validation add a1c4f774b UNOMI-817: set pastEvents as nested and clean existing mapping (#659) add 248187f93 UNOMI-829: remove some usages of javax.validation add 796b14bd6 UNOMI-829: remove hibernate validator add d3ad76083 UNOMI-829: upgrade groovy version add cc671c5cd UNOMI-829: Update apache libs add 22bfe762d UNOMI-829: update slf4f add 3a03e01b0 clean some version add 36165f388 UNOMI-829: update httpclient and httpcore- osgi version add e9810a136 fix build add 1a85c600d remove jakarta-regex add 9bedafae9 update joda-time add 40941fb68 upgrade ognl add 44226161b remove javassist add 9b4899684 UNOMI-829: update mvel2, ognl, ST4, remove glassfish json add 80dc9ff4c UNOMI-829: update maven bundle plugin add 1d66873be UNOMI-829: add commons-codec add a85a26d99 fix st4 add 41bec4ede small upgrade jackson add 19f817473 remove guava + init json schema for graphql schema building add 065f3c31e remove duplicate dependency declaration add 6d3ec07c2 upgrade jackson in json-schema add 9979f497a upgrade jsoup add f4ac07fd3 make com.ethlo.time optional add 949bd52c8 add back itu add a77326a79 small upgrade jUnit add 0799e4d9e add back snake yaml and upgrade it This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (6f22a0a3f) \ N -- N -- N refs/heads/dependency-updates (0799e4d9e) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .../unomi/api/services/DefinitionsService.java | 11 +++- .../apache/unomi/api/utils}/ConditionBuilder.java | 36 +++++++---- .../apache/unomi/itests/ConditionEvaluatorIT.java | 3 +- .../org/apache/unomi/itests/RuleServiceIT.java | 3 +- .../java/org/apache/unomi/itests/SegmentIT.java | 10 +-- .../unomi/itests/migration/Migrate16xTo220IT.java | 14 +++++ .../resources/migration/snapshots_repository.zip | Bin 3908941 -> 7807889 bytes .../ElasticSearchPersistenceServiceImpl.java | 2 +- .../resources/META-INF/cxs/mappings/profile.json | 7 +++ .../resources/OSGI-INF/blueprint/blueprint.xml | 7 +-- .../actions/SetEventOccurenceCountAction.java | 33 ++++++++-- .../PastEventConditionESQueryBuilder.java | 70 ++++++++++----------- .../conditions/PastEventConditionEvaluator.java | 12 +++- .../painless/updatePastEventOccurences.painless | 47 ++++++++++++++ .../impl/definitions/DefinitionsServiceImpl.java | 9 +++ .../services/impl/profiles/ProfileServiceImpl.java | 9 ++- .../services/impl/segments/SegmentServiceImpl.java | 60 +++++++++--------- ...te-2.5.0-00-cleanPastEventProfileSession.groovy | 48 ++++++++++++++ .../2.5.0/remove_pastEvents_session.painless | 8 +-- .../2.5.0/update_pastEvents_profile.painless | 35 +++-------- 20 files changed, 287 insertions(+), 137 deletions(-) rename {itests/src/test/java/org/apache/unomi/itests => api/src/main/java/org/apache/unomi/api/utils}/ConditionBuilder.java (92%) create mode 100644 plugins/baseplugin/src/main/resources/META-INF/cxs/painless/updatePastEventOccurences.painless create mode 100644 tools/shell-commands/src/main/resources/META-INF/cxs/migration/migrate-2.5.0-00-cleanPastEventProfileSession.groovy copy api/src/main/java/org/apache/unomi/api/exceptions/BadSegmentConditionException.java => tools/shell-commands/src/main/resources/requestBody/2.5.0/remove_pastEvents_session.painless (78%) copy api/src/main/java/org/apache/unomi/api/EventInfo.java => tools/shell-commands/src/main/resources/requestBody/2.5.0/update_pastEvents_profile.painless (59%)