dragonwell-project / dragonwell21

GNU General Public License v2.0
61 stars 18 forks source link

请问dragonwell21的版本号命名规则是什么?是怎么对应到openjdk代码的版本。谢谢 #49

Open haroldyong opened 3 months ago

haroldyong commented 3 months ago
java -version
openjdk version "21.0.2.0.2" 2024-01-16
OpenJDK Runtime Environment (Alibaba Dragonwell Standard Edition)-21.0.2.0.2+13-GA (build 21.0.2.0.2)
OpenJDK 64-Bit Server VM (Alibaba Dragonwell Standard Edition)-21.0.2.0.2+13-GA (build 21.0.2.0.2, mixed mode, sharing)

上面这个是我从Wiki中的下载文档中下载的。那么我理解是对应到 tag “dragonwell-standard-21.0.2.0.2+13_jdk-21.0.2-ga”

然后问题就来了。在openjdk的仓库 https://github.com/openjdk/jdk/ 中,这个是对应到哪个tag了? image 谢谢指导

haroldyong commented 3 months ago

是遵循这个规范嘛 ? https://openjdk.org/jeps/322