This is an automated email from the ASF dual-hosted git repository.
xiaoyu pushed a change to branch 2.7.0
in repository https://gitbox.apache.org/repos/asf/shenyu.git
from 9f6c72faf2 [maven-release-plugin] prepare for next development
iteration
add da2bcd12d5 Resolved the issue where the DISCOVER_UPSTREAM
configuration item always failed to synchronize in the http-polling
configuration data sync mode; (#5889)
add 8ca7f57b9c [type:refactor] plugin-jwt SPI extension for parsing JWT
payloads to ensure compatibility with older versions of JWT tools (#5882)
add 1d058191f6 [type:fix] support dubbo method configure (#5891)
add e3de2362ad Merge branch 'master' into 2.7.0
No new revisions were added by this update.
Summary of changes:
db/init/mysql/schema.sql | 2 +
db/init/ob/schema.sql | 2 +
db/init/og/create-table.sql | 2 +
db/init/oracle/schema.sql | 2 +
db/init/pg/create-table.sql | 2 +
.../2.7.0-upgrade-2.7.1-mysql.sql} | 3 +-
.../2.7.0-upgrade-2.7.1-og.sql} | 3 +-
.../2.7.0-upgrade-2.7.1-oracle.sql} | 4 +-
.../2.7.0-upgrade-2.7.1-pg.sql} | 3 +-
db/upgrade/upgrade-guide.md | 62 +++++++++-------------
.../src/main/resources/sql-script/h2/schema.sql | 2 +
.../dubbo/ApacheDubboServiceBeanListener.java | 15 +++++-
.../org/apache/shenyu/plugin/jwt/JwtPlugin.java | 33 ++++--------
.../apache/shenyu/plugin/jwt/config/JwtConfig.java | 22 ++++++++
.../plugin/jwt/handle/JwtPluginDataHandler.java | 6 ++-
.../strategy/DefaultJwtPayloadParseStrategy.java | 44 +++++++++++++++
.../jwt/strategy/JwtPayloadParseStrategy.java | 20 +++----
...ry.java => JwtPayloadParseStrategyFactory.java} | 13 ++---
...nyu.plugin.jwt.strategy.JwtPayloadParseStrategy | 2 +-
.../http/refresh/DiscoveryUpstreamDataRefresh.java | 2 +-
20 files changed, 156 insertions(+), 88 deletions(-)
copy db/{init/pg/create-database.sql => upgrade/2.7.0-upgrade-2.7.1-mysql.sql}
(78%)
mode change 100644 => 100755
copy db/{init/pg/create-database.sql => upgrade/2.7.0-upgrade-2.7.1-og.sql}
(78%)
copy db/{init/pg/create-database.sql =>
upgrade/2.7.0-upgrade-2.7.1-oracle.sql} (71%)
mode change 100644 => 100755
copy db/{init/pg/create-database.sql => upgrade/2.7.0-upgrade-2.7.1-pg.sql}
(75%)
mode change 100644 => 100755
create mode 100644
shenyu-plugin/shenyu-plugin-security/shenyu-plugin-jwt/src/main/java/org/apache/shenyu/plugin/jwt/strategy/DefaultJwtPayloadParseStrategy.java
copy
shenyu-loadbalancer/src/main/java/org/apache/shenyu/loadbalancer/spi/LoadBalancer.java
=>
shenyu-plugin/shenyu-plugin-security/shenyu-plugin-jwt/src/main/java/org/apache/shenyu/plugin/jwt/strategy/JwtPayloadParseStrategy.java
(69%)
copy
shenyu-plugin/shenyu-plugin-security/shenyu-plugin-jwt/src/main/java/org/apache/shenyu/plugin/jwt/strategy/{JwtConvertStrategyFactory.java
=> JwtPayloadParseStrategyFactory.java} (78%)
copy
shenyu-admin/src/main/resources/META-INF/shenyu/org.apache.shenyu.admin.register.ShenyuClientServerRegisterRepository
=>
shenyu-plugin/shenyu-plugin-security/shenyu-plugin-jwt/src/main/resources/META-INF/shenyu/org.apache.shenyu.plugin.jwt.strategy.JwtPayloadParseStrategy
(91%)