This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/maven/com.github.seancfoley-ipaddress-5.6.2
in repository https://gitbox.apache.org/repos/asf/unomi.git
discard f9a1ed6e8 Bump com.github.seancfoley:ipaddress from 4.3.0 to 5.6.2
add 38a32b402 UNOMI-970: Fix IT ProgressListener ETA using live suite pace
(#834)
add f539d4f9d UNOMI-971: Remove obsolete Maven repositories that stall CI
(#840)
add e86c2b7f6 Bump com.github.seancfoley:ipaddress from 4.3.0 to 5.6.2
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 (f9a1ed6e8)
\
N -- N -- N
refs/heads/dependabot/maven/com.github.seancfoley-ipaddress-5.6.2 (e86c2b7f6)
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:
itests/README.md | 10 +-
.../org/apache/unomi/itests/ProgressListener.java | 82 ++++-
.../apache/unomi/itests/ProgressListenerTest.java | 183 ++++++++++
.../org/apache/unomi/itests/TestTimingCache.java | 247 +++++++++++---
.../apache/unomi/itests/TestTimingCacheTest.java | 375 ++++++++++++++++++++-
pom.xml | 33 +-
.../impl/scheduler/TaskExecutionManager.java | 15 +-
.../impl/scheduler/TaskExecutionManagerTest.java | 16 +-
8 files changed, 848 insertions(+), 113 deletions(-)
create mode 100644
itests/src/test/java/org/apache/unomi/itests/ProgressListenerTest.java