Re: Concurrent builds on master are broken

2021-02-08 Thread Guillaume Nodet
See https://github.com/apache/maven/pull/442 Guillaume Le lun. 8 févr. 2021 à 17:24, Guillaume Nodet a écrit : > Ah, it seems the underlying exception is swallowed. > I think the main reason is that DefaultTransformerContext does not use a > ConcurrentHashMap. > > java.util.ConcurrentModificati

Re: Concurrent builds on master are broken

2021-02-08 Thread Guillaume Nodet
Ah, it seems the underlying exception is swallowed. I think the main reason is that DefaultTransformerContext does not use a ConcurrentHashMap. java.util.ConcurrentModificationException at java.base/java.util.HashMap.computeIfAbsent(HashMap.java:1134) at org.apache.maven.model.building.DefaultMode

Concurrent builds on master are broken

2021-02-08 Thread Guillaume Nodet
It seems concurrent builds are somewhat broken on master. I end up with lots of exceptions, see below. Any idea where to look at ? Cheers, Guillaume Nodet [ERROR] input contained no data java.io.EOFException: input contained no data at org.codehaus.plexus.util.xml.pull.MXParser.fillBuf (M