Skip to content

Releases: sofastack/sofa-ark

v3.0.2

06 Feb 03:17
7747913
Compare
Choose a tag to compare

What is v3.0.2

This is for jdk 17 + springboot 3.0.x and 3.1.x, if you want version for jdk8, please check v2.2.7

What's Changed

Full Changelog: v2.2.6...v3.0.2

v2.2.7 for jdk8

18 Jan 06:49
df7a26a
Compare
Choose a tag to compare

Improvements or Bugs

v2.2.6

04 Jan 03:55
c394266
Compare
Choose a tag to compare

Features

Improvements or Bugs

v2.2.5

12 Dec 06:44
8b08d0c
Compare
Choose a tag to compare

Features

Improvements or Bugs

New Contributors

@Duan-0916 made their first contribution in #797

v2.2.4

14 Nov 01:33
dab06bb
Compare
Choose a tag to compare

Features

Improvements or Bugs

New Contributors

@qixiaobo made their first contribution in #760
@lbj1104026847 made their first contribution in #749
@zhushikun made their first contribution in #744
@hustchaya made their first contribution in #762
@compasty made their first contribution in #748

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.