Hi,
is there a chance we can get the JDK 11 early access builds tools
defined on Jenkins?
I saw from the Maven Jenkins pipeline scripts[1] that there might be a
`JDK 11 b8 (early access build)`, but that doesn't seem to work when
we try it for Camel[2].
Any chance on getting a `JDK 11 (latest)` t
HI,
On Fri, Jun 29, 2018 at 8:47 AM, Zoran Regvart wrote:
> Hi,
> is there a chance we can get the JDK 11 early access builds tools
> defined on Jenkins?
>
Sure,
> I saw from the Maven Jenkins pipeline scripts[1] that there might be a
> `JDK 11 b8 (early access build)`, but that doesn't seem
Awesome, thanks Gavin!
zoran
On Fri, Jun 29, 2018 at 12:04 PM, Gav wrote:
> HI,
>
> On Fri, Jun 29, 2018 at 8:47 AM, Zoran Regvart wrote:
>
>> Hi,
>> is there a chance we can get the JDK 11 early access builds tools
>> defined on Jenkins?
>>
>
> Sure,
>
>
>> I saw from the Maven Jenkins pipeli
All done. Please test.
/home/jenkins/tools/java/jdk-11-ea+19/bin/java -version
java version "11-ea" 2018-09-25
Java(TM) SE Runtime Environment 18.9 (build 11-ea+19)
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11-ea+19, mixed mode)
On Fri, Jun 29, 2018 at 1:42 PM, Zoran Regvart wrote:
> Aweso