You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by gi...@apache.org on 2022/05/19 12:19:32 UTC

[shardingsphere-elasticjob] branch dependabot/maven/io.netty-netty-codec-4.1.68.Final updated (a587464ce -> f077d97d5)

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

github-bot pushed a change to branch dependabot/maven/io.netty-netty-codec-4.1.68.Final
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git


 discard a587464ce Bump netty-codec from 4.1.59.Final to 4.1.68.Final
     add 9e3ef8521 Supports build project by JDK 17 (#2081)
     add 76c2c9ea9 Bump Maven Wrapper to 3.1.1 and Maven to 3.8.5 (#2084)
     add 9ddd70873 Merge similar GitHub Actions workflow files #2083 (#2087)
     add f077d97d5 Bump netty-codec from 4.1.59.Final to 4.1.68.Final

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   (a587464ce)
            \
             N -- N -- N   refs/heads/dependabot/maven/io.netty-netty-codec-4.1.68.Final (f077d97d5)

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:
 .github/workflows/maven-macos-jdk-11.yml           |  43 --------
 .github/workflows/maven-macos.yml                  |  43 --------
 .github/workflows/maven-windows-jdk-11.yml         |  41 --------
 .github/workflows/{maven-windows.yml => maven.yml} |  30 ++++--
 .mvn/wrapper/MavenWrapperDownloader.java           | 114 ---------------------
 .mvn/wrapper/maven-wrapper.properties              |  20 +++-
 .../elasticjob/cloud/ReflectionUtils.java          |  16 ++-
 .../dingtalk/DingtalkJobErrorHandlerTest.java      |  16 ++-
 .../handler/email/EmailJobErrorHandlerTest.java    |  16 ++-
 .../handler/general/LogJobErrorHandlerTest.java    |  16 ++-
 .../handler/wechat/WechatJobErrorHandlerTest.java  |  16 ++-
 mvnw                                               |  99 +++++++-----------
 mvnw.cmd                                           |  39 ++++---
 pom.xml                                            |  29 +++++-
 14 files changed, 202 insertions(+), 336 deletions(-)
 delete mode 100644 .github/workflows/maven-macos-jdk-11.yml
 delete mode 100644 .github/workflows/maven-macos.yml
 delete mode 100644 .github/workflows/maven-windows-jdk-11.yml
 rename .github/workflows/{maven-windows.yml => maven.yml} (62%)
 delete mode 100644 .mvn/wrapper/MavenWrapperDownloader.java
 mode change 100755 => 100644 mvnw.cmd