I agree[cf below list]. All four are now in the LANG_1_0_BRANCH. I was
able to deal with them by copying the HEAD files over.

This took two extra buggettes:

1) Enum.java was 1.3 dependant [EMPTY_MAP]. This is dealt with.
2) ExceptionUtils now uses SystemUtils to get a property.

There was one other thing I had trouble building under 1.2, the
ToStringStyle class. Has anyone had a chance to look at this and check if
they can build under 1.2?

There is one other serious bug in Bugzilla,
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14062
in which the StringUtils.split method has trouble when the separator is
'null' and the max is less than the actual token count.

I'll work with HEAD atm to see if I can integrate Mark McDowell's
demonstration into the Unit Test to get good proof, then look at his
solution.

Hen

On Sun, 17 Nov 2002, Sean C. Sullivan wrote:

>
> These are minimum fixes that I see as required for
> a Commons Lang 1.0.1 maintenance release:
>
> 1) NestableException/Delegate is not serializable
>    http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14334
>
> 2) NumberRange.getMaximum returns minimum
>    http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14566
>
> 3) Enum constructor validations
>    http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13568
>
> 4) ExceptionUtils cannot handle J2EE-Exception in a default way
>    http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13527
>
> -Sean
>
> ----- Original Message -----
> From: "Henri Yandell"
>
>
>
> Okay, with the Range code suggestions today and Robert getting into
> MethodUtils I think there's still a lot of good development work ongoing
> and that a 1.0.1 should be done.
>
> This would include the following bugfixes:
>
> 14566 - NumberRange.getMaximum
> 13527 - ExceptionUtils lacks common J2EE method names
>
> I don't think the other fixes are major enough to be splicing by hand.
>
> Does anyone care to volunteer? Else I'll just go ahead and follow Steve's
> instructions on this and get it happy.
>
> Hen
>
>
>
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>

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

Reply via email to