Re: What about Maven toolchain plugin usage

2024-07-17 Thread Markus Hoffrogge
You're right - that doesn't require it anymore. Did overlook this one. Thanks for your responsive clarification! Markus On Wednesday, July 17, 2024 at 5:07:27 PM UTC+2 Vincent Latombe wrote: > Hi, > > you should look up the `--release` flag available since Java 9 (which is > what the Jenkins p

Re: What about Maven toolchain plugin usage

2024-07-17 Thread Vincent Latombe
Hi, you should look up the `--release` flag available since Java 9 (which is what the Jenkins project uses). Cheers, Vincent Le mer. 17 juil. 2024 à 14:51, Markus Hoffrogge a écrit : > Hi all, > > just have joined this group by today - so maybe my question might have > been discussed already

Re: What about Maven toolchain plugin usage

2024-07-17 Thread Ullrich Hafner
> This implies the risk that code could make use of higher level Java APIs and > would compile well, but if this code is running on a lower level java runtime > matching the classes level signature it will fail, since that API does not > exist in the lower level runtime. > Isn’t this picked up

What about Maven toolchain plugin usage

2024-07-17 Thread Markus Hoffrogge
Hi all, just have joined this group by today - so maybe my question might have been discussed already but within a few minutes I could not find much on this - so would like to check on this topic within this group. As far as I see the Jenkins CI infrastructure plugins build jobs are running fo