Skip to content

Commit

Permalink
⬆️ Upgrading dependencies. seata 1.7.0 use jackson
Browse files Browse the repository at this point in the history
  • Loading branch information
lbw committed Dec 6, 2023
1 parent be287ca commit 009bb6f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
8 changes: 1 addition & 7 deletions pig-common/pig-common-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<mybatis-plus.version>3.5.4</mybatis-plus.version>
<mysql.version>8.0.33</mysql.version>
<dynamic-ds.version>4.2.0</dynamic-ds.version>
<seata.version>1.6.1</seata.version>
<seata.version>1.7.0</seata.version>
<excel.version>3.1.0</excel.version>
<asm.version>7.1</asm.version>
<sms.version>3.0.0</sms.version>
Expand Down Expand Up @@ -147,12 +147,6 @@
<artifactId>aliyun-sms-spring-boot-starter</artifactId>
<version>${sms.version}</version>
</dependency>
<!-- seata kryo 序列化-->
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-serializer-kryo</artifactId>
<version>${seata.version}</version>
</dependency>
<!--orm 相关-->
<dependency>
<groupId>com.baomidou</groupId>
Expand Down
5 changes: 0 additions & 5 deletions pig-common/pig-common-seata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,5 @@
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-seata</artifactId>
</dependency>
<!-- seata kryo 序列化-->
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-serializer-kryo</artifactId>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ seata:
tm-rollback-retry-count: 3 # 一阶段全局回滚结果上报TC重试次数(默认1次,建议大于1)
undo:
data-validation: true # 二阶段回滚镜像校验(默认true开启)
log-serialization: kryo # undo序列化方式(默认jackson 不支持 LocalDateTime)
log-serialization: jackson # undo序列化方式(默认jackson 不支持 LocalDateTime)
log-table: undo_log # 自定义undo表名(默认undo_log)
log:
exceptionRate: 100 # 日志异常输出概率(默认100)
Expand Down

0 comments on commit 009bb6f

Please sign in to comment.