Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-platform-dev] Jakarta 10.1?

Users don't have to worry about JDK 11 code” that’s a misunderstanding. Jakarta EE 10 application developers are free to use Jakarta 17 language features in their code and their applications will run on any implementation that supports Java SE 17+.

 

Jakarta EE 10 APIs don’t use Java SE 17 features but to change that is a major release.

 

Steve

 

From: jakartaee-platform-dev <jakartaee-platform-dev-bounces@xxxxxxxxxxx> On Behalf Of arjan tijms
Sent: 06 October 2022 17:23
To: jakartaee-platform developer discussions <jakartaee-platform-dev@xxxxxxxxxxx>
Subject: Re: [jakartaee-platform-dev] Jakarta 10.1?

 

Hi,

 

On Thu, Oct 6, 2022 at 6:02 PM Steve Millidge (Payara) <steve.millidge@xxxxxxxxxxx> wrote:

It could be useful as an internal milestone for the TCK. However I don't see the benefit of releasing externally as it is more restrictive than Jakarta EE 10

 

Perhaps paradoxically, but being more restrictive here is in a way actually empowering. Users don't have to worry about JDK 11 code, and are more free to use JDK 17 code. Even more so, Library vendors targeting Jakarta EE 10.1 also don't have to worry about JDK 11 support, and can more freely use JDK 17. In a way, JDK 11 support is this big heavyweight ball and chain for the period for which we could be targeting EE 10.1 (Q1 2023?).

 

Kind regards,

Arjan Tijms


Back to the top