Incompatible Version

2020-11-18 Thread Arturo Bernal
I have a doubt. I have made a PR with change that broke the binary for incompatibility. I'm aware of that, but one of the Jenkins jobs fails because of that. how can i solve that? The PR —> https://github.com/apache/commons-collections/pull/195

Re: [daemon]DaemonInitException without a real JRE cause

2020-11-18 Thread Mark Thomas
On 17/11/2020 23:56, Gary Gregory wrote: > Hi All, > > Can someone explain the odd implementation of DaemonInitException and > specifically why it does not reuse the JRE's Exceptio cause slot? The clue is in the code comment. It was originally written for pre Java 1.4 where getCause() didn't exis