Skip to content

Releases: sofastack/sofa-ark

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加载

v2.0.0

15 Apr 09:55
641923c
Compare
Choose a tag to compare
  • sofa-ark支持以spring-boot/sofa-boot原生启动
  • 添加sofaboot-ark-plugin

v1.1.6

26 Dec 06:01
ca15fc8
Compare
Choose a tag to compare
  • 支持插件扩展,通过宿主动态扩展指定plugin 依赖和导出关系
  • sofa-ark-manve-plugin 支持打包按规则排除依赖(biz 瘦身 from file)
  • 迁移 CI

v1.1.5

23 Oct 06:18
fd43181
Compare
Choose a tag to compare
  • 修复web 模块并发安装问题
  • 修复支持web环境测试 webContext 默认为 null 导致的 NPE 问题

v1.1.4

08 Sep 14:09
8d1d642
Compare
Choose a tag to compare
  • 支持动态替换 biz name #389
  • TestClassLoader 导出 mokito 包以支持 mokito 测试框架 #393
  • 修复 AfterBizStopEvent 事件处理时机问题导致的 NPE #392
  • 修复 web 模块卸载问题 #396
  • 支持 ark telnet 使用安全模式启动 #382

v.1.1.1

01 Mar 07:32
45e3a09
Compare
Choose a tag to compare
  • 支持 sofa-ark-maven-plugin 打包指定外部 bizName
  • biz 卸载时删除临时文件