Skip to content

Commit

Permalink
update compatibility notes
Browse files Browse the repository at this point in the history
  • Loading branch information
areyouok committed Sep 9, 2023
1 parent ba876b1 commit f8c11c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/CN/Compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jetcache在以下spring/spring-boot版本下通过了测试,如果你只用部
# 兼容性改动说明
## 2.7.4
* 默认传递依赖spring-boot 3.1.3,spring-framework 6.0.11,slf4j-api 2.x
* 移除了javax.annotation:javax.annotation-api这个依赖,如果你用了@PostConstruct等注解,可能需要自己加上这个依赖

## 2.7.2
* 更新了redisson的编码方式,和2.7.1不兼容
Expand Down
1 change: 1 addition & 0 deletions docs/EN/Compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jetcache tested with below spring/spring-boot versions
# compatible change notes
## 2.7.4
* use spring-boot 3.1.3, spring-framework 6.0.11, slf4j-api 2.x as default
* remove javax.annotation:javax.annotation-api, if you use @PostConstruct, you may need to add this dependency by yourself

## 2.7.2
* update encoder/decoder of redisson, not compatible with 2.7.1
Expand Down

0 comments on commit f8c11c5

Please sign in to comment.