Skip to content

Releases: sofastack/sofa-ark

v2.2.3

14 Sep 09:10
aa0faa8
Compare
Choose a tag to compare
  1. 支持模块使用jdk17构建
  2. biz打包插件支持禁止打包git信息

v2.2.2

28 Aug 13:07
36f8ec3
Compare
Choose a tag to compare
  1. 修复JDK17模块化特性下,biz创建cglib代理类问题

v2.2.1

27 Jul 08:40
9b57a54
Compare
Choose a tag to compare
  1. Support plugin exclude url
  2. No hard code for declaredMode

v2.2.0

25 Jul 11:56
dbc256b
Compare
Choose a tag to compare
  1. Support jdk17

v2.1.3

23 Mar 06:55
3b7b664
Compare
Choose a tag to compare

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

07 Mar 09:45
993ff19
Compare
Choose a tag to compare
  1. ark maven plugin scan all module libraries
  2. when libraries duplicated with different version in base and module, only using libs in the module.

v2.1.0

13 Jan 10:19
ee3213f
Compare
Choose a tag to compare
  1. SOFA-Ark 2.0 supports static combine deployment
  2. Support recording git information when the module is packaged and built
  3. Fix: the module code package cannot be deleted after decompression and loading
  4. Fix: the user log configuration fails due to early initialization of the log component
  5. DeclaredMode performs mvn tree optimization
  6. ExcludeArtifactIds supports wildcards

v2.0.6

17 Oct 14:11
8c31e4d
Compare
Choose a tag to compare
  1. update maven versions,package biz with maven dependency:tree support customized repository path
  2. base NOT_FOUND add ClassNotFound singleton

v2.0.3

19 Jul 06:39
29fe6e4
Compare
Choose a tag to compare
  • 默认 ClassLoaderHook 委托加载支持资源委托
  • 模块打包插件运维通过 declaredMode, 设置只允许模块里声明过的依赖才可以委托给基座或plugin加载

v2.0.1

20 Jun 10:46
3a3f8ff
Compare
Choose a tag to compare
  • 默认 ClassLoaderHook 委托加载支持资源委托
  • 模块打包插件运维通过 declaredMode, 设置只允许模块里声明过的依赖才可以委托给基座或plugin加载