From f8c11c5986ca196d3f9b0222f568bb65653449c9 Mon Sep 17 00:00:00 2001 From: huangli Date: Sat, 9 Sep 2023 12:00:37 +0800 Subject: [PATCH] update compatibility notes --- docs/CN/Compatibility.md | 1 + docs/EN/Compatibility.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/CN/Compatibility.md b/docs/CN/Compatibility.md index c7f1d84e..106484a8 100644 --- a/docs/CN/Compatibility.md +++ b/docs/CN/Compatibility.md @@ -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不兼容 diff --git a/docs/EN/Compatibility.md b/docs/EN/Compatibility.md index 084c94d8..ba46cf5b 100644 --- a/docs/EN/Compatibility.md +++ b/docs/EN/Compatibility.md @@ -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