Good deal, that was one of the wins from going to Java 8 required for Jetty 9.3. :) -- jesse mcconnell [email protected]
On Thu, May 28, 2015 at 4:58 PM, Silvio Bierman <[email protected]> wrote: > Even more brilliant! > > I was expecting to have to change my Jetty embedding code since initial info > I read about the SNI functionality mentioned an ExtendedSslContextFactory > but as it now seems the existing SslContextFactory has simply been extended > to support SNI when the keystore contains multiple certificates. > > I quickly merged two existing keystores into one and did some quick tests: > everything worked out of the box without changing a single line of code! > > Consider me happy! > > Cheers, > > Silvio > > > > On 05/28/2015 11:29 PM, Silvio Bierman wrote: >> >> Brilliant! >> >> I already ran some initial tests, all successful. I will be testing the >> SNI-related stuff next week but from what I have read about other peoples >> tests I am confident this will not be different. >> >> Very excited with the RC and very much looking forward to the actual >> release! >> >> Thanks a lot! >> >> Cheers, >> >> Silvio >> >> >> On 05/28/2015 05:38 PM, Jesse McConnell wrote: >>> >>> I'll be staging the 9.3.0 release on monday and we'll do some testing >>> and plan is to release next week. So testing out RC1 is absolutely a >>> wonderful thing to do :) >>> >>> The distribution is available in maven central: >>> >>> >>> https://search.maven.org/#artifactdetails%7Corg.eclipse.jetty%7Cjetty-distribution%7C9.3.0.RC1%7Cpom >>> >>> cheers, >>> Jesse >>> -- >>> jesse mcconnell >>> [email protected] >>> >>> >>> On Thu, May 28, 2015 at 10:32 AM, Silvio Bierman >>> <[email protected]> wrote: >>>> >>>> Jesse, >>>> >>>> Can you give any info on a potential release date? I would not mind >>>> going >>>> with a alpha/beta/candidate release, anything that is a proper build and >>>> does not require building (we do not use and have experience with the >>>> tools >>>> required, like maven). >>>> >>>> Cheers, >>>> >>>> Silvio >>>> >>>> >>>> >>>> On 05/27/2015 07:20 PM, Jesse McConnell wrote: >>>>> >>>>> David, >>>>> >>>>> Yes, this is the intention for Jetty 9.3.x moving forward. We had >>>>> been operating under the assumption we would support Java 7 but after >>>>> looking at what is going on in the SSL areas of the jdk with new >>>>> features like SNI, HTTP/2 becoming a standard and requiring Java 8, >>>>> and things like we decided to pull that trigger now. This decision >>>>> was also somewhat validated in that most all of our professional >>>>> support clients had themselves already switched to Java 8 because of >>>>> security issues alone making the decision easier for us. We will >>>>> continue releasing Jetty 9.2.x iterations should the need arise to >>>>> keep Java 7 jetty users up to speed, but the adoption of Java 8 over 7 >>>>> has been dramatically different than 7 over 6...much much faster. >>>>> >>>>> We should have a blog out explaining more of these details sometime >>>>> soon. >>>>> >>>>> cheers, >>>>> Jesse >>>>> -- >>>>> jesse mcconnell >>>>> [email protected] >>>>> >>>>> >>>>> On Wed, May 27, 2015 at 11:43 AM, David Kellum <[email protected]> >>>>> wrote: >>>>>> >>>>>> With the latest RC1 I'm receiving the following error if I use java 7 >>>>>> (OpenJDK 1.7.0_79, java.class.version: 51.0): >>>>>> >>>>>> Unsupported major.minor version 52.0 >>>>>> >>>>>> This doesn't happen with Java 8, nor did it happen using Java 7 with >>>>>> RC0. >>>>>> Is >>>>>> it the intent now to require Java 8 for jetty 9.3.0, upcoming release? >>>>>> >>>>>> Thanks, >>>>>> David >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> jetty-users mailing list >>>>>> [email protected] >>>>>> To change your delivery options, retrieve your password, or >>>>>> unsubscribe >>>>>> from >>>>>> this list, visit >>>>>> https://dev.eclipse.org/mailman/listinfo/jetty-users >>>>> >>>>> _______________________________________________ >>>>> jetty-users mailing list >>>>> [email protected] >>>>> To change your delivery options, retrieve your password, or unsubscribe >>>>> from this list, visit >>>>> https://dev.eclipse.org/mailman/listinfo/jetty-users >>>> >>>> >>>> _______________________________________________ >>>> jetty-users mailing list >>>> [email protected] >>>> To change your delivery options, retrieve your password, or unsubscribe >>>> from >>>> this list, visit >>>> https://dev.eclipse.org/mailman/listinfo/jetty-users >>> >>> _______________________________________________ >>> jetty-users mailing list >>> [email protected] >>> To change your delivery options, retrieve your password, or unsubscribe >>> from this list, visit >>> https://dev.eclipse.org/mailman/listinfo/jetty-users >> >> >> _______________________________________________ >> jetty-users mailing list >> [email protected] >> To change your delivery options, retrieve your password, or unsubscribe >> from this list, visit >> https://dev.eclipse.org/mailman/listinfo/jetty-users > > > _______________________________________________ > jetty-users mailing list > [email protected] > To change your delivery options, retrieve your password, or unsubscribe from > this list, visit > https://dev.eclipse.org/mailman/listinfo/jetty-users _______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
