Skip to content

Releases: sofastack/sofa-ark

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

v2.2.9

07 Apr 11:23
ca7ff81
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.1.1 for jdk17

28 Mar 11:32
1d3ec26
Compare
Choose a tag to compare

Features

Improvements or Bugs

New Contributors

Full Changelog: v3.1.0...v3.1.1

v3.0.3 for jdk17

28 Mar 11:30
35985ed
Compare
Choose a tag to compare

Features

Improvements or Bugs

New Contributors

Full Changelog: v3.0.2...v3.0.3

v2.2.8

07 Mar 01:39
972ed2d
Compare
Choose a tag to compare

Features

Improvements or Bugs

New Contributors

Full Changelog: v2.2.7...v2.2.8