Hibernate 验证器问题跟踪
Hibernate 验证器问题跟踪器似乎表明我存在一个特定的问题面临已修复 - 但我仍然受到这个问题的困扰,我们使用的是最新版本(4.0.2)。
更改历史记录和摘要似乎表明此问题已在 3.2.0 中修复,但另一方面,问题状态被列为“开放”。
任何人都可以澄清吗?
这是我们正在使用的 Maven 条目:
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<version>4.0.2.GA</version>
</dependency>
The Hibernate validator issues tracker appears to indicate that a particular issue I am facing is fixed - but I am still suffering from this issue and we're on the latest version (4.0.2).
The change history and summary seem to indicate this was fixed in 3.2.0 but then on the other hand the issue status is listed as "open"..
Can anyone clarify?
This is the Maven entry we're using:
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<version>4.0.2.GA</version>
</dependency>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果问题显示状态:打开,则表明问题尚未得到解决。 修复版本字段表明它已安排在 3.2.0 中,但显然这没有发生(事实上它还显示未分配)。
If the issue says Status: Open then it hasn't been fixed. The Fix Version field suggests it had been scheduled for 3.2.0, but clearly that didn't happen (in fact it also says Unassigned).