Skip to content

Commit 314b609

Browse files
authored
optimize: seata plugin jackson parser package name (#6487)
1 parent 1ee8313 commit 314b609

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

changes/en-us/2.x.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,10 @@ Add changes here for all PR submitted to the 2.x branch.
114114
retry mechanism
115115
- [[#6387](https://github.com/apache/incubator-seata/pull/6387)] optimize tcc use compatible
116116
- [[#6402](https://github.com/apache/incubator-seata/pull/6402)] optimize rm-datasource use compatible
117-
- [[#6419](https://github.com/apache/incubator-seata/pull/6419)] optimize integration-tx-api compatibl
118-
- [[#6442](https://github.com/apache/incubator-seata/pull/6442)] clarify if conditions
119-
120-
### refactor:
121-
- [[#6269](https://github.com/apache/incubator-seata/pull/6269)] standardize Seata Exception
122117
- [[#6419](https://github.com/apache/incubator-seata/pull/6419)] optimize integration-tx-api compatible
123118
- [[#6427](https://github.com/apache/incubator-seata/pull/6427)] support spi、saga、spring module compatible
119+
- [[#6442](https://github.com/apache/incubator-seata/pull/6442)] clarify if conditions
120+
- [[#6487](https://github.com/apache/incubator-seata/pull/6487)] fix typo and package name
124121

125122
### refactor:
126123
- [[#6269](https://github.com/apache/incubator-seata/pull/6269)] standardize Seata Exception

changes/zh-cn/2.x.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
- [[#6419](https://github.com/apache/incubator-seata/pull/6419)] 优化integration-tx-api向下兼容
119119
- [[#6427](https://github.com/apache/incubator-seata/pull/6427)] 支持spi、saga、spring模块的向下兼容
120120
- [[#6442](https://github.com/apache/incubator-seata/pull/6442)] 阐明 if
121-
121+
- [[#6487](https://github.com/apache/incubator-seata/pull/6487)] 修复错误包名以及单词
122122

123123
### refactor:
124124
- [[#6269](https://github.com/apache/incubator-seata/pull/6269)] 统一Seata异常规范
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public void serialize(oracle.sql.TIMESTAMP timestamp, JsonGenerator gen, Seriali
5959
try {
6060
gen.writeBinary(timestamp.getBytes());
6161
} catch (IOException e) {
62-
LOGGER.error("serialize oralce.sql.Timestamp error : {}", e.getMessage(), e);
62+
LOGGER.error("serialize oracle.sql.Timestamp error : {}", e.getMessage(), e);
6363
}
6464
}
6565
};

0 commit comments

Comments
 (0)