This is an automated email from the ASF dual-hosted git repository.
jianbin pushed a commit to branch 2.6.0
in repository https://gitbox.apache.org/repos/asf/incubator-seata.git
The following commit(s) were added to refs/heads/2.6.0 by this push:
new 7dea8034cc doc: update changes (#7936)
7dea8034cc is described below
commit 7dea8034cc0ed47530190767bb3378d64e43c951
Author: will <[email protected]>
AuthorDate: Wed Jan 14 09:12:07 2026 +0800
doc: update changes (#7936)
---
changes/en-us/2.6.0.md | 26 ++++++++++++++++++++------
changes/zh-cn/2.6.0.md | 25 +++++++++++++++++++++----
2 files changed, 41 insertions(+), 10 deletions(-)
diff --git a/changes/en-us/2.6.0.md b/changes/en-us/2.6.0.md
index de6d6941f2..d033827b1f 100644
--- a/changes/en-us/2.6.0.md
+++ b/changes/en-us/2.6.0.md
@@ -23,6 +23,7 @@ Add changes here for all PR submitted to the 2.x branch.
- [[#7485](https://github.com/apache/incubator-seata/pull/7485)] Add http
request filter for seata-server
- [[#7509](https://github.com/apache/incubator-seata/pull/7509)] Reuse
connection to merge branch transactions
- [[#7492](https://github.com/apache/incubator-seata/pull/7492)] upgrade HTTP
client in common module to support HTTP/2
+- [[#7503](https://github.com/apache/incubator-seata/pull/7503)] support fory
serializer and fory undolog parser
- [[#7551](https://github.com/apache/incubator-seata/pull/7551)] XAUtils add
support for DM Database
- [[#7559](https://github.com/apache/incubator-seata/pull/7559)] Introduce
Cleanup API for TableMetaRefreshHolder Instance
- [[#7669](https://github.com/apache/incubator-seata/pull/7669)] add support
for Jackson serialization and deserialization of PostgreSQL array types
@@ -32,6 +33,7 @@ Add changes here for all PR submitted to the 2.x branch.
- [[#7851](https://github.com/apache/incubator-seata/pull/7851)] add support
for managing transaction groups
- [[#7857](https://github.com/apache/incubator-seata/pull/7857)] support
displaying cluster information in the console
- [[#7826](https://github.com/apache/incubator-seata/pull/7826)] Support
HTTP/2 response handling for the Watch API in Server Raft mode
+- [[#7863](https://github.com/apache/incubator-seata/pull/7863)] Exclude
namingserver and console module builds from build workflows with JDK versions
less than 25
- [[#7870](https://github.com/apache/incubator-seata/pull/7870)] upgrade the
namingserver and console modules to JDK 25 and SpringBoot 3.5, and add the
spring-ai dependency in the console module.
- [[#7872](https://github.com/apache/incubator-seata/pull/7872)] Automatically
calculate the values for JVM parameters
- [[#7876](https://github.com/apache/incubator-seata/pull/7876)] feature: add
MCP custom configuration and authentication code
@@ -41,15 +43,16 @@ Add changes here for all PR submitted to the 2.x branch.
### bugfix:
-- [[#6476](https://github.com/apache/seata/issues/6476)] Fix SerialArray
equals() method for multi-dimensional array comparison in Phase 2 rollback
+- [[#7471](https://github.com/apache/seata/issues/7471)] Fix SerialArray
equals() method for multi-dimensional array comparison in Phase 2 rollback
- [[#7482](https://github.com/apache/incubator-seata/pull/7482)] Github Action
workflow does not run the corresponding Kotlin test
- [[#7538](https://github.com/apache/incubator-seata/pull/7538)] unify
DmdbTimestamp comparison via UTC Instant to prevent rollback failure
- [[#7546](https://github.com/seata/seata/pull/7546)] fix client spring
version compatible
- [[#7505](https://github.com/apache/incubator-seata/pull/7505)] prevent Netty
I/O thread blocking by async channel release via reconnectExecutor
- [[#7563](https://github.com/apache/incubator-seata/pull/7563)] Fix NPE when
server-side filter is disabled and filter chain is null.
-- [[#7568](https://github.com/apache/incubator-seata/pull/7568)] Fix order()
behavior in GlobalTransactionalInterceptorHandler to ensure correct sorting of
invocation handlers
+- [[#7570](https://github.com/apache/incubator-seata/pull/7570)] Fix order()
behavior in GlobalTransactionalInterceptorHandler to ensure correct sorting of
invocation handlers
- [[#7596](https://github.com/apache/incubator-seata/pull/7596)] Fixed the
issue where deserialization failed when the xss filter obtained the default
keyword
- [[#7613](https://github.com/apache/incubator-seata/pull/7613)] Fixed the SQL
error in the datetime format time query in the global lock query
+- [[#7622](https://github.com/seata/seata/pull/7622)] adjust the order of
org.apache.seata.saga.rm.SagaResourceManage
- [[#7624](https://github.com/apache/incubator-seata/pull/7624)] fix the
compatibility issue of yml configuration files
- [[#7644](https://github.com/apache/incubator-seata/pull/7644)] fix the
compatibility issue of spotless when java 25
- [[#7662](https://github.com/apache/incubator-seata/pull/7662)] ensure
visibility of rm and The methods in MockTest are executed in order
@@ -64,7 +67,7 @@ Add changes here for all PR submitted to the 2.x branch.
- [[#7796](https://github.com/apache/incubator-seata/pull/7796)] fix the NPE
on ConsulConfigurationTest method
- [[#7839](https://github.com/apache/incubator-seata/pull/7839)] resolve
TransactionAutoConfiguration compatibility with Spring Boot 4.x
- [[#7843](https://github.com/apache/incubator-seata/pull/7843)] fix index
type misjudgment in Dm/KingbaseTableMetaCache
-- [[#7855](https://github.com/apache/incubator-seata/pull/7855)] fix comma
missing in package.json/min-document
+- [[#7856](https://github.com/apache/incubator-seata/pull/7856)] fix comma
missing in package.json/min-document
- [[#7860](https://github.com/apache/incubator-seata/pull/7860)] Fix the issue
where delayed messages in RocketMQ transactions were silently ignored, now
explicitly throwing an exception
- [[#7879](https://github.com/apache/incubator-seata/pull/7879)] fix:correct
server port and naming server port
- [[#7881](https://github.com/apache/incubator-seata/pull/7881)] the
vgroup_table in the SQL files of all databases should use a three-column unique
constraint
@@ -86,18 +89,23 @@ Add changes here for all PR submitted to the 2.x branch.
- [[#7614](https://github.com/seata/seata/pull/7614)] update README.md
- [[#7443](https://github.com/seata/seata/pull/7443)] Replace @LocalTCC with
@SagaTransactional in the saga annotation pattern
- [[#7645](https://github.com/seata/seata/pull/7645)] simplifying the relevant
transport.* configuration types
+- [[#7668](https://github.com/seata/seata/pull/7668)] correct variable name
typo in DeflaterUtil
- [[#7673](https://github.com/apache/incubator-seata/pull/7673)] bump
@babel/runtime from ^7.26.10 to ^7.27.0
- [[#7689](https://github.com/apache/incubator-seata/pull/7689)] optimize
source release
- [[#7711](https://github.com/apache/incubator-seata/pull/7711)] add fastjson
support for serialization and deserialization of PostgreSQL array types
- [[#7722](https://github.com/apache/incubator-seata/pull/7722)] optimize
serializer type meaning
+- [[#7739](https://github.com/apache/incubator-seata/pull/7739)] optimize
docker image building process
- [[#7741](https://github.com/apache/incubator-seata/pull/7741)] supports
publishing image based on JDK 25
- [[#7743](https://github.com/seata/seata/pull/7743)] upgrade Apache Tomcat
dependency from 9.0.108 to 9.0.109
- [[#7740](https://github.com/apache/incubator-seata/pull/7740)] enhance
HttpClient to support h2c
+- [[#7744](https://github.com/apache/incubator-seata/pull/7744)] upgrade
Apache Tomcat dependency from 9.0.109 to 9.0.110
+- [[#7751](https://github.com/apache/incubator-seata/pull/7751)] remove unused
dependency
- [[#7807](https://github.com/apache/incubator-seata/pull/7807)] support
mariadb 3.x
- [[#7781](https://github.com/apache/incubator-seata/pull/7781)] highlight
pmd-check log
- [[#7704](https://github.com/apache/incubator-seata/pull/7704)] fix frontend
security vulnerabilities
- [[#7710](https://github.com/apache/incubator-seata/pull/7710)] fix some
spell errors in code and comments
- [[#7721](https://github.com/apache/incubator-seata/pull/7721)] optimize
common module
+- [[#7768](https://github.com/apache/incubator-seata/pull/7768)] optimize
docker image building process
- [[#7809](https://github.com/apache/incubator-seata/pull/7809)] optimize
README.md
- [[#7813](https://github.com/apache/incubator-seata/pull/7813)] add decode
buffer limit
- [[#7822](https://github.com/apache/incubator-seata/pull/7822)] add the
request and response objects in HTTP thread context
@@ -108,7 +116,10 @@ Add changes here for all PR submitted to the 2.x branch.
- [[#7873](https://github.com/apache/incubator-seata/pull/7873)] upgrade
jacoco plugin version from 0.8.7 to 0.8.14 in order to adapt JDK25
- [[#7885](https://github.com/apache/incubator-seata/pull/7885)] replace fury
with fory
- [[#7884](https://github.com/apache/incubator-seata/pull/7884)] upgrade
tomcat-embed-core version to 11.0.10
+- [[#7888](https://github.com/apache/incubator-seata/pull/7888)] bump
org.apache.tomcat.embed:tomcat-embed-core
+- [[#7889](https://github.com/apache/incubator-seata/pull/7889)] bump
org.apache.tomcat.embed:tomcat-embed-core in /console
- [[#7894](https://github.com/apache/incubator-seata/pull/7894)] optimize
method and class names in the saga module
+- [[#7905](https://github.com/apache/incubator-seata/pull/7905)] format content
- [[#7909](https://github.com/apache/incubator-seata/pull/7909)] add comments
to the namingserver address configuration in console application file
- [[#7913](https://github.com/apache/incubator-seata/pull/7913)] remove
@author info
- [[#7931](https://github.com/apache/incubator-seata/pull/7931)] pin the
Spring version for namingserver and console
@@ -161,12 +172,14 @@ Add changes here for all PR submitted to the 2.x branch.
- [[#7802](https://github.com/apache/incubator-seata/pull/7802)] Fix
non-deterministic in `ConnectionContextProxyTest`.
- [[#7808](https://github.com/apache/incubator-seata/pull/7808)] Deflake
multiple Insert Executor tests by fixing order-dependent primary key (PK) value
comparison
- [[#7815](https://github.com/apache/incubator-seata/pull/7815)] test: fix
combine test to avoid failure due to ordering
+- [[#7819](https://github.com/apache/incubator-seata/pull/7819)] fix brittle
RPC status test
- [[#7827](https://github.com/apache/incubator-seata/pull/7827)] Fix
non-deteriministic in TableMetaTest#testGetPrimaryKeyOnlyName
- [[#7859](https://github.com/apache/incubator-seata/pull/7859)] Fix flaky
tests in MetadataTest caused by shared state and brittle toString assertions
- [[#7858](https://github.com/apache/incubator-seata/pull/7858)] Fix flakiness
in HttpTest.convertParamOfJsonStringTest caused by non-deterministic Map
iteration order
-- [[#7901](https://github.com/apache/incubator-seata/pull/7901)] add unit
tests for core module (LockStatus, MessageType, ProtocolConstants)
- [[#7874](https://github.com/apache/incubator-seata/pull/7874)] add unit
tests for DBType and RedisKeyConstants in core module
-- [[#7899](https://github.com/apache/incubator-seata/pull/7899)] add unit
tests for ConnectionContext class
+- [[#7900](https://github.com/apache/incubator-seata/pull/7900)] add unit
tests for ConnectionContext class
+- [[#7901](https://github.com/apache/incubator-seata/pull/7901)] add unit
tests for core module (LockStatus, MessageType, ProtocolConstants)
+- [[#7906](https://github.com/apache/incubator-seata/pull/7906)] add test for
Fury/Fory
- [[#7907](https://github.com/apache/incubator-seata/pull/7907)] test: fixes
CI errors caused by timing issues in ZkConfigurationTest
- [[#7912](https://github.com/apache/incubator-seata/pull/7912)] test: add
Antlr tests to improve test coverage
@@ -179,6 +192,7 @@ Add changes here for all PR submitted to the 2.x branch.
- [[#7719](https://github.com/apache/incubator-seata/pull/7719)] Replace
synchronized with ReentrantLock in AbstractNettyRemotingClient to support
virtual threads
- [[#7789](https://github.com/apache/incubator-seata/pull/7789)] rename
GROUP_UPDATE_TIME to GROUP_UPDATE_TERM in ClusterWatcherManager
- [[#7698](https://github.com/apache/incubator-seata/pull/7698)] refactor test
module
+- [[#7818](https://github.com/apache/incubator-seata/pull/7818)] run the HTTP
filter as a chain of responsibility
- [[#7904](https://github.com/apache/incubator-seata/pull/7904)] Unify HTTP
client utility to OkHttp3
@@ -186,7 +200,7 @@ Add changes here for all PR submitted to the 2.x branch.
- [[#7462](https://github.com/seata/seata/pull/7462)] improve TM module
Javadoc with comprehensive English documentation
- [[#7531](https://github.com/seata/seata/pull/7531)] Optimize the Readme and
change documents
-- [[#7569](https://github.com/seata/seata/pull/7569)] Add hyperlink to
CONTRIBUTING.md in pull request template
+- [[#7571](https://github.com/seata/seata/pull/7571)] Add hyperlink to
CONTRIBUTING.md in pull request template
- [[#7605](https://github.com/apache/incubator-seata/pull/7605)] Add the type
of registry as seata in application.yml
- [[#7625](https://github.com/apache/incubator-seata/pull/7625)] Polish
Javadoc for @EnableAutoDataSourceProxy and DefaultFailureHandlerImpl
- [[#7702](https://github.com/apache/incubator-seata/pull/7702)] change
"whether use" to "whether to use" for correct syntax.
diff --git a/changes/zh-cn/2.6.0.md b/changes/zh-cn/2.6.0.md
index 359dd4085f..eefb232bcc 100644
--- a/changes/zh-cn/2.6.0.md
+++ b/changes/zh-cn/2.6.0.md
@@ -23,6 +23,7 @@
- [[#7485](https://github.com/apache/incubator-seata/pull/7485)]
给seata-server端的http请求添加过滤器
- [[#7509](https://github.com/apache/incubator-seata/pull/7509)] 复用连接合并分支事务
- [[#7492](https://github.com/apache/incubator-seata/pull/7492)] 升级 common
模块中的 HTTP 客户端以支持 HTTP/2
+- [[#7503](https://github.com/apache/incubator-seata/pull/7503)] 支持fory序列化
- [[#7551](https://github.com/apache/incubator-seata/pull/7551)] XAUtils支持达梦数据库
- [[#7559](https://github.com/apache/incubator-seata/pull/7559)] 为
TableMetaRefreshHolder 实例引入清理 API
- [[#7669](https://github.com/apache/incubator-seata/pull/7669)] 添加对 Jackson
序列化和反序列化 PostgreSQL 数组类型的支持
@@ -32,6 +33,7 @@
- [[#7851](https://github.com/apache/incubator-seata/pull/7851)] 控制台支持事务分组管理能力
- [[#7857](https://github.com/apache/incubator-seata/pull/7857)] 控制台支持集群信息展示
- [[#7826](https://github.com/apache/incubator-seata/pull/7826)] 在 Server Raft
模式下,为 Watch API 提供对 HTTP/2 响应处理的支持
+- [[#7863](https://github.com/apache/incubator-seata/pull/7863)]
JDK25以下workflow不构建naming server和console模块
- [[#7870](https://github.com/apache/incubator-seata/pull/7870)]
将namingserver和console模块升级到JDK 25和SpringBoot 3.5, 并在console模块中添加spring-ai依赖。
- [[#7872](https://github.com/apache/incubator-seata/pull/7872)] 根据当前内存值自动计算
JVM 参数
- [[#7876](https://github.com/apache/incubator-seata/pull/7876)] feature:
添加MCP服务自定义配置属性和鉴权功能
@@ -41,15 +43,16 @@
### bugfix:
-- [[#6476](https://github.com/apache/seata/issues/6476)] 修复SerialArray
equals()方法在二阶段回滚中多维数组比较的问题
+- [[#7471](https://github.com/apache/seata/issues/7471)] 修复SerialArray
equals()方法在二阶段回滚中多维数组比较的问题
- [[#7482](https://github.com/apache/incubator-seata/pull/7482)] Github Action
工作流未运行相应的 Kotlin 测试
- [[#7538](https://github.com/apache/incubator-seata/pull/7538)]
统一DmdbTimestamp比较方式,通过UTC比较,以防止回滚失败
- [[#7546](https://github.com/seata/seata/pull/7546)] 修复客户端spring版本兼容
- [[#7505](https://github.com/apache/incubator-seata/pull/7505)] 通过使用
reconnectExecutor 异步释放 channel,防止阻塞 Netty I/O 线程
- [[#7563](https://github.com/apache/incubator-seata/pull/7563)]
修复在未开启服务端过滤器的状态下导致的过滤器链空指针异常
-- [[#7568](https://github.com/apache/incubator-seata/pull/7568)] 修复
GlobalTransactionalInterceptorHandler 中的 order() 方法行为,确保拦截器的正确排序
+- [[#7570](https://github.com/apache/incubator-seata/pull/7570)] 修复
GlobalTransactionalInterceptorHandler 中的 order() 方法行为,确保拦截器的正确排序
- [[#7596](https://github.com/apache/incubator-seata/pull/7596)]
修复xss过滤器获取默认关键字时反序列化失败的问题
- [[#7613](https://github.com/apache/incubator-seata/pull/7613)]
修复全局锁查询中的datetime时间格式时间查询sql错误
+- [[#7622](https://github.com/seata/seata/pull/7622)]
调整org.apache.seata.saga.rm.SagaResourceManage加载顺序
- [[#7624](https://github.com/apache/incubator-seata/pull/7624)]
修复yml配置文件中对于整数的兼容问题
- [[#7644](https://github.com/apache/incubator-seata/pull/7644)]
修复JAVA25时spotless的兼容性问题
- [[#7662](https://github.com/apache/incubator-seata/pull/7662)] 确保 rm 的可见性,并且
MockTest 中的方法按顺序执行
@@ -64,7 +67,7 @@
- [[#7796](https://github.com/apache/incubator-seata/pull/7796)] 修复 Consul
监听器空值 NPE 问题
- [[#7839](https://github.com/apache/incubator-seata/pull/7839)]
解决TransactionAutoConfiguration与Spring Boot 4.x的兼容性问题
- [[#7843](https://github.com/apache/incubator-seata/pull/7843)] 修复
Dm/KingbaseTableMetaCache 中的索引类型误判问题
-- [[#7855](https://github.com/apache/incubator-seata/pull/7855)]
修复package.json中min-document的逗号缺失
+- [[#7856](https://github.com/apache/incubator-seata/pull/7856)]
修复package.json中min-document的逗号缺失
- [[#7860](https://github.com/apache/incubator-seata/pull/7860)] 修复 RocketMQ
事务中延迟消息静默失效的问题,改为显式抛出异常
- [[#7879](https://github.com/apache/incubator-seata/pull/7879)]
修正服务器端口与命名服务器端口
- [[#7881](https://github.com/apache/incubator-seata/pull/7881)]
修复了除mysql之外其他数据库的sql文件关于vgroup_table的表,使用三列唯一索引以保证容灾迁移高可用
@@ -85,18 +88,23 @@
- [[#7614](https://github.com/seata/seata/pull/7614)] 更新 README.md
- [[#7443](https://github.com/seata/seata/pull/7443)]
将saga注释模式中的@LocalTCC替换为@SagaTransactional
- [[#7645](https://github.com/seata/seata/pull/7645)] 简化相关的 transport.* 配置项类型
+- [[#7668](https://github.com/seata/seata/pull/7668)] 优化DeflaterUtil变量名称
- [[#7673](https://github.com/apache/incubator-seata/pull/7673)] 升级
@babel/runtime ^7.26.10 到 ^7.27.0
- [[#7689](https://github.com/apache/incubator-seata/pull/7689)] 优化 source
release
- [[#7711](https://github.com/apache/incubator-seata/pull/7711)] 添加 fastjson 对
PostgreSQL 数组类型的序列化和反序列化的支持
- [[#7722](https://github.com/apache/incubator-seata/pull/7722)] 优化
SerializerType 枚举含义
+- [[#7739](https://github.com/apache/incubator-seata/pull/7739)] 优化 docker 镜像构建
- [[#7741](https://github.com/apache/incubator-seata/pull/7741)] 支持发布基于JDK
25的镜像
- [[#7743](https://github.com/seata/seata/pull/7743)] 将 Apache Tomcat 依赖项从
9.0.108 升级到 9.0.109
- [[#7740](https://github.com/apache/incubator-seata/pull/7740)]
优化http工具类使之支持h2c协议
+- [[#7744](https://github.com/apache/incubator-seata/pull/7744)] 将 Apache
Tomcat 依赖项从 9.0.109 升级到 9.0.110
+- [[#7751](https://github.com/apache/incubator-seata/pull/7751)] 移除无用依赖
- [[#7807](https://github.com/apache/incubator-seata/pull/7807)] 支持 mariadb 3.x
- [[#7781](https://github.com/apache/incubator-seata/pull/7781)] 高亮 pmd 检查日志信息
- [[#7704](https://github.com/apache/incubator-seata/pull/7704)] 修复前端依赖漏洞
- [[#7710](https://github.com/apache/incubator-seata/pull/7710)] 修复语法拼写错误
- [[#7721](https://github.com/apache/incubator-seata/pull/7721)] 优化common 模块
+- [[#7768](https://github.com/apache/incubator-seata/pull/7768)] 优化 docker 镜像构建
- [[#7809](https://github.com/apache/incubator-seata/pull/7809)] 优化 README.md
- [[#7813](https://github.com/apache/incubator-seata/pull/7813)] 增加解码buffer限制
- [[#7822](https://github.com/apache/incubator-seata/pull/7822)] 在 HTTP
线程上下文中添加请求和响应对象
@@ -107,7 +115,10 @@
- [[#7873](https://github.com/apache/incubator-seata/pull/7873)]
将Jacoco插件版本从0.8.7升级到0.8.14以适配JDK25
- [[#7885](https://github.com/apache/incubator-seata/pull/7885)] 替换 fury 至 fory
- [[#7884](https://github.com/apache/incubator-seata/pull/7884)] 将
tomcat-embed-core 版本升级到 11.0.10
+- [[#7888](https://github.com/apache/incubator-seata/pull/7888)]
升级namingserver模块org.apache.tomcat.embed:tomcat-embed-core
+- [[#7889](https://github.com/apache/incubator-seata/pull/7889)]
升级console模块org.apache.tomcat.embed:tomcat-embed-core
- [[#7894](https://github.com/apache/incubator-seata/pull/7894)]
优化saga模块中的方法名和类名
+- [[#7905](https://github.com/apache/incubator-seata/pull/7905)] 优化README文档
- [[#7909](https://github.com/apache/incubator-seata/pull/7909)]
在控制台配置文件中为namingserver地址配置添加注释
- [[#7913](https://github.com/apache/incubator-seata/pull/7913)] 移除 @author 信息
- [[#7931](https://github.com/apache/incubator-seata/pull/7931)]
固定namingserver和console的spring版本
@@ -161,9 +172,14 @@
- [[#7802](https://github.com/apache/incubator-seata/pull/7802)] 修复
`ConnectionContextProxyTest` 中锁键顺序不稳定导致的测试用例间歇性失败问题。
- [[#7808](https://github.com/apache/incubator-seata/pull/7808)] 修复多个 Insert
Executor 单测中因主键值比较顺序导致的间歇性失败问题
- [[#7815](https://github.com/apache/incubator-seata/pull/7815)]
通过合并测试来修复,避免因执行顺序导致的失败
+- [[#7819](https://github.com/apache/incubator-seata/pull/7819)]
修复RpcStatus单测失败问题
- [[#7827](https://github.com/apache/incubator-seata/pull/7827)] 修复
TableMetaTest 中因主键名称列表顺序不稳定导致的单测间歇性失败问题
- [[#7859](https://github.com/apache/incubator-seata/pull/7859)] 修复
`MetadataTest` 因共享状态与依赖 `toString()` 输出不稳定导致的测试用例间歇性失败问题
- [[#7858](https://github.com/apache/incubator-seata/pull/7858)] 修复
`HttpTest.convertParamOfJsonStringTest` 因 Map 遍历顺序不确定导致的测试用例间歇性失败问题
+- [[#7874](https://github.com/apache/incubator-seata/pull/7874)]
DBType和RedisKeyConstants增加单元测试
+- [[#7900](https://github.com/apache/incubator-seata/pull/7900)]
ConnectionContext增加单元测试
+- [[#7901](https://github.com/apache/incubator-seata/pull/7901)] LockStatus,
MessageType, ProtocolConstants增加单元测试
+- [[#7906](https://github.com/apache/incubator-seata/pull/7906)] Fury/Fory
增加单元测试
- [[#7907](https://github.com/apache/incubator-seata/pull/7907)] test:
修复ZkConfigurationTest的时序问题导致的ci错误
- [[#7912](https://github.com/apache/incubator-seata/pull/7912)] test: 添加
Antlr 测试以提高测试覆盖率
@@ -176,6 +192,7 @@
- [[#7688](https://github.com/seata/seata/pull/7688)] 增加 extensions 模块
- [[#7789](https://github.com/apache/incubator-seata/pull/7789)] 将
`GROUP_UPDATE_TIME` 重命名为 `GROUP_UPDATE_TERM`,更准确地反映其实际用途
- [[#7698](https://github.com/apache/incubator-seata/pull/7698)] 重构 test 模块
+- [[#7818](https://github.com/apache/incubator-seata/pull/7818)] 增加HTTP过滤器链
- [[#7904](https://github.com/apache/incubator-seata/pull/7904)]
统一http客户端工具类为okhttp3
@@ -183,7 +200,7 @@
- [[#7462](https://github.com/seata/seata/pull/7462)] 完善 TM 模块的
Javadoc,补充全面的英文文档说明。
- [[#7531](https://github.com/seata/seata/pull/7531)] 优化 Readme 和 change 文档
-- [[#7569](https://github.com/seata/seata/pull/7569)] 在拉取请求模板中添加
CONTRIBUTING.md 超链接
+- [[#7571](https://github.com/seata/seata/pull/7571)] 在拉取请求模板中添加
CONTRIBUTING.md 超链接
- [[#7605](https://github.com/apache/incubator-seata/pull/7605)]
在application.yml中增加了seata作为注册中心的注释
- [[#7625](https://github.com/apache/incubator-seata/pull/7625)] 改进
@EnableAutoDataSourceProxy 和 DefaultFailureHandlerImpl 的 Javadoc
- [[#7702](https://github.com/apache/incubator-seata/pull/7702)] 修复 JavaDoc
中的语法错误 将 "whether use" 改为 "whether to use"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]