Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [glassfish-dev] Will GlassFish 7.0 support running on Java SE 17?

Hi,

On Wed, May 4, 2022 at 9:42 PM Scott Marlow <smarlow@xxxxxxxxxx> wrote:

Will GlassFish 7 support running on Java SE 17? 

Definitely, much of the development from the last few months have been focussed on running on JDK 17 and recently 18.

We have quite an amount of embedded tests covering basically all APIs, and they all pass on JDK 18 (and 17 and 11): https://ci.eclipse.org/glassfish/view/GlassFish/job/glassfish7_build-and-test_jdk18

All the standalone TCKs that I tried passed on JDK 17, and some on JDK 18 as well.

I wonder why specifically the platform TCK fails so many tests. Isn't it perhaps just the add-opens in many cases? If that isn't set, many tests indeed fail, so this single option is quite important.

Kind regards,
Arjan Tijms


 
_______________________________________________
glassfish-dev mailing list
glassfish-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/glassfish-dev

Back to the top