Re: I might found the bug which cause we cannot build most projects on jdk-ea

2020-05-25 Thread Xeno Amess
Ah, glad to hear that. Then I can stop debugging about this problem and go back to fix travis-ci scripts for some commons projects. Gary Gregory 于2020年5月26日周二 上午10:38写道: > This should be fixed in bndtool 5.1 which at the RC2 stage. The release is > imminent. > > Gary > > On Mon, May 25, 2020, 21

Re: I might found the bug which cause we cannot build most projects on jdk-ea

2020-05-25 Thread Gary Gregory
This should be fixed in bndtool 5.1 which at the RC2 stage. The release is imminent. Gary On Mon, May 25, 2020, 21:39 Xeno Amess wrote: > We use maven-bundle-plugin, and maven-bundle-plugin use biz.aQute.bndlib, > and there be something uncorrect in biz.aQute.bndlib running with jdk-ea, a > Tr

Re: I might found the bug which cause we cannot build most projects on jdk-ea

2020-05-25 Thread Xeno Amess
java.util.ConcurrentModificationException 1747at java.util.TreeMap.callMappingFunctionWithCheck (TreeMap.java:742) 1748at java.util.TreeMap.computeIfAbsent (TreeMap.java:558) 1749at aQute.bnd.osgi.Jar.putResource (Jar.java:288) 1750at aQute.bnd.osgi.Jar$1.visitFile (Jar.java:202) 17

Re: I might found the bug which cause we cannot build most projects on jdk-ea

2020-05-25 Thread Yair Zaslavsky
I'm so mad On Mon, May 25, 2020, 6:39 PM Xeno Amess wrote: > We use maven-bundle-plugin, and maven-bundle-plugin use biz.aQute.bndlib, > and there be something uncorrect in biz.aQute.bndlib running with jdk-ea, a > TreeMap thing. > I do think if I can persuade them from changing it to Concurren

I might found the bug which cause we cannot build most projects on jdk-ea

2020-05-25 Thread Xeno Amess
We use maven-bundle-plugin, and maven-bundle-plugin use biz.aQute.bndlib, and there be something uncorrect in biz.aQute.bndlib running with jdk-ea, a TreeMap thing. I do think if I can persuade them from changing it to ConcurrentHashMap the bug might be fixed immediately. So first I will try to fi