This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/mysql-mysql-connector-java-8.0.16 in repository https://gitbox.apache.org/repos/asf/rocketmq-streams.git
discard 1101cf9 Bump mysql-connector-java from 5.1.40 to 8.0.16 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 c14fce9 fix example code 404 in README.md add ba17e0d Merge pull request #147 from rocklau/rocklau-fix-example-404 add 9408a32 Bump httpclient from 4.5.2 to 4.5.13 add 0e77064 Bump commons-io from 2.5 to 2.7 add db8d728 Merge pull request #146 from apache/dependabot/maven/commons-io-commons-io-2.7 add 29a2b3b Merge branch 'main' into dependabot/maven/org.apache.httpcomponents-httpclient-4.5.13 add d4243be Merge pull request #140 from apache/dependabot/maven/org.apache.httpcomponents-httpclient-4.5.13 add 9701018 [ISSUE #161] fix(example) add can_clear_resource in sql (#160) add dcd0c77 Bump gson from 2.8.5 to 2.8.9 (#158) add 62f9a3b Bump fastjson from 1.2.9 to 1.2.25.sec10 (#143) add 08cad8e Bump mysql-connector-java from 5.1.40 to 8.0.16 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 (1101cf9) \ N -- N -- N refs/heads/dependabot/maven/mysql-mysql-connector-java-8.0.16 (08cad8e) 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 | 19 +++++++------ .../rocketmq/streams/common/utils/SQLUtil.java | 2 +- .../src/main/resources/tables_mysql_innodb.sql | 19 ++----------- rocketmq-streams-examples/README.md | 17 ++++++----- rocketmq-streams-examples/pom.xml | 5 ++++ .../checkpoint/RemoteCheckpointExample.java | 3 +- .../window/offset/WindowMaxValueProcessor.java | 2 +- .../window/operator/impl/SessionOperator.java | 33 ++++++++-------------- .../streams/window/trigger/WindowTrigger.java | 10 ++++--- 9 files changed, 50 insertions(+), 60 deletions(-)