Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Both of these issues are awaiting patches (and have been waiting for a while)

...

Wiki Markup
The Javadoc of the CVS version (development) is \[http://jakarta.apache.org/commons/lang/apidocs/index.html available\].

Development plan for 2.1

...

Wiki Markup
\[http://issues.apache.org/bugzilla/show_bug.cgi?id=30855 30855\]     Extra constructor for [EqualsBuilder].

...

All open issues done or pushed back for a later release.

Seeking opinions

  1. Wiki Markup
    \[http://issues.apache.org/bugzilla/show_bug.cgi?id=22692 22692\]	[StringUtils].split ignores empty items - *new splitPreserveAllTokens Needs to be reviewed.*
  2. Wiki Markup
    \[http://issues.apache.org/bugzilla/show_bug.cgi?id=22717 22717\] 	\[lang\] [MutableNumbers] - *see lang.mutable.*
  3. Wiki Markup
    \[http://issues.apache.org/bugzilla/show_bug.cgi?id=18962 18962\] 	\[lang\] New Method: getSubstitutedValues( String, Map ) - *org.apache.commons.lang.Interpolation available for opinions*
  4. Wiki Markup
    \[http://issues.apache.org/bugzilla/show_bug.cgi?id=30334 30334\] 	\[lang\] New class proposal: *CharacterEncoding*
  5. Wiki Markup
    \[http://issues.apache.org/bugzilla/show_bug.cgi?id=29163 29163\]	Make [StopWatch] validate state transitions - *Coding needed*
  6. Wiki Markup
    \[http://issues.apache.org/bugzilla/show_bug.cgi?id=26056 26056\] 	\[lang\] Add methods to [ArrayUtils]: add at end and insert-like ops - *DONE - add(Object\[\], Object) is overloaded for all the primitives, but add(Object\[\], int, Object) and addAll(Object\[\], Object\[\]) are not overloaded for primitives. Should they be?*
  7. Wiki Markup
    \[http://issues.apache.org/bugzilla/show_bug.cgi?id=24910 24910\] 	new [StringUtils].split methods that split on the whole separator string - *committed as splitByWholeSeparator*
  8. Wiki Markup
    \[http://issues.apache.org/bugzilla/show_bug.cgi?id=15082 15082\]	\[lang\] elapsed time formatting utility method - *DurationFormatUtils.*
  9. DateUtils.isSameDay()
  10. DurationUtils ISO_EXTENDED_FORMAT uses FastDateFormat. This has problems with padding of years. See commented TODO in DurationFormatUtils. - No longer uses FastDateFormat. Instead it uses the DurationFormatUtils format code, of which a new variant has been added

...