1st September 2016 13:30
> > To: java-user@lucene.apache.org
> > Subject: RE: Upgrade 6.2.x Char* API's
> >
> > Hi,
> >
> > CharacterUtils is a class marked as "internal" and changed its name, there
> is no requirement to add backwards compatibility
does?
In what class has CharacterUtils changed its name to? Is it still usable for
extending parties?
Thanks,
Markus
-Original message-
> From:Uwe Schindler
> Sent: Wednesday 21st September 2016 13:30
> To: java-user@lucene.apache.org
> Subject: RE: Upgrade 6.2
Hi,
CharacterUtils is a class marked as "internal" and changed its name, there is
no requirement to add backwards compatibility. You should not use it in code
outside of Lucene, it is just public to allow cross-package usage. With Java 9
mdoule system it might get hidden in the future, but not