为什么 Hibernate 推出新版本的 JPA2 API?
运行 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道为什么要更新,但更新了什么:添加了 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)