Skip to content

Releases: sofastack/sofa-ark

v3.0.7 (jdk17)

14 Jul 02:30
5fb3ca2
Compare
Choose a tag to compare

新 feature

  • 模块安装失败不自动卸载,保留 broken 的模块实例 by @gaosaroma in #939
  • 静态合并部署增加用户自定义扩展能力,可自定义模块jar包获取来源 by @gaosaroma in #949

改进或错误修复


New Features

  • Do not automatically uninstall on module installation failure; retain broken module instances by @gaosaroma in #939
  • Added user-defined extension capabilities for static merged deployment, allowing customization of module JAR source by @gaosaroma in #949

Improvements or Bug Fixes

New Contributors

Full Changelog: v3.0.6...v3.0.7

v2.2.12

14 Jul 02:27
14ce5bd
Compare
Choose a tag to compare

新 feature

  • 模块安装失败不自动卸载,保留 broken 的模块实例 by @gaosaroma in #939
  • 静态合并部署增加用户自定义扩展能力,可自定义模块jar包获取来源 by @gaosaroma in #949

改进或错误修复


New Features

  • Do not automatically uninstall on module installation failure; retain broken module instances by @gaosaroma in #939
  • Added user-defined extension capabilities for static merged deployment, allowing customization of module JAR source by @gaosaroma in #949

Improvements or Bug Fixes

New Contributors

Full Changelog: v2.2.11...v2.2.12

v3.1.4 (jdk17 & jdk21)

05 Jun 23:38
c57c384
Compare
Choose a tag to compare

改进或错误修复


Improvements or Bug Fixes

New Contributors

Full Changelog: v3.1.3...v3.1.4

v3.0.6 (jdk17)

05 Jun 23:36
44f6985
Compare
Choose a tag to compare

改进或错误修复


Improvements or Bug Fixes

New Contributors

Full Changelog: v3.0.5...v3.0.6

v2.2.11

27 May 09:04
6493494
Compare
Choose a tag to compare

改进或错误修复


Improvements or Bug Fixes

New Contributors

Full Changelog: v2.2.10...v2.2.11

v3.1.3 (jdk17 & jdk21)

06 May 08:12
e323686
Compare
Choose a tag to compare

功能特性

  • 增加模块jar包删除的原子性 by @xymak in #907
  • 确保模块 web api 启动与运行时 classLoader 保持一致,统一为 BizClassLoader by @lvjing2 in #913

改进或错误修复

  • 模块构建时支持自定义 outputFile by @lvjing2 in #919 #920
  • 修复 web 相关单测启动时无法找到 tomcat 类 by @lvjing2 in #915
  • 修复 web 卸载时报这个错误 "The host does not contain a Context" by @lvjing2 in #909
  • 修复无法上传测试覆盖率问题 by @lvjing2 in #917
  • Bump org.eclipse.jgit:org.eclipse.jgit from 5.9.0.202009080501-r to 5.13.3.202401111512-r in /sofa-ark-bom by @dependabot in #905

Features

  • Improved the atomicity of module JAR package deletion by @xymak in #907
  • Ensured classLoader consistency for module web API during startup and runtime, unified as BizClassLoader by @lvjing2 in #913

Improvements or Bugs

  • Supported customization of outputFile during module build by @lvjing2 in #919 #920
  • Fixed the issue where tomcat classes could not be found during the startup of web-related unit tests by @lvjing2 in #915
  • Fixed the error "The host does not contain a Context" that occurred during web module unloading by @lvjing2 in #909
  • Fixed the issue of being unable to upload test coverage by @lvjing2 in #917
  • Bumped org.eclipse.jgit:org.eclipse.jgit from 5.9.0.202009080501-r to 5.13.3.202401111512-r in /sofa-ark-bom by @dependabot in #905

New Contributors

Full Changelog: v2.2.9...v2.2.10

v3.0.5 (jdk17)

06 May 08:11
3ad5097
Compare
Choose a tag to compare

功能特性

  • 增加模块jar包删除的原子性 by @xymak in #907
  • 确保模块 web api 启动与运行时 classLoader 保持一致,统一为 BizClassLoader by @lvjing2 in #913

改进或错误修复

  • 模块构建时支持自定义 outputFile by @lvjing2 in #919 #920
  • 修复 web 相关单测启动时无法找到 tomcat 类 by @lvjing2 in #915
  • 修复 web 卸载时报这个错误 "The host does not contain a Context" by @lvjing2 in #909
  • 修复无法上传测试覆盖率问题 by @lvjing2 in #917
  • Bump org.eclipse.jgit:org.eclipse.jgit from 5.9.0.202009080501-r to 5.13.3.202401111512-r in /sofa-ark-bom by @dependabot in #905

Features

  • Improved the atomicity of module JAR package deletion by @xymak in #907
  • Ensured classLoader consistency for module web API during startup and runtime, unified as BizClassLoader by @lvjing2 in #913

Improvements or Bugs

  • Supported customization of outputFile during module build by @lvjing2 in #919 #920
  • Fixed the issue where tomcat classes could not be found during the startup of web-related unit tests by @lvjing2 in #915
  • Fixed the error "The host does not contain a Context" that occurred during web module unloading by @lvjing2 in #909
  • Fixed the issue of being unable to upload test coverage by @lvjing2 in #917
  • Bumped org.eclipse.jgit:org.eclipse.jgit from 5.9.0.202009080501-r to 5.13.3.202401111512-r in /sofa-ark-bom by @dependabot in #905

New Contributors

Full Changelog: v3.0.4...v3.0.5

v2.2.10

30 Apr 13:12
59a1d57
Compare
Choose a tag to compare

功能特性

  • 增加模块jar包删除的原子性 by @xymak in #907
  • 确保模块 web api 启动与运行时 classLoader 保持一致,统一为 BizClassLoader by @lvjing2 in #913

改进或错误修复

  • 模块构建时支持自定义 outputFile by @lvjing2 in #919 #920
  • 修复 web 相关单测启动时无法找到 tomcat 类 by @lvjing2 in #915
  • 修复 web 卸载时报这个错误 "The host does not contain a Context" by @lvjing2 in #909
  • 修复无法上传测试覆盖率问题 by @lvjing2 in #917
  • Bump org.eclipse.jgit:org.eclipse.jgit from 5.9.0.202009080501-r to 5.13.3.202401111512-r in /sofa-ark-bom by @dependabot in #905

Features

  • Improved the atomicity of module JAR package deletion by @xymak in #907
  • Ensured classLoader consistency for module web API during startup and runtime, unified as BizClassLoader by @lvjing2 in #913

Improvements or Bugs

  • Supported customization of outputFile during module build by @lvjing2 in #919 #920
  • Fixed the issue where tomcat classes could not be found during the startup of web-related unit tests by @lvjing2 in #915
  • Fixed the error "The host does not contain a Context" that occurred during web module unloading by @lvjing2 in #909
  • Fixed the issue of being unable to upload test coverage by @lvjing2 in #917
  • Bumped org.eclipse.jgit:org.eclipse.jgit from 5.9.0.202009080501-r to 5.13.3.202401111512-r in /sofa-ark-bom by @dependabot in #905

New Contributors

Full Changelog: v2.2.9...v2.2.10

v3.1.2 for jdk17 & jdk21

07 Apr 11:43
0a16a4e
Compare
Choose a tag to compare

功能特性

改进或错误修复

  • 修复ark容器中无ark container日志问题,详见 #891 #894 by @lvjing2
  • 改进artifact id的精确解析,详见 #878 by @lvjing2
  • 修复ark插件导出不必要包的问题,详见 #877 by @lvjing2
  • 简化从jar中解析artifact id的流程,详见 #876 by @lvjing2
  • 修复单个bundle分析pom时不显示maven树的问题,详见 #864 by @lvjing2
  • 添加文件未找到时的日志,详见 #874 by @lvjing2
  • 将ch.qos.logback:logback-classic从1.2.9升级到1.2.13版,在/sofa-ark-bom中,详见 #852 by @dependabot

Features

Improvements or Bugs

New Contributors

Full Changelog: v2.2.8...v2.2.9

v3.0.4 for jdk17

07 Apr 11:42
9adc994
Compare
Choose a tag to compare

功能特性

改进或错误修复

  • 修复ark容器中无ark container日志问题,详见 #891 #894 by @lvjing2
  • 改进artifact id的精确解析,详见 #878 by @lvjing2
  • 修复ark插件导出不必要包的问题,详见 #877 by @lvjing2
  • 简化从jar中解析artifact id的流程,详见 #876 by @lvjing2
  • 修复单个bundle分析pom时不显示maven树的问题,详见 #864 by @lvjing2
  • 添加文件未找到时的日志,详见 #874 by @lvjing2
  • 将ch.qos.logback:logback-classic从1.2.9升级到1.2.13版,在/sofa-ark-bom中,详见 #852 by @dependabot

Features

Improvements or Bugs

New Contributors

Full Changelog: v2.2.8...v2.2.9