+1

On 11 January 2015 at 02:55, Gary Gregory <garydgreg...@gmail.com> wrote:
> Build like a champ with:
>
> Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1;
> 2014-12-14T12:29:23-05:00)
> Maven home: C:\Java\apache-maven-3.2.5
> Java version: 1.7.0_71, vendor: Oracle Corporation
> Java home: C:\Program Files\Java\jdk1.7.0_71\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
>
> +1
>
> Gary
>
>
> On Sat, Jan 10, 2015 at 3:38 PM, Gary Gregory <garydgreg...@gmail.com>
> wrote:
>
>> On Sat, Jan 10, 2015 at 3:26 PM, sebb <seb...@gmail.com> wrote:
>>
>>> On 10 January 2015 at 19:35, Gary Gregory <garydgreg...@gmail.com> wrote:
>>> > Semi-side note and FWIW: This feels more like a 1.5 release due to the
>>> > added method to an interface as reported by Clirr and the number of
>>> fixes.
>>>
>>
>>> s/interface/class/
>>>
>>> Changes to interfaces break binary compat.
>>>
>>> Additions to classes generally don't.
>>> (adding an abstract method would break compat)
>>>
>>
>> My mistake, sorry, the method was added to the class InetAddressValidator.
>>
>> Gary
>>
>>
>>> > I'll review this weekend.
>>> >
>>> > Gary
>>> >
>>> > On Sat, Jan 10, 2015 at 1:51 PM, Benedikt Ritter <brit...@apache.org>
>>> wrote:
>>> >
>>> >> Hi all,
>>> >>
>>> >> we have fixed the issues which where found in RC2 (and a lot more ;-))
>>> so
>>> >> I'd like to call a new vote to release Apache Commons Validator 1.4.1
>>> based
>>> >> on RC3.
>>> >>
>>> >> Changes between RC2 and RC3:
>>> >> - Removed dependency to methods > Java 1.4
>>> >> - [VALIDATOR-342] URLValidator returns false for http://example.rocks
>>> >> - [VALIDATOR-235] UrlValidator rejects url with Unicode characters in
>>> >> domain label or TLD
>>> >> - [VALIDATOR-339] URLValidator fails validating domain names with a
>>> >> trailing period, which are valid.
>>> >> - [VALIDATOR-306] DomainValidator accepts labels longer than 63 chars
>>> and
>>> >> domain name lengths exceeding 255 chars
>>> >> - [VALIDATOR-349] TLD tables should be pre-sorted
>>> >> - [VALIDATOR-290] Create new url validation using rfc3986 and IDN -
>>> added
>>> >> new test
>>> >> - [VALIDATOR-350] Should "x.root" validate as a domain name? Removed
>>> "root"
>>> >> from TLD list. Also "um" and "yu" as they are currently "Not assigned"
>>> >> - [VALIDATOR-308] Logical errors in util.Flags affecting check of
>>> multiple
>>> >> flags as well as flag 64
>>> >> - [VALIDATOR-344] AbstractCheckDigit class does not fully test invalid
>>> >> strings. Fix up the testCalculateInvalid() invalid method to allow for
>>> >> either invalid checksum or syntax (CheckDigitException) error when
>>> testing
>>> >> the entries in the invalid array.
>>> >> - [VALIDATOR-297] Punycode url is not valid. Top-level domain regex
>>> >> matching was wrong; did not allow embedded "-" as per RFC2396
>>> >> - [VALIDATOR-334] UrlValidator: isValidAuthority() returning true when
>>> >> supplied authority validator fails
>>> >> - [VALIDATOR-309] UrlValidator does not validate uppercase URL schemes
>>> >> - [VALIDATOR-343] Doc URL update for broken link
>>> >>
>>> >> Changes between RC1 and RC2:
>>> >> - [VALIDATOR-307] - isValid checks if the given address is only IPV4
>>> >> address and not IPV6
>>> >> - [VALIDATOR-347] - toLowerCase() method is Locale-sensitive and
>>> should not
>>> >> be used
>>> >> - [VALIDATOR-348] - Update TLD list to latest version (Version
>>> 2014123000)
>>> >> - [VALIDATOR-336] - CUSIPCheckDigit thinks invalid CUSIP is valid.
>>> >> - [VALIDATOR-345] - ISINCheckDigit fails to reject invalid
>>> (non-numeric)
>>> >> check digits
>>> >> - [VALIDATOR-346] - SedolCheckDigit fails to reject invalid
>>> (non-numeric)
>>> >> check digits
>>> >> - Removed STATUS.html
>>> >> - Added README.md to binary and source distribution
>>> >> - Fixed encoding of source files in build by setting commons.encoding
>>> >> property
>>> >> - Fixed JIRA report to contain the issues of the project
>>> >> - Reverted dependency to commons-beanutils to 1.8.3 since this is the
>>> >> latest JDK 1.4 compatible release
>>> >> - Added JDK requirements to release notes.
>>> >>
>>> >> Validator 1.4.1-RC2 is available for review here:
>>> >>   https://dist.apache.org/repos/dist/dev/commons/validator/ (svn
>>> revision
>>> >> 7682)
>>> >>
>>> >> The tag is here:
>>> >>
>>> >>
>>> >>
>>> http://svn.apache.org/repos/asf/commons/proper/validator/tags/VALIDATOR_1_4_1_RC3/
>>> >> (svn
>>> >> revision 1650789)
>>> >>
>>> >> Maven artifacts are here:
>>> >>
>>> >>
>>> >>
>>> https://repository.apache.org/content/repositories/orgapachecommons-1076/commons-validator/commons-validator/1.4.1/
>>> >>
>>> >> Details of changes since 1.4 are in the release notes:
>>> >>
>>> >>
>>> https://dist.apache.org/repos/dist/dev/commons/validator/RELEASE-NOTES.txt
>>> >>
>>> >> I have tested this with JDK 1.6, 1.7 and 1.8 using maven 3.2.5.
>>> >>
>>> >> Site (some links my be broken but will be fixed when the site is
>>> deployed):
>>> >>   http://people.apache.org/~britter/validator-1.4.1-RC3/
>>> >>
>>> >> Clirr Report:
>>> >>
>>> http://people.apache.org/~britter/validator-1.4.1-RC3/clirr-report.html
>>> >>
>>> >> RAT Report:
>>> >>
>>> http://people.apache.org/~britter/validator-1.4.1-RC3/rat-report.html
>>> >>
>>> >> Keys:
>>> >>   https://www.apache.org/dist/commons/KEYS
>>> >>
>>> >> Please review this release candidate and vote.
>>> >> This vote will close no sooner than 72 hours from now, i.e. after
>>> >> 2015/01/04 19:00CET
>>> >>
>>> >> [ ] +1 Release these artifacts
>>> >> [ ] +0 OK, but...
>>> >> [ ] -0 OK, but really should fix...
>>> >> [ ] -1 I oppose this release because...
>>> >>
>>> >> I'd like to add that all thanks for this RC goes to sebb, who has
>>> invested
>>> >> a lot of time to get this right.
>>> >> Thanks!
>>> >>
>>> >> Benedikt
>>> >>
>>> >>
>>> >> --
>>> >> http://people.apache.org/~britter/
>>> >> http://www.systemoutprintln.de/
>>> >> http://twitter.com/BenediktRitter
>>> >> http://github.com/britter
>>> >>
>>> >
>>> >
>>> >
>>> > --
>>> > E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
>>> > Java Persistence with Hibernate, Second Edition
>>> > <http://www.manning.com/bauer3/>
>>> > JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
>>> > Spring Batch in Action <http://www.manning.com/templier/>
>>> > Blog: http://garygregory.wordpress.com
>>> > Home: http://garygregory.com/
>>> > Tweet! http://twitter.com/GaryGregory
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>>> For additional commands, e-mail: dev-h...@commons.apache.org
>>>
>>>
>>
>>
>> --
>> E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
>> Java Persistence with Hibernate, Second Edition
>> <http://www.manning.com/bauer3/>
>> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
>> Spring Batch in Action <http://www.manning.com/templier/>
>> Blog: http://garygregory.wordpress.com
>> Home: http://garygregory.com/
>> Tweet! http://twitter.com/GaryGregory
>>
>
>
>
> --
> E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
> Java Persistence with Hibernate, Second Edition
> <http://www.manning.com/bauer3/>
> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> Spring Batch in Action <http://www.manning.com/templier/>
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to