Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jakarta-commons Wiki" 
for change notification.

The following page has been changed by GaryGregory:
http://wiki.apache.org/jakarta-commons/Lang

The comment on the change is:
The current version is 2.1 and the next version in development is 2.2.

------------------------------------------------------------------------------
   * Builders to create hashCode, equals, toString and compareTo methods
   * Utilities for Object, Date and Numbers
  
- The Javadoc of the 2.0 version (latest) is 
[http://jakarta.apache.org/commons/lang/api/index.html available].
+ The Javadoc of the latest version (2.1) is 
[http://jakarta.apache.org/commons/lang/api/index.html available].
  
  The Javadoc of the CVS version (development) is 
[http://jakarta.apache.org/commons/lang/apidocs/index.html available].
  
  
- ==== Development plan for 2.1 ====
+ ==== Development plan for 2.2 ====
  
- All open issues done or pushed back for a later release.
+ Release the text package and bug fixes.
  
- ==== Seeking opinions ====
+ ==== Seeking opinions (2.1) ====
  
   1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=22692 22692]   
StringUtils.split ignores empty items - '''new splitPreserveAllTokens Needs to 
be reviewed.'''
-  1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=22717 22717]   [lang] 
MutableNumbers - '''see lang.mutable.''' - '''COMPLETE'''
-  1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=30334 30334]   [lang] 
New class proposal: '''CharacterEncoding''' - '''COMPLETE'''
-  1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=29163 29163]   Make 
StopWatch validate state transitions - '''COMPLETE'''
-  1. [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, as is add(Object[], 
int, Object) and addAll(Object[], Object[]). ''
   1. [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''' 
   1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=15082 15082]   [lang] 
elapsed time formatting utility method - '''DurationFormatUtils.'''
   1. DateUtils.isSameDay()
   1. 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'''
  
  
- === Pushed back ===
+ === Pushed back (2.1) ===
  
   1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=21663 21663]   [lang] 
Add support in ToStringStyle for DateFormat. - '''Grows quickly into 
commons-convert'''
   1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=27643 27643]   
[lang][patch] ClassUtils.newInstance method - '''Seems unnecessary'''
@@ -49, +45 @@

   1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=18962 18962]   [lang] 
New Method: getSubstitutedValues( String, Map ) - 
'''org.apache.commons.lang.text.Interpolation available for opinions'''
  
  
- === Resolved list ===
+ === Resolved list (2.1) ===
  
   1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=30929 30929]     
[lang] Nestable.indexOfThrowable(Class)uses Class.equals() to match - '''DONE'''
   1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=27592 27592]   [lang] 
WordUtils capitalize improvement - '''DONE'''
@@ -72, +68 @@

   1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=26646 26646]   [lang] 
FastDateFormat.getDateInstance(int, Locale) always uses the pattern from the 
first invocation - '''DONE'''
   1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=31181 31181]  
FastDateFormat year bug - '''DONE'''
   1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=32198 32198]           
[lang] Error in JavaDoc for StringUtils.chomp(String, String) - '''DONE'''
+  1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=22717 22717]   [lang] 
MutableNumbers - '''see lang.mutable.''' - '''COMPLETE'''
+  1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=30334 30334]   [lang] 
New class proposal: '''CharacterEncoding''' - '''COMPLETE'''
+  1. [http://issues.apache.org/bugzilla/show_bug.cgi?id=29163 29163]   Make 
StopWatch validate state transitions - '''COMPLETE'''
+  1. [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, as is add(Object[], 
int, Object) and addAll(Object[], Object[]). ''
  

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

Reply via email to