File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,12 @@ Time zone of version release date: **UTC+8**
1818
1919## kavaref-core
2020
21- ### 1.0.1 | 2025.07.06 &ensp ; <Badge type =" tip " text =" latest " vertical =" middle " />
21+ ### 1.0.2 | 2025.09.23 &ensp ; <Badge type =" tip " text =" latest " vertical =" middle " />
22+
23+ - Remove the ` org.slf4j:slf4j-simple ` dependency to fix conflict issues in SpringBoot projects
24+ - Remove the deprecated ` T.resolve() ` method to avoid its scope contamination. If you still haven't migrated, please follow the documentation instructions to migrate to ` T.asResolver() `
25+
26+ ### 1.0.1 | 2025.07.06 &ensp ; <Badge type =" warning " text =" stale " vertical =" middle " />
2227
2328- ` T.resolve() ` has been deprecated because it has namespace pollution problems. It is now recommended to migrate to ` T.asResolver() `
2429- Removed the residual ` block ` method in ` KavaRef ` . If this method is used, you can manually implement it with ` apply `
Original file line number Diff line number Diff line change 1010
1111## kavaref-core
1212
13- ### 1.0.1 | 2025.07.06 &ensp ; <Badge type =" tip " text =" 最新 " vertical =" middle " />
13+ ### 1.0.2 | 2025.09.23 &ensp ; <Badge type =" tip " text =" 最新 " vertical =" middle " />
14+
15+ - 移除 ` org.slf4j:slf4j-simple ` 依赖以修复在 SpringBoot 项目中引起的冲突问题
16+ - 移除已被弃用的 ` T.resolve() ` 方法避免其污染作用域,如果仍未迁移,请按照文档指引迁移到 ` T.asResolver() `
17+
18+ ### 1.0.1 | 2025.07.06 &ensp ; <Badge type =" warning " text =" 过旧 " vertical =" middle " />
1419
1520- ` T.resolve() ` 已被弃用,因为其存在命名空间污染问题,现在推荐迁移到 ` T.asResolver() `
1621- 移除了 ` KavaRef ` 中存在的残留 ` block ` 方法,如果有用到此类方法,你可以手动使用 ` apply ` 来实现
Original file line number Diff line number Diff line change 22project.name =KavaRef
33project.url =https://github.com/HighCapable/KavaRef
44project.groupName =com.highcapable.kavaref
5- project.kavaref-core.version ="1.0.1 "
5+ project.kavaref-core.version ="1.0.2 "
66project.kavaref-extension.version ="1.0.1"
77project.samples-kavaref-demo.groupName =${project.groupName}.demo
88project.samples-kavaref-demo.version =universal
You can’t perform that action at this time.
0 commit comments