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
omit ffbf80efa UNOMI-829: update slf4f omit 9d3a4949f UNOMI-829: update apache libs omit 4da235bdb UNOMI-829: configure correctly for jakarta.jws and update apache libs omit 4c7f34ab8 UNOMI-829: change javax.servlet to jakarta.servlet omit 3d1cfcbba UNOMI-829: upgrade groovy version omit e6e79c767 UNOMI-829: upgrade java version, change javax to jakarta and upgrade cxf omit f2bb8a73a UNOMI-829: remove hibernate validator omit bc0b75463 UNOMI-829: remove some usages of javax.validation omit f203d9445 add test omit de4ed824f feedback omit dda47a735 fix tests omit 8e98a3117 UNOMI-817: transform pastEvents to nested property omit 943403186 UNOMI-817: set pastEvents as flattened and clean existing mapping add af07e2ab0 UNOMI-829: remove some usages of javax.validation add d58e8e107 UNOMI-829: remove hibernate validator add ce0c806fd UNOMI-829: upgrade java version, change javax to jakarta and upgrade cxf add b14005d75 UNOMI-829: upgrade groovy version add b88cfa979 UNOMI-829: change javax.servlet to jakarta.servlet add 6f63c20b7 UNOMI-829: configure correctly for jakarta.jws and update apache libs add d2890cf4f UNOMI-829: update apache libs add 2d17dfaea UNOMI-829: update slf4f 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 (ffbf80efa) \ N -- N -- N refs/heads/dependency-updates (2d17dfaea) 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: .../apache/unomi/api/utils/ConditionHelper.java | 113 --------------------- .../java/org/apache/unomi/itests/SegmentIT.java | 10 +- .../unomi/itests/migration/Migrate16xTo220IT.java | 14 --- .../resources/migration/snapshots_repository.zip | Bin 7807889 -> 3908941 bytes .../resources/META-INF/cxs/mappings/profile.json | 7 -- .../resources/OSGI-INF/blueprint/blueprint.xml | 7 +- .../actions/SetEventOccurenceCountAction.java | 34 ++----- .../PastEventConditionESQueryBuilder.java | 74 +++++++------- .../conditions/PastEventConditionEvaluator.java | 12 +-- .../painless/updatePastEventOccurences.painless | 41 -------- .../resources/OSGI-INF/blueprint/blueprint.xml | 2 +- .../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 | 22 ---- .../2.5.0/update_pastEvents_profile.painless | 27 ----- 16 files changed, 86 insertions(+), 394 deletions(-) delete mode 100644 api/src/main/java/org/apache/unomi/api/utils/ConditionHelper.java delete mode 100644 plugins/baseplugin/src/main/resources/META-INF/cxs/painless/updatePastEventOccurences.painless delete mode 100644 tools/shell-commands/src/main/resources/META-INF/cxs/migration/migrate-2.5.0-00-cleanPastEventProfileSession.groovy delete mode 100644 tools/shell-commands/src/main/resources/requestBody/2.5.0/remove_pastEvents_session.painless delete mode 100644 tools/shell-commands/src/main/resources/requestBody/2.5.0/update_pastEvents_profile.painless