Re: [bcel] Fixing integration build for JDK 13

2019-07-10 Thread Gary Gregory
Thank you for your PR, please see my comment there: Please update changes.xml. Gary On Wed, Jul 10, 2019 at 2:42 PM Tomo Suzuki wrote: > Hi BCEL maintainers, > > The JDK 13 travis builds have been failing because of a new behavior of > javap command (BCEL-323

[bcel] Fixing integration build for JDK 13

2019-07-10 Thread Tomo Suzuki
Hi BCEL maintainers, The JDK 13 travis builds have been failing because of a new behavior of javap command (BCEL-323 ). I raised a PR to fix the build: https://github.com/apache/commons-bcel/pull/31 . I appreciate if you can review/merge this. -- R