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

Aias00 pushed a change to branch feat/upstream-manual-status
in repository https://gitbox.apache.org/repos/asf/shenyu.git


    from 2fe4494d55 Merge branch 'master' into feat/upstream-manual-status
     add 75a23bbd31 fix(netty): support configurable httpRequestDecoder 
properties (#6378)
     add ca83c6974d Fix RocketMQ logging e2e bootstrap startup (#6379)
     add 846c77e324 Merge branch 'master' into feat/upstream-manual-status

No new revisions were added by this update.

Summary of changes:
 pom.xml                                            |   4 +-
 .../shenyu/admin/service/impl/ApiServiceImpl.java  |  14 +-
 .../shenyu/admin/service/ApiServiceTest.java       |  54 ++
 .../src/main/resources/application.yml             |   4 +
 shenyu-client/shenyu-client-core/pom.xml           |  50 ++
 .../AbstractContextRefreshedEventListener.java     |  14 +-
 .../registrar/AbstractApiDocRegistrar.java         |  12 +-
 .../register/registrar/ApiDocRegistrarImpl.java    |  13 +-
 .../shenyu/client/core/utils/OpenApiUtils.java     | 834 ++++++++++++++++++---
 .../registrar/ApiDocRegistrarImplTest.java         | 263 +++++++
 .../registrar/NoHttpApiDocRegistrarTest.java       | 276 ++++++-
 .../shenyu/client/core/utils/OpenApiUtilsTest.java | 519 +++++++++++++
 .../shenyu-client-core/src/test/proto/test.proto   |  41 +
 .../client/sofa/SofaServiceEventListener.java      |  77 +-
 .../client/sofa/SofaServiceEventListenerTest.java  |   3 +-
 .../shenyu/common/config/NettyHttpProperties.java  |  98 +++
 .../compose/script/e2e-logging-rocketmq-compose.sh |  12 +-
 .../annotation/impl/DubboProtobufServiceImpl.java  |   6 +
 .../service/xml/impl/DubboProtobufServiceImpl.java |   6 +
 .../service/impl/DubboProtobufServiceImpl.java     |   6 +
 .../netty/ShenyuNettyWebServerConfiguration.java   |  10 +
 .../ShenyuNettyWebServerConfigurationTest.java     |  35 +
 22 files changed, 2149 insertions(+), 202 deletions(-)
 create mode 100644 
shenyu-client/shenyu-client-core/src/test/java/org/apache/shenyu/client/core/register/registrar/ApiDocRegistrarImplTest.java
 create mode 100644 
shenyu-client/shenyu-client-core/src/test/java/org/apache/shenyu/client/core/utils/OpenApiUtilsTest.java
 create mode 100644 shenyu-client/shenyu-client-core/src/test/proto/test.proto

Reply via email to