Releases: sofastack/sofa-ark
Releases · sofastack/sofa-ark
v2.2.3
- 支持模块使用jdk17构建
- biz打包插件支持禁止打包git信息
v2.2.2
- 修复JDK17模块化特性下,biz创建cglib代理类问题
v2.2.1
- Support plugin exclude url
- No hard code for declaredMode
v2.2.0
- Support jdk17
v2.1.3
3.16 迭代 Release 版本号:2.1.3
版本性质:6 个月短期维护版本
当前 24 个月长期维护版本(LTS 版本):2.1.0
3.16 迭代周期:
2.16 - 3.18:完成开发,进入提测,来不及的特性放到下一个迭代。
3.20 - 3.21:完成质量验收。
3.21 - 3.22:完成新版本发布。
2.1.3 版本特性和优化:
1、declaredMode 改进优化:#626
1)if can't parse artifact Id from url, then just set as unique, and declared
2)set default as declared if can't find artifact
3)add search pom.properties from local directory, if not from target/test-classes, target/classes
4)optimize parse artifact in one method, support 7 kinds of url
5)cache the artifact parse result for local class path.
v2.1.2
v2.1.0
- SOFA-Ark 2.0 supports static combine deployment
- Support recording git information when the module is packaged and built
- Fix: the module code package cannot be deleted after decompression and loading
- Fix: the user log configuration fails due to early initialization of the log component
- DeclaredMode performs mvn tree optimization
- ExcludeArtifactIds supports wildcards
v2.0.6
v2.0.3
v2.0.1
- 默认 ClassLoaderHook 委托加载支持资源委托
- 模块打包插件运维通过 declaredMode, 设置只允许模块里声明过的依赖才可以委托给基座或plugin加载