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
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
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
-