]
Emmanuel Bernard moved ANN-703 to HV-51:
----------------------------------------
Affects Version/s: (was: 3.3.1.CR1)
3.0.0.ga
Fix Version/s: (was: 3.3.1)
Component/s: (was: validator)
Key: HV-51 (was: ANN-703)
Project: Hibernate Validator (was: Hibernate Annotations)
@Past and @Future should support inclusive and exclusive boundaries
-------------------------------------------------------------------
Key: HV-51
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HV-51
Project: Hibernate Validator
Issue Type: Improvement
Affects Versions: 3.0.0.ga
Reporter: Dan Allen
Attachments: FutureValidator.java, PastValidator.java
Original Estimate: 2 hours
Remaining Estimate: 2 hours
The @Future and @Past annotations do not offer a way to include the current date in the
range, operating under the pretense of an exclusive boundary condition. The current date
is often needed in the range. For instance, a registration date can be today or any time
in the future. You might have recorded an observation today or any time in the past.
My suggestion is to add an attribute named "inclusive" which implies that the
current date is included.
@Future(inclusive = true)
@Past(inclusive = true)
Feel free to use another name for the attribute. The default, of course, is false for
backwards compatibility.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: