[ 
http://issues.apache.org/jira/browse/VALIDATOR-192?page=comments#action_12418891
 ] 

Niall Pemberton commented on VALIDATOR-192:
-------------------------------------------

Thanks for the patch but I would prefer if this wasn't done - in my mind there 
are two parts to Commons Validator - a framework and the validation routines 
and its one of my goals to see these clearly separated with the "routines" able 
to stand on their own with no dependency on the framework or anything else. As 
part of this process I started a new "routines" package (in Validator 1.3.0) 
with a new set of date/time/number routines:

http://jakarta.apache.org/commons/validator/apidocs/org/apache/commons/validator/routines/package-summary.html#package_description

The next step is to move the remaining routines (email, url, isbn, credit card, 
generic) into this package and deprecate the old ones. I've made a start on 
this, but I want to do some refactoring rather than just copy/move, but the 
upshot is new things IMO should go there rather than GenericValidator.


> Adding ISBNValidator to GenericValidator
> ----------------------------------------
>
>          Key: VALIDATOR-192
>          URL: http://issues.apache.org/jira/browse/VALIDATOR-192
>      Project: Commons Validator
>         Type: Improvement

>     Versions: 1.3.0 Release
>     Reporter: Matthias Weßendorf
>     Priority: Minor
>  Attachments: generic_validator.patch
>
> Inside the GenericValidator.java there is no method to check an isbn code.
> Would be nice if such a "wrapper" method is implemented

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to