Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [glassfish-dev] Created a new Branch
  • From: "kzr@xxxxxxxxxxx" <kzr@xxxxxxxxxxx>
  • Date: Thu, 31 Oct 2019 08:17:44 +0000
  • Accept-language: 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=ei0YaBfBXQ5QV9omz5t+4H8NNioymghAEE4Ku/X5/uA=; b=n2eJY2b7//0yfwPhgdONN/20R8SsY6hC1jbXviN/cqUsY3ddS2K29B8kzgSU1quRo57PKo5PAhIOJ0ICprOM7Nrg9V7hws5kw+jKOifL6+87BC6OlxTeHBIcPStjFmba63RH3c7PbrHA6/OS63Av93BY+PUVnNvv7eS0cJFv+WnUxdeW8VN+zkKZ6DZBPwG5v14+u3oYUWPPW3vk/S2PenLr2aTi1Cry0flCagJozVEK5QtDOj7i8YDGO/9vlI8dvWmj7cRvA+3/PecGmR/5uw+wAvjESmUMTReFbSNEnhHArXfDQ8PNwgRwaNZE2W7BgZTayJg6VSZ6qi/y94UWgQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=CfGACVBu4GdMM9Lvh9DH80ffIWRKQMI2zbYVgEh/9RbCzj5PcCOMYS9zHx8Wh8htrhBAkwUDwxl7V3lx6RWWbq1Vi/qsdzfF5eBcUj7An6u1h/cLVUnO2iOZ3JyVF3ZliJ6s7GhkEHwvSBQS/Vt6vRqsiyDMIa/rmjKeDhWvm+MaSDYLz5X15hHmB8PIhvqGbTDRlfdTXSvoseA//KQ4EMKRPPUAqV0c2KPnzLm0Oc/IpIg0hwwp5kMc3LlbaF/WddHvcr4D3Nd0VqJdKwMGSyq3R66Jm6UXbj2RN6V6bplLBGDSmpMD4+wRnwtoba1/dyUe4TXGcB2BrV/PvWH/Ig==
  • Delivered-to: glassfish-dev@xxxxxxxxxxx
  • Ironport-sdr: 61T4WVZAXkqJoPS+Ut/MLgtWNFh/gbCo1cCRmomb5oh2oXpyKbIgjxTtfXOoQ4VDIpZaFrM4M+ ttWTDXuYQCoK4kzHWEMj1vNAvFy1IPc+D6csQsPdZH1PXZ+RzZBAM11zyhZI/d7C2ZZxJaUqkC t4MjP4LtJhfnrWLMShjur4rNmaowRGnZp6Hem8P1PiTygNg8dUFY9DRk8D7lPEx7XhvrfyuKi9 AxvbH75ZgcDbAKUHi9l9EbUSjptbdE1mOBUaxXST1/LfuMS8BU6UbrvoMgaGJOZXA/+XEmFFdZ FAA=
  • 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: AdWPh0a6TnHdT5dSTLGmGcc4VwEEIQAOPlqAAADN1LA=
  • Thread-topic: [glassfish-dev] Created a new Branch

Arjan,

 

Could tell me where can I find the definition of Jakarta EE complied format ?

 

-Kenji Kazumura

 

 

From: glassfish-dev-bounces@xxxxxxxxxxx [mailto:glassfish-dev-bounces@xxxxxxxxxxx] On Behalf Of arjan tijms
Sent: Thursday, October 31, 2019 4:53 PM
To: glassfish developer discussions <glassfish-dev@xxxxxxxxxxx>
Subject: Re: [glassfish-dev] Created a new Branch

 

Hi,

 

Thanks for creating this. JDK 11 support is certainly doable. One thing to keep in mind is that the options in domain.xml are mutually exclusive between JDK 8 and JDK 11.

 

In Payara we solved this by introducing a pattern syntax for domain.xml to mark certain Java options for certain versions.

 

Another thing is that since we have done little changes to the GF code since the transfer and there’s no history, shall we do a full codebase automatic format to comply with Jakarta EE guidelines first? If we do this now it wouldn’t clash with anything later.

 

Kind regards,

Arjan

 



On Thursday, October 31, 2019, sawamura.hiroki@xxxxxxxxxxx <sawamura.hiroki@xxxxxxxxxxx> wrote:

Hi All,

I just created '5.1.0-run-with-JDK11' branch from '5.1.0-BRANCH'. It is for trying to run Glassfish with JDK11+.
I talked about this branch with Steve before.

First of all, I'd like to commit some changes that is neccesary to launch Glassfish with JDK11+ to this branch.
(I know that only the sources of GlassFish project has to be modified to launch Glassfish with JDK11+.)

# Scope
I'd like to start by setting a small goal:
  - Based on glassfish 5.1.0.
  - Run with JDK11+. (*)
  - Test using QuickLook tests with JDK11. (*)
  - Build with JDK8 as before.
  - Run Jakarta EE 8 TCK with JDK8 as before.
  - Postpone to support JPMS(JSR376).
  (*) Need to change code.

I believe this branch will help Glassfish support the latest Java in the near future.

Thanks,
Hiroki Sawamura
_______________________________________________
glassfish-dev mailing list
glassfish-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/glassfish-dev


Back to the top