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

xiaoyu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu.git.


    from 530bff5  [type:build] exclude the config files from admin.jar and 
bootstrap.jar when packaging (#2409)
     add b913a1e  [ISSUE 2071] feat connect (#2407)

No new revisions were added by this update.

Summary of changes:
 shenyu-protocol/shenyu-protocol-mqtt/pom.xml       |   4 +
 .../shenyu/protocol/mqtt/AbstractMessageType.java  |   4 +-
 .../org/apache/shenyu/protocol/mqtt/Connect.java   |  42 ++++-
 .../org/apache/shenyu/protocol/mqtt/MqttEnv.java   | 132 +++++++++++++-
 .../apache/shenyu/protocol/mqtt/MqttFactory.java   |   3 +-
 .../protocol/mqtt/MqttServerConfiguration.java     | 190 +++++++++++++++++++++
 .../mqtt/repositories/ChannelRepository.java       |  52 +++---
 .../mqtt/repositories/SimpleChannelRepository.java |  77 +++++++++
 .../shenyu/protocol/mqtt/utils/EncryptUtil.java    |  47 ++---
 9 files changed, 490 insertions(+), 61 deletions(-)
 create mode 100644 
shenyu-protocol/shenyu-protocol-mqtt/src/main/java/org/apache/shenyu/protocol/mqtt/MqttServerConfiguration.java
 copy 
shenyu-common/src/main/java/org/apache/shenyu/common/enums/AdminDataSourceEnum.java
 => 
shenyu-protocol/shenyu-protocol-mqtt/src/main/java/org/apache/shenyu/protocol/mqtt/repositories/ChannelRepository.java
 (60%)
 create mode 100644 
shenyu-protocol/shenyu-protocol-mqtt/src/main/java/org/apache/shenyu/protocol/mqtt/repositories/SimpleChannelRepository.java
 copy 
shenyu-plugin/shenyu-plugin-jwt/src/main/java/org/apache/shenyu/plugin/jwt/exception/ThrowingFunction.java
 => 
shenyu-protocol/shenyu-protocol-mqtt/src/main/java/org/apache/shenyu/protocol/mqtt/utils/EncryptUtil.java
 (52%)

Reply via email to