[GitHub] svenrathgeber opened a new pull request #19: GEOMETRY-38 adds test intersecting a cube with a line diagonally.

2019-01-23 Thread GitBox
svenrathgeber opened a new pull request #19: GEOMETRY-38 adds test intersecting a cube with a line diagonally. URL: https://github.com/apache/commons-geometry/pull/19 Please check the test. Am I using the library correctly or is this a bug ? -

Re: [BCEL] Not breaking BC for 6.3

2019-01-23 Thread Gary Gregory
FYI. I finally got my new laptop set up for releasing components, so I plan on cutting a BCEL 6.3-RC1 very soon. Gary On Wed, Jan 23, 2019 at 10:49 AM Gary Gregory wrote: > Hi All, > > WRT: > > [ERROR] 7012: org.apache.bcel.classfile.Visitor: Method 'public void > visitConstantDynamic(org.apach

[BCEL] Not breaking BC for 6.3

2019-01-23 Thread Gary Gregory
Hi All, WRT: [ERROR] 7012: org.apache.bcel.classfile.Visitor: Method 'public void visitConstantDynamic(org.apache.bcel.classfile.ConstantDynamic)' has been added to an interface IMO, the simplest way for BC 6.3 to avoid breaking binary compatibility is to update from Java 7 to 8 and make the new