문제

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>
도움이 되었습니까?

해결책

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).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top