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

shenlin pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq-eventbridge.git


    from 550e6e4  doc:upgrade readme.
     add fdab180   feat: support auto init source/target class. (#26)
     add 5630194  Bump mysql-connector-java from 8.0.16 to 8.0.28 in 
/adapter/persistence
     add db61a46  feat:Modify API to Mono structure (#27)
     add 0e5865b  Create LICENSE
     add 4d555aa  Create NOTICE
     add a98ae24  Create .licenserc.yaml
     add 88381af  Create license_checker.yaml
     add 17bc428  fix: event rule mybatis resultMap property error (#29)
     add 051dc68  Remove alibaba related pom configuration
     add bef80fd  release: add the apache license and prepare for release.
     add 65fe834  release: add the apache license and prepare for release.
     new b8f5ab2  Merge branch 'main' into develop

The 1 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 ++
 .github/workflows/license_checker.yaml             |  17 ++
 .licenserc.yaml                                    |  37 ++++
 LICENSE                                            | 201 +++++++++++++++++++++
 NOTICE                                             |   5 +
 README.md                                          | 122 ++-----------
 adapter/api/pom.xml                                |  12 +-
 .../api/controller/ApiDestinationController.java   | 162 +++++++++++------
 .../api/controller/ConnectionController.java       | 176 +++++++++++-------
 .../adapter/api/controller/EventBusController.java |  65 ++++---
 .../api/controller/EventDataController.java        |  29 +--
 .../api/controller/EventRuleController.java        | 139 ++++++++------
 .../api/controller/EventSourceController.java      | 120 +++++++-----
 .../api/controller/EventTargetController.java      |  74 +++++---
 .../api/controller/EventTypeController.java        |  42 +++--
 .../ApiDestinationDTOControllerTest.java           | 102 +++++++----
 .../api/controller/ConnectionControllerTest.java   | 143 ++++++++++-----
 adapter/persistence/pom.xml                        |  14 +-
 .../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   |  16 ++
 .../migration/V5__register_target_acs_dingtalk.sql |  18 ++
 .../V6__register_target_acs_eventbridge.sql        |  18 ++
 .../mybatis/EventApiDestinationMapper.xml          |  12 +-
 .../src/main/resources/mybatis/EventBusMapper.xml  |  12 +-
 .../resources/mybatis/EventConnectionMapper.xml    |  12 +-
 .../src/main/resources/mybatis/EventRuleMapper.xml |  14 +-
 .../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                                |  18 +-
 .../adapter/rpc/impl/AccountAPIImpl.java           |  20 +-
 common/pom.xml                                     |  12 +-
 .../exception/code/DefaultErrorCode.java           |   1 +
 domain/pom.xml                                     |  12 +-
 .../eventbridge/domain/rpc/AccountAPI.java         |  31 +++-
 pom.xml                                            |  48 ++---
 start/pom.xml                                      |  12 +-
 .../rocketmq/eventbridge/filter/LoginFilter.java   |  35 +++-
 start/src/main/resources/application.properties    |  28 ++-
 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 +-
 52 files changed, 1425 insertions(+), 594 deletions(-)
 create mode 100644 .github/workflows/license_checker.yaml
 create mode 100644 .licenserc.yaml
 create mode 100644 LICENSE
 create mode 100644 NOTICE
 create mode 100644 
adapter/persistence/src/main/resources/db/migration/V4__register_source_acs_mns.sql
 create mode 100644 
adapter/persistence/src/main/resources/db/migration/V5__register_target_acs_dingtalk.sql
 create mode 100644 
adapter/persistence/src/main/resources/db/migration/V6__register_target_acs_eventbridge.sql

Reply via email to