Guillaume Nodet
Guillaume Nodet
This is clearly not sufficient to allow parallel builds. There are additional problems in test dependencies, as the `jacoco-maven-plugin` is used in various places during tests but not referenced as...
> Also some of the (IT) tests allocate ports. Probably this will result in random failure with parallel builds. > > Out of curiosity: What are you working on to...
I can't reproduce the problem, and I'm skeptical how it can happen. The reason is that the `onChannelOpened` is called when the `SSH_MSG_CHANNEL_OPEN_CONFIRMATION` message is received for the underlying ssh...
> I can't reproduce the problem, and I'm skeptical how it can happen. The reason is that the `onChannelOpened` is called when the `SSH_MSG_CHANNEL_OPEN_CONFIRMATION` message is received for the underlying...
We can't include file install specific properties into the util module.
I also have this issue when building Apache Camel with a parallel build, similar to the above example. Given this looks like a threading issue, it's not always reproducible, so...
> > @gnodet what IDE and what style you use? > > nvm, I see this is a plugin... The point is that the code is reformatted and the imports...
> I like it, but could we somehow share this setup (at least the huge config)? The amount of added LOC is not trivial, and have it copy-pasted over all...
This should be update to maven-compiler-plugin 3.10.0 which should be released soon.