This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/examples/com.h2database-h2-2.1.210 in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git
discard 0a2fc00ab Bump h2 from 1.4.184 to 2.1.210 in /examples 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 645f1e7bf feat: optimize left menu usage (#2094) add 055c52592 Use codecov-action instead codecov bash (#2104) add 9fec9e51c Update ServerStatisticsAPIImpl.java (#2108) add 64267beb0 Each job has its own listener event notify thread instead of the only one curator thread (#2092) add 8eac50adb Fix ZookeeperRegistryCenterWatchTest failed occasionally (#2109) add 1bde7efff Bump mysql-connector-java from 8.0.16 to 8.0.28 in /examples (#2098) add 1ba4bdf67 Bump h2 from 1.4.184 to 2.1.210 in /examples 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 (0a2fc00ab) \ N -- N -- N refs/heads/dependabot/maven/examples/com.h2database-h2-2.1.210 (1ba4bdf67) 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 +++- docs/static/css/theme-white.css | 21 ++++ .../hugo-theme-learn/layouts/partials/menu.html | 3 +- docs/themes/hugo-theme-learn/static/js/learn.js | 8 +- .../elasticjob/cloud/ReflectionUtils.java | 16 ++- .../dingtalk/DingtalkJobErrorHandlerTest.java | 16 ++- .../handler/email/EmailJobErrorHandlerTest.java | 16 ++- .../handler/general/LogJobErrorHandlerTest.java | 16 ++- .../handler/wechat/WechatJobErrorHandlerTest.java | 16 ++- .../reg/base/CoordinatorRegistryCenter.java | 4 +- .../reg/zookeeper/ZookeeperRegistryCenter.java | 12 ++- .../ZookeeperRegistryCenterWatchTest.java | 42 +++++++- .../lite/api/registry/JobInstanceRegistry.java | 9 +- .../lite/internal/listener/ListenerManager.java | 1 + .../internal/listener/ListenerNotifierManager.java | 79 ++++++++++++++ .../lite/internal/storage/JobNodeStorage.java | 5 +- .../listener/ListenerNotifierManagerTest.java | 19 ++-- .../lite/internal/storage/JobNodeStorageTest.java | 7 +- .../statistics/ServerStatisticsAPIImpl.java | 10 +- examples/pom.xml | 2 +- mvnw | 99 +++++++----------- mvnw.cmd | 39 ++++--- pom.xml | 29 +++++- 28 files changed, 396 insertions(+), 364 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 create mode 100644 elasticjob-lite/elasticjob-lite-core/src/main/java/org/apache/shardingsphere/elasticjob/lite/internal/listener/ListenerNotifierManager.java copy elasticjob-cloud/elasticjob-cloud-scheduler/src/test/java/org/apache/shardingsphere/elasticjob/cloud/scheduler/config/app/CloudAppConfigurationNodeTest.java => elasticjob-lite/elasticjob-lite-core/src/test/java/org/apache/shardingsphere/elasticjob/lite/internal/listener/ListenerNotifierManagerTest.java (59%) mode change 100755 => 100644 mode change 100755 => 100644 mvnw.cmd