You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by gi...@apache.org on 2022/04/11 01:50:50 UTC

[rocketmq-streams] branch dependabot/maven/commons-io-commons-io-2.7 updated (ec3094e -> 0e77064)

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

github-bot pushed a change to branch dependabot/maven/commons-io-commons-io-2.7
in repository https://gitbox.apache.org/repos/asf/rocketmq-streams.git


 discard ec3094e  Bump commons-io from 2.5 to 2.7
     add 8e093c0  bugfix list - adjust test code in WindowTrigger in case the window which size unit is minute - adjust register logic in session window operator - fix issue of window value can't be delete after fired
     add 23bb048  Merge pull request #125 from speak2me/bugfix_20220113
     add 793dfcd  Bump logback-core from 1.2.3 to 1.2.9
     add 48bb04e  Merge pull request #145 from apache/dependabot/maven/ch.qos.logback-logback-core-1.2.9
     add 0ec99a1  Bump quartz from 2.2.1 to 2.3.2
     add b8d5787  Merge pull request #139 from apache/dependabot/maven/org.quartz-scheduler-quartz-2.3.2
     add 732998e  Bump junit from 4.12 to 4.13.1
     add 41317f1  Merge pull request #141 from apache/dependabot/maven/junit-junit-4.13.1
     add 50f853b  Bump commons-collections from 3.2.1 to 3.2.2
     add 0872f7d  Merge pull request #142 from apache/dependabot/maven/commons-collections-commons-collections-3.2.2
     add 0e77064  Bump commons-io from 2.5 to 2.7

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   (ec3094e)
            \
             N -- N -- N   refs/heads/dependabot/maven/commons-io-commons-io-2.7 (0e77064)

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:
 pom.xml                                            |  8 +++---
 .../rocketmq/streams/common/utils/SQLUtil.java     |  2 +-
 .../window/offset/WindowMaxValueProcessor.java     |  2 +-
 .../window/operator/impl/SessionOperator.java      | 33 ++++++++--------------
 .../streams/window/trigger/WindowTrigger.java      | 10 ++++---
 5 files changed, 24 insertions(+), 31 deletions(-)