RE: Upgrade 6.2.x Char* API's

2016-09-23 Thread Uwe Schindler
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

RE: Upgrade 6.2.x Char* API's

2016-09-21 Thread Markus Jelsma
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

RE: Upgrade 6.2.x Char* API's

2016-09-21 Thread Uwe Schindler
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