You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shenyu.apache.org by xi...@apache.org on 2023/07/06 02:58:03 UTC

[shenyu] branch master updated (1c21ed090 -> 8d4bfa06b)

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/shenyu.git


    from 1c21ed090 fix admin: fix menu name bug (#4805)
     add 8d4bfa06b [Discovery] Upgrade sql  and Fix some config bug  (#4808)

No new revisions were added by this update.

Summary of changes:
 db/init/pg/create-table.sql                        |  26 ++++
 db/upgrade/2.5.1-upgrade-2.6.0-mysql.sql           |  74 +++++++++-
 db/upgrade/2.5.1-upgrade-2.6.0-oracle.sql          | 160 +++++++++++++++++++++
 db/upgrade/2.5.1-upgrade-2.6.0-pg.sql              |  83 +++++++++++
 .../admin/discovery/DefaultDiscoveryProcessor.java |   8 +-
 .../shenyu/admin/model/vo/ProxySelectorVO.java     |  26 +++-
 .../service/impl/ProxySelectorServiceImpl.java     |   2 +-
 .../src/main/resources/mybatis/mybatis-config.xml  |   1 +
 .../zookeeper/ZookeeperDiscoveryService.java       |  18 +--
 .../shenyu/protocol/tcp/TcpBootstrapServer.java    |   8 +-
 .../protocol/tcp/TcpServerConfiguration.java       |  80 -----------
 .../protocol/tcp/connection/ConnectionContext.java |  16 +--
 12 files changed, 393 insertions(+), 109 deletions(-)