Hibernate 验证器问题跟踪

发布于 2024-08-19 01:17:21 字数 505 浏览 6 评论 0原文

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 技术交流群。

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

发布评论

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

评论(1

司马昭之心 2024-08-26 01:17:21

如果问题显示状态:打开,则表明问题尚未得到解决。 修复版本字段表明它已安排在 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).

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