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 c4e4b65 style:code format.
add 587b8f0 style:code format.
add 0f0f15b style:code format.
add 691842d add access log (#36)
add 20013a6 Bump commons-text in /supports/connect-filter-transform
add 5fa935a Bump commons-text from 1.9 to 1.10.0
add e11edf7 release:1.0.0
new 3a9eac3 Merge remote-tracking branch 'origin/main' into develop
add f1df4b0 update event_connection table structure
add 16cbb35 remove db name
new cd05836 Merge branch 'main' into develop
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:
adapter/api/pom.xml | 4 +-
.../adapter/api/handler/WebLogAspect.java | 32 +++--
adapter/persistence/pom.xml | 4 +-
...7__update_event_connection_table_structure.sql} | 5 +-
adapter/pom.xml | 2 +-
adapter/rpc/pom.xml | 4 +-
.../adapter/rpc/impl/SecretManagerAPIImpl.java | 7 +-
common/pom.xml | 2 +-
.../eventbridge/config/EventBridgeConstants.java | 1 +
.../exception/EventBridgeException.java | 5 +
domain/pom.xml | 2 +-
.../common/exception/EventBridgeErrorCode.java | 6 +-
.../apidestination/ApiDestinationService.java | 79 +++++-------
.../domain/model/connection/ConnectionService.java | 135 ++++++++-------------
.../eventbridge/domain/rpc/SecretManagerAPI.java | 7 +-
...iceTest.java => ApiDestinationServiceTest.java} | 8 +-
pom.xml | 4 +-
start/pom.xml | 2 +-
.../rocketmq/eventbridge/filter/LogFilter.java | 77 ++++++++++++
.../eventbridge/handler/ExceptionHandler.java | 12 +-
start/src/main/resources/logback-spring.xml | 17 +++
supports/connect-filter-transform/pom.xml | 2 +-
22 files changed, 237 insertions(+), 180 deletions(-)
copy
adapter/persistence/src/main/resources/db/migration/{V3__change_target_transform_type.sql
=> V7__update_event_connection_table_structure.sql} (73%)
rename
domain/src/test/java/org/apache/rocketmq/eventbridge/domain/service/{ApiDestinationDTOServiceTest.java
=> ApiDestinationServiceTest.java} (93%)
create mode 100644
start/src/main/java/org/apache/rocketmq/eventbridge/filter/LogFilter.java