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

github-bot pushed a change to branch 
dependabot/gradle/org.projectlombok-lombok-1.18.34
in repository https://gitbox.apache.org/repos/asf/eventmesh.git


 discard 80f0b0c83 Bump org.projectlombok:lombok from 1.18.32 to 1.18.34
     add c615f9733 Merge EventMesh Function branch to master (#5019)
     add 2b3dfa417 Bump org.projectlombok:lombok from 1.18.32 to 1.18.34

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   (80f0b0c83)
            \
             N -- N -- N   
refs/heads/dependabot/gradle/org.projectlombok-lombok-1.18.34 (2b3dfa417)

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:
 build.gradle                                       |   6 ++
 .../bin/start-admin.sh                             |  51 +++++-----
 .../server/web/db/entity/EventMeshJobDetail.java   |   3 +-
 .../position/EventMeshPositionBizService.java      |   6 +-
 .../service/position/IFetchPositionHandler.java    |   4 +-
 .../position/impl/MysqlPositionHandler.java        |  16 +--
 .../src/main/resources/application.yaml            |   4 +-
 .../connector/rdb/canal/CanalSinkConfig.java       |  15 ++-
 .../connector/rdb/canal/CanalSourceConfig.java     |  28 +++---
 .../common/remote/response/FetchJobResponse.java   |   3 +-
 .../remote/response/FetchPositionResponse.java     |   6 +-
 .../eventmesh-connector-canal/build.gradle         |   3 +-
 .../connector/canal/dialect/MysqlDialect.java      |  22 +----
 .../interceptor/SqlBuilderLoadInterceptor.java     |  13 +--
 .../connector/canal/source/EntryParser.java        | 110 +++++++++++----------
 .../source/connector/CanalSourceConnector.java     |  67 +++++++++----
 .../connector/canal/template/MysqlSqlTemplate.java |   2 +-
 .../source/connector/HttpSourceConnectorTest.java  |   3 +
 .../api/connector/SourceConnectorContext.java      |   6 ++
 .../offsetmgmt/admin/AdminOffsetService.java       |  21 ++--
 .../eventmesh-registry-nacos}/gradle.properties    |   5 +-
 .../bin/start-v2.sh                                |  10 +-
 .../stop.sh => eventmesh-runtime-v2/bin/stop-v2.sh |   6 +-
 .../runtime/connector/ConnectorRuntime.java        |   5 +
 24 files changed, 230 insertions(+), 185 deletions(-)
 copy eventmesh-runtime/bin/start.sh => 
eventmesh-admin-server/bin/start-admin.sh (75%)
 copy {eventmesh-meta/eventmesh-meta-consul => 
eventmesh-registry/eventmesh-registry-nacos}/gradle.properties (94%)
 copy eventmesh-runtime/bin/start.sh => eventmesh-runtime-v2/bin/start-v2.sh 
(95%)
 copy eventmesh-runtime/bin/stop.sh => eventmesh-runtime-v2/bin/stop-v2.sh (87%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to