Re: [lang] Remove or deprecate org.apache.commons.lang3.time.CalendarReflection

2016-11-17 Thread Gary Gregory
On Thu, Nov 17, 2016 at 2:01 PM, Benedikt Ritter wrote: > Hello Gary > > Gary Gregory schrieb am Do., 17. Nov. 2016 um > 20:26 Uhr: > > > Hi All, > > > > Now that Commons Lang is on Java 7, we no longer need the > > class org.apache.commons.lang3.time.CalendarReflection. > > > > Even though this

Re: [lang] Remove or deprecate org.apache.commons.lang3.time.CalendarReflection

2016-11-17 Thread Benedikt Ritter
Hello Gary Gary Gregory schrieb am Do., 17. Nov. 2016 um 20:26 Uhr: > Hi All, > > Now that Commons Lang is on Java 7, we no longer need the > class org.apache.commons.lang3.time.CalendarReflection. > > Even though this class is package private, should it be deprecated or > simply removed? > > We

[lang] Remove or deprecate org.apache.commons.lang3.time.CalendarReflection

2016-11-17 Thread Gary Gregory
Hi All, Now that Commons Lang is on Java 7, we no longer need the class org.apache.commons.lang3.time.CalendarReflection. Even though this class is package private, should it be deprecated or simply removed? We could: - Deprecate in 3.6 and remove in 3.7 - Deprecate in 3.6 and remove in 4.0 -