为什么 Hibernate 推出新版本的 JPA2 API?

发布于 2024-12-09 19:37:10 字数 258 浏览 0 评论 0原文

运行 Maven 的版本插件,我发现以下内容:

[INFO]   org.hibernate.javax.persistence:hibernate-jpa-2.0-api ...
[INFO]                                               1.0.0.Final -> 1.0.1.Final

任何人都知道为什么这个工件从 1.0.0 升级到 1.0.1?可以去哪里了解更多信息?

Running the versions plugin for Maven, I found the following:

[INFO]   org.hibernate.javax.persistence:hibernate-jpa-2.0-api ...
[INFO]                                               1.0.0.Final -> 1.0.1.Final

Anyone have any idea why this artifact was upgraded from 1.0.0 to 1.0.1? Where one can go to learn more?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

无戏配角 2024-12-16 19:37:10

我不知道为什么要更新,但更新了什么:添加了 Eclipse Public License v1.0 和 Eclipse Distribution License v.1.0。这会在每个文件中生成 licence.txt 和 readme.txt 以及新的标头部分。

我对来源进行了比较。所以来源是相同的(除了注释),但编译的结果当然可以不同。刚刚检查了 javax/persistence.LockModeType.class,唯一的区别在于 LineNumberTable (这是预期的,因为添加了注释到源代码中)

I cannot tell why it was updated, but what was updated: Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0 was added. This produced licence.txt and readme.txt and new header section in every file.

I made diff to sources. So sources are same (except comments), but result of compilation can of course be different. Just checked javax/persistence.LockModeType.class, only difference is in LineNumberTable (which is expected, because of comments added to source)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文