Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [glassfish-dev] [jakartaee-platform-dev] JakartaEE 9.1
  • From: "sawamura.hiroki@xxxxxxxxxxx" <sawamura.hiroki@xxxxxxxxxxx>
  • Date: Mon, 4 Jan 2021 01:07:14 +0000
  • Accept-language: ja-JP, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=fujitsu.com; dmarc=pass action=none header.from=fujitsu.com; dkim=pass header.d=fujitsu.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=3NU3iiMx1tYD592Lj6ywFZyUh9ULiC5/LgW/8HopQW4=; b=TfCifvXs866u0DN9xtiFOHWO8EQ8QBHmxLsVGhQRsuhC9yLiNIYGQ0GD707MvEsxbcCHllAg1fNJA4gA929wvnSmv85laRduw4biuaCx2HLT+xuGqzc+B7nN6/07NvKvaE27GF5PdEBlWGnvAS5iGNzNm1UwYMpvU3Tw/+giKM7SemirLjbCohsY5UiBBgTeXsFGe1w+1N67vaMSPKpmyGtbI86+t0Nv9oNVIsf8fERBNR9RqRl8Dyn0L7149IPldiNX9dnH47p/PkL+32ExGAOMbrS/FSQ6GULz42RtURFBqh6p4CdVGqKbklveZXVSYLFNNBHj2PMq6kLuar2nhw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ejkjrLudVaMgokD7TPIEsFk7Ag2VdwYZCdeFAln0YKMVxftv4kHnMTr3RglgkanztUh5C57Zo/ZSodkjfUD8U2mSyNLs+Qy/25inGdX7EDM1QI51gLcw4Ncy2yI8zVcHNNbMzGR44O2gY/oEjWAirFCWKsdDnGuICauQgy3aXOyGYu5/41k4PCWoeaaWOXcId1Unmy3lHzts+FNMm5K9DkC+Lv0qGXwoFxqpZIXZsoVZSuITSnT7y3F2epHCP9jRwRTr6FSlkvobNjZQqXmUcckuaJ9WwKj3IdiJvKeRWvGTR6qusR6+6r1ZOs+1geOITULrCliKEfIxxAhw+A0l/A==
  • Delivered-to: glassfish-dev@xxxxxxxxxxx
  • Ironport-sdr: bKlzas4QqjRjCeMigaDoQgGr6l2BS43SGcTvkIAPpUbh9PNGPyCwwwLLwA+91ocfUZC+FBzzM+ S2egi4e+9VHk/QsVf1ZeK+8Z94cxVqJ9DkPa3L1C0HzEfKgfDTk1kll6KR3/K8rz1jzNDtU7TK geadKnYnYCXt5RwIVfIkw+G1Ke2nASc/OXU4+hmxD7ytsNybyVvpDfxfXCvssUAkaLWt0f1Fs3 pP0814w9tQfB28iwh2K1aCakpaKxQcnHDo0REBAuUKTu410XHYfBj6xvbsHJIP4SyO+4MAe4YX W90=
  • List-archive: <https://www.eclipse.org/mailman/private/glassfish-dev>
  • List-help: <mailto:glassfish-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/glassfish-dev>, <mailto:glassfish-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/glassfish-dev>, <mailto:glassfish-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: Adbd71SFBHLTtzDlRl2qoARMQviIOwAGVY8AAADGfAAAAGUtgAEKFAWA
  • Thread-topic: [glassfish-dev] [jakartaee-platform-dev] JakartaEE 9.1

Hi,

 

I also think it is better to support only JDK 11 for GF6.1 (EE9.1).

it is not easy to support both JDK 8 and JDK 11 in the short term.

 

As we've discussed in the past(*), supporting both JDK 8 and JDK 11 requires special care  for all projects, including non-GlassFish projects, due to JDK incompatibilities.

[*] https://github.com/eclipse-ee4j/glassfish/issues/22884

   This issue talks about JVM options, but there are other incompatibilities due to JEP220 and JEP320 that require special care.

     - JEP220: https://openjdk.java.net/jeps/220 (Removed: rt.jar and tools.jar)

     - JEP320: https://openjdk.java.net/jeps/320

 

Kind regards,

Hiroki

 

From: glassfish-dev-bounces@xxxxxxxxxxx <glassfish-dev-bounces@xxxxxxxxxxx> On Behalf Of Gurkan Erdogdu
Sent: Wednesday, December 30, 2020 3:07 AM
To: glassfish developer discussions <glassfish-dev@xxxxxxxxxxx>
Cc: jakartaee-platform developer discussions <jakartaee-platform-dev@xxxxxxxxxxx>
Subject: Re: [glassfish-dev] [jakartaee-platform-dev] JakartaEE 9.1

 

Then only supporting of JDK11 is very reasonable for GF 6.1. I think there is no need to support JDK8.

Regards.

Gurkan



On 29 Dec 2020, at 20:55, arjan tijms <arjan.tijms@xxxxxxxxx> wrote:

 

Hi,

 

GF6 (EE 9) will stay on JDK 8, but GF6.1 (EE 9.1) will move to at least JDK 11. The entire purpose of EE 9.1 is to introduce JDK 11 support, so there should be at least one implementation that validates that. Of course we could call it GF 7 if that's more appropriate.

 

Kind regards,

Arjan

 

 

 

On Tue, Dec 29, 2020 at 6:33 PM Gurkan Erdogdu <gerdogdu@xxxxxxxxxxxxx> wrote:

Hi 

 

I am not in favor of supporting both JDK 8 and JDK 11.

Especially, most of the users are not ready for moving to JDK11. Therefore, I prefer to support only JDK8 for GF6.

But for the following major releases, it is perfectly reasonable to support only JDK11 and above.

Regards.

Gurkan

 



On 29 Dec 2020, at 17:35, Steve Millidge (Payara) <steve.millidge@xxxxxxxxxxx> wrote:

 

 

I just read the minutes here Jakarta EE Platform Call (eclipse-ee4j.github.io) and in particular the comment “Verify with the GlassFish team if GF will be able to certify on both Java SE 8 and Java SE 11”

 

From my perspective as project lead for GlassFish I would rather NOT support certifying on both JDK 8 and JDK 11. I’ve CC’d in the glassfish-dev list in case anybody there wants to chime in.

 

Steve

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

 

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

_______________________________________________
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