Grzegorz Piwowarek
Grzegorz Piwowarek
One way or the other - `maven clean package` requires some set of parameters to work properly. So, if someone doesn't have a valid `toolchains.xml` setup - `mvn clean package`...
My approach was to encapsulate the whole process in a Docker container and just feed names of JDKs to it
After such a long time... it's probably not working anymore. But I'm willing to update it if needed.
This happens for us quite often as well and we need to restart our pipelines. Configurable retries would do wonders
Great, I was aware of the library - wasn't aware of that thread. Definitely helpful! btw, do you think it would make sense to do a push before 1.0.0? 🤔
I did run your example and ended up with a correct result: ``` 1 2 future cancelled end ``` We might be dealing with a subtle concurrency issue. Will investigate...
@danieldietrich keep in mind that if you need some consultations about the graphical side of things, Filip will be there to help :)
I will take care of this :)
I have bad news, the suggested solution won't work because of how generic parameters are resolved in Java. A return type of a static method like this one will always...
That's a very good idea - targeting `2.0.0`