Skip to content

Commit

Permalink
optimize: seata plugin jackson parser package name (apache#6487)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbxyyx authored Apr 22, 2024
1 parent 1ee8313 commit 314b609
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions changes/en-us/2.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,10 @@ Add changes here for all PR submitted to the 2.x branch.
retry mechanism
- [[#6387](https://github.com/apache/incubator-seata/pull/6387)] optimize tcc use compatible
- [[#6402](https://github.com/apache/incubator-seata/pull/6402)] optimize rm-datasource use compatible
- [[#6419](https://github.com/apache/incubator-seata/pull/6419)] optimize integration-tx-api compatibl
- [[#6442](https://github.com/apache/incubator-seata/pull/6442)] clarify if conditions

### refactor:
- [[#6269](https://github.com/apache/incubator-seata/pull/6269)] standardize Seata Exception
- [[#6419](https://github.com/apache/incubator-seata/pull/6419)] optimize integration-tx-api compatible
- [[#6427](https://github.com/apache/incubator-seata/pull/6427)] support spi、saga、spring module compatible
- [[#6442](https://github.com/apache/incubator-seata/pull/6442)] clarify if conditions
- [[#6487](https://github.com/apache/incubator-seata/pull/6487)] fix typo and package name

### refactor:
- [[#6269](https://github.com/apache/incubator-seata/pull/6269)] standardize Seata Exception
Expand Down
2 changes: 1 addition & 1 deletion changes/zh-cn/2.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
- [[#6419](https://github.com/apache/incubator-seata/pull/6419)] 优化integration-tx-api向下兼容
- [[#6427](https://github.com/apache/incubator-seata/pull/6427)] 支持spi、saga、spring模块的向下兼容
- [[#6442](https://github.com/apache/incubator-seata/pull/6442)] 阐明 if

- [[#6487](https://github.com/apache/incubator-seata/pull/6487)] 修复错误包名以及单词

### refactor:
- [[#6269](https://github.com/apache/incubator-seata/pull/6269)] 统一Seata异常规范
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public void serialize(oracle.sql.TIMESTAMP timestamp, JsonGenerator gen, Seriali
try {
gen.writeBinary(timestamp.getBytes());
} catch (IOException e) {
LOGGER.error("serialize oralce.sql.Timestamp error : {}", e.getMessage(), e);
LOGGER.error("serialize oracle.sql.Timestamp error : {}", e.getMessage(), e);
}
}
};
Expand Down

0 comments on commit 314b609

Please sign in to comment.