This is an automated email from the ASF dual-hosted git repository.
jianbin pushed a change to branch 2.x
in repository https://gitbox.apache.org/repos/asf/incubator-seata.git
from a72d2651c7 feature: Automatically calculate the values for JVM
parameters (#7872)
add c13207c5ed feature: upgrade the namingserver and console modules to
JDK 25 and SpringBoot 3.5, and add the spring-ai dependency to the console
module. (#7870)
No new revisions were added by this update.
Summary of changes:
.github/workflows/codeql-analysis.yml | 6 ++
changes/en-us/2.x.md | 1 +
changes/zh-cn/2.x.md | 1 +
console/pom.xml | 34 ++----
.../seata/console/config/WebSecurityConfig.java | 115 +++++++++++----------
.../seata/console/controller/AuthController.java | 3 +-
.../filter/JwtAuthenticationTokenFilter.java | 12 +--
.../security/CustomUserDetailsServiceImpl.java | 2 +-
.../security/JwtAuthenticationEntryPoint.java | 7 +-
namingserver/pom.xml | 28 ++---
.../seata/namingserver/config/WebConfig.java | 26 ++---
.../namingserver/controller/NamingController.java | 6 +-
.../controller/NamingControllerV2.java | 2 +-
.../filter/CachedBodyHttpServletRequest.java | 8 +-
.../namingserver/filter/ConsoleRemotingFilter.java | 94 +++++++----------
.../manager/ClusterWatcherManager.java | 6 +-
.../seata/namingserver/manager/NamingManager.java | 2 +-
namingserver/src/main/resources/application.yml | 6 ++
.../AuthControllerWithCustomPropertiesTest.java | 4 +-
.../AuthControllerWithRandomPasswordTest.java | 4 +-
.../namingserver/ClusterWatcherManagerTest.java | 6 +-
21 files changed, 167 insertions(+), 206 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]