This is an automated email from the ASF dual-hosted git repository.
yukon pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-eventbridge.git
from 051dc68 Remove alibaba related pom configuration
new bef80fd release: add the apache license and prepare for release.
new 65fe834 release: add the apache license and prepare for release.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.asf.yaml | 15 +++++++++++
.licenserc.yaml | 1 +
adapter/api/pom.xml | 12 ++++++++-
adapter/persistence/pom.xml | 12 ++++++++-
.../main/resources/db/migration/V1__baseline.sql | 15 +++++++++++
.../main/resources/db/migration/V2__baseline.sql | 15 +++++++++++
.../migration/V3__change_target_transform_type.sql | 15 +++++++++++
.../db/migration/V4__register_source_acs_mns.sql | 15 +++++++++++
.../migration/V5__register_target_acs_dingtalk.sql | 15 +++++++++++
.../V6__register_target_acs_eventbridge.sql | 15 +++++++++++
.../mybatis/EventApiDestinationMapper.xml | 12 ++++++++-
.../src/main/resources/mybatis/EventBusMapper.xml | 12 ++++++++-
.../resources/mybatis/EventConnectionMapper.xml | 12 ++++++++-
.../src/main/resources/mybatis/EventRuleMapper.xml | 12 ++++++++-
.../resources/mybatis/EventSourceClassMapper.xml | 12 ++++++++-
.../main/resources/mybatis/EventSourceMapper.xml | 12 ++++++++-
.../resources/mybatis/EventSourceRunnerMapper.xml | 12 ++++++++-
.../resources/mybatis/EventTargetClassMapper.xml | 12 ++++++++-
.../main/resources/mybatis/EventTargetMapper.xml | 12 ++++++++-
.../resources/mybatis/EventTargetRunnerMapper.xml | 12 ++++++++-
.../main/resources/mybatis/EventTopicMapper.xml | 12 ++++++++-
.../src/main/resources/mybatis/EventTypeMapper.xml | 12 ++++++++-
adapter/pom.xml | 12 ++++++++-
adapter/rpc/pom.xml | 12 ++++++++-
common/pom.xml | 12 ++++++++-
domain/pom.xml | 12 ++++++++-
pom.xml | 12 ++++++++-
start/pom.xml | 12 ++++++++-
start/src/main/resources/application.properties | 29 ++++++++++++++++------
start/src/main/resources/logback-spring.xml | 12 ++++++++-
start/src/test/resources/application.properties | 24 +++++++++++++++---
supports/connect-cloudevent-transform/pom.xml | 12 ++++++++-
supports/connect-eventbridge-transform/pom.xml | 12 ++++++++-
supports/connect-filter-transform/pom.xml | 12 ++++++++-
34 files changed, 413 insertions(+), 34 deletions(-)