Re: [bcel] Idea to share ConstantUtf8 of same value among JavaClass instances

2019-05-19 Thread Tomo Suzuki
Hi Gary (and BCEL maintainers), Thank you for the comment. It has been addressed. Would you check the pull request? https://github.com/apache/commons-bcel/pull/26/files Regards, Tomo On Wed, May 8, 2019 at 17:46 Tomo Suzuki wrote: > Hi Gary, > Created a draft PR to receive feedback. > https://

Re: [IO] Update to Java 8

2019-05-19 Thread sebb
On Sat, 18 May 2019 at 12:51, Gary Gregory wrote: > > On Thu, May 16, 2019 at 3:40 PM Chesney, Mark > wrote: > > > I think it's a good idea. A recent update of the parent POM version seems > > to have broken the Travis build for Java 7. Discontinuing Java 7 support > > would make that a non-issue

Re: [Text] Case conversion

2019-05-19 Thread sebb
On Sat, 18 May 2019 at 13:37, Gary Gregory wrote: > > Hi All: > > What do you all think about this addition for Commons Text (I currently do > use it): I think it's unnecessary and should not be added. > import java.util.Locale; > > /** > * Enumerates letter cases and converts strings. > * >