Re: Core Baseline Java8 -> Java11?

2020-12-07 Thread Matt Sicker
Jetty 10 requires Java 11, so there’s one concrete reason to upgrade sometime. On Mon, Dec 7, 2020 at 13:14 Matt Sicker wrote: > Oh neat, that's good news! I hope they backport their ChaCha cipher > code, too, because that's still only supported by BouncyCastle > otherwise for Java 8 as far as I

Re: Core Baseline Java8 -> Java11?

2020-12-07 Thread Matt Sicker
Oh neat, that's good news! I hope they backport their ChaCha cipher code, too, because that's still only supported by BouncyCastle otherwise for Java 8 as far as I'm aware. On Mon, Dec 7, 2020 at 12:26 PM James Nord wrote: > > > and it also natively supports TLS 1.3 which is fairly important >

Re: Jenkins Operator managed service name (sublicensing)

2020-12-07 Thread 'Paweł Dolega' via Jenkins Developers
Hi Oleg Not sure if this was already discussed. Of course if it is possible we would definitely prefer *VirtusLab Jenkins Operator Service* as it clearly indicates intent (it is Jenkins Operator - delivered as service; given it is based on Jenkins Operator OSS project). However I do understand

Re: Core Baseline Java8 -> Java11?

2020-12-07 Thread James Nord
> and it also natively supports TLS 1.3 which is fairly important for HTTPS as well as for securing inbound remoting agents. FTR that should be available in recent OpenJDK releases. https://bugs.openjdk.java.net/browse/JDK-8245466 On Fri, 4 Dec 2020 at 16:35, Matt Sicker wrote: > It may be i

Re: Core Baseline Java8 -> Java11?

2020-12-07 Thread Matt Sicker
FWIW, whenever I need to set up some sort of integration testing with Jenkins, I'm usually using Java 11 as it's what's most easily installable on Linux and Windows. The only incompatibilities I've come across so far have been old fixed issues in maven-hpi-plugin when trying to compile old plugins.