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

liuhongyu pushed a change to branch 
dependabot/maven/shenyu-examples/shenyu-examples-sofa/shenyu-examples-sofa-service/com.google.protobuf-protobuf-java-3.25.5
in repository https://gitbox.apache.org/repos/asf/shenyu.git


    from 68ef9c7519 Bump com.google.protobuf:protobuf-java
     add 95f0f11895 [type:feat]Auth adapts to namespace transformation (#5667)
     add 1e069ed8ba [sync] sync dashboard dist (#5669)
     add 5817edde78 Merge branch 'master' into 
dependabot/maven/shenyu-examples/shenyu-examples-sofa/shenyu-examples-sofa-service/com.google.protobuf-protobuf-java-3.25.5

No new revisions were added by this update.

Summary of changes:
 db/init/mysql/schema.sql                           |  4 +-
 db/init/ob/schema.sql                              |  4 +-
 db/init/og/create-table.sql                        |  5 ++-
 db/init/oracle/schema.sql                          |  5 ++-
 db/init/pg/create-table.sql                        |  5 ++-
 db/upgrade/2.6.1-upgrade-2.7.0-mysql.sql           |  5 +++
 db/upgrade/2.6.1-upgrade-2.7.0-og.sql              |  8 +++-
 db/upgrade/2.6.1-upgrade-2.7.0-oracle.sql          |  7 +++-
 db/upgrade/2.6.1-upgrade-2.7.0-pg.sql              |  8 +++-
 .../shenyu/admin/controller/AppAuthController.java |  7 +++-
 .../apache/shenyu/admin/model/dto/AppAuthDTO.java  | 31 ++++++++++++++-
 .../shenyu/admin/model/dto/AuthApplyDTO.java       | 33 +++++++++++++++-
 .../shenyu/admin/model/dto/AuthPathWarpDTO.java    |  4 +-
 .../shenyu/admin/model/entity/AppAuthDO.java       | 43 +++++++++++++++++++--
 .../shenyu/admin/model/query/AppAuthQuery.java     | 31 +++++++++++++--
 .../apache/shenyu/admin/model/vo/AppAuthVO.java    | 20 ++++++++++
 .../admin/service/impl/AppAuthServiceImpl.java     |  3 ++
 .../shenyu/admin/transfer/AppAuthTransfer.java     |  2 +
 .../src/main/resources/mappers/app-auth-sqlmap.xml | 11 +++++-
 .../src/main/resources/sql-script/h2/schema.sql    |  4 +-
 .../{index.9bbb21b7.js => index.4c410779.js}       |  2 +-
 shenyu-admin/src/main/resources/static/index.html  |  2 +-
 .../admin/controller/AppAuthControllerTest.java    | 24 +++++++++++-
 .../shenyu/admin/mapper/AppAuthMapperTest.java     |  4 ++
 .../org/apache/shenyu/common/dto/AppAuthData.java  | 44 +++++++++++++++++++++-
 25 files changed, 287 insertions(+), 29 deletions(-)
 rename shenyu-admin/src/main/resources/static/{index.9bbb21b7.js => 
index.4c410779.js} (54%)

Reply via email to