Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[glassfish-dev] Created a new Branch
  • From: "sawamura.hiroki@xxxxxxxxxxx" <sawamura.hiroki@xxxxxxxxxxx>
  • Date: Thu, 31 Oct 2019 01:05:44 +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=yOBrV3Ah4Tl431I9LAW/jU9n99Q8IisP1VipsRhEvys=; b=jMK2TJZ4h0fEzJmOYPdhwpfla5yxOkZLtWVw0ZfnQ9w6YTkq7u8nsuGJSqusEUzGH+bZ59fEXfscNmX2Hlc/qqnJPChpvDEU6exhKatSHCO4qQnaBWGAV6H/+fLS9DSuGW6DmyDDtljsgNBehAR4q8+968Ly5hnPzn3FpGyPRFrFyR/gg1vg+CT4YdFQfSkWLswq/qFFR8mtZYV2OOeGwOXf5RwtKKVeSRBKYIgM2DNTygoPeYbarXJtBxy7MYSam898bUYcbqKa4mBpAWrOYHz7W0AMBHDYQ1Xzuy8mcePPsLfuuI7dxwxoYC3zZKNEmSp/DodWdSRUOKJmPAk9zw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=THxnYfWjHRWIKGg6d1jZms637GgQ9frCtEdy+JDyzBj5RsrS/rP7i8qf79D4cnSy4hj6JppWwQK/Z3K//jm4iq+iP+2tQdsquDe41d1r2mzCqKwzjQJV/+PLqhjpzAkmZcAYfFMZiL2SOvWvg5epeWIyooGwkY+WKtHHOev+mPXGAiLbnCTMcqez39yLk2gS4ZtQdDF28TqBgQy6JObBKA53t7t3HoQaZp5idQcCCqxuJbFR+6ztiI7L6/GrvwE1SXNB+w90yRt9tS0f3KO7asv1rhCvaeGdl7VsRR71Cf1vvgnHP9m1ubdeiDOHDYH6Rqo8db5spHjv/SoZeCc/cg==
  • Delivered-to: glassfish-dev@xxxxxxxxxxx
  • Ironport-sdr: gzwKVByHu6Pqvne63bvy8rZ+C2iEkIlhuuDu6dUqMEWHqZMSrDH6rOSNuVjC7eOV8G5SZTy0g1 flX0quZWyPTur2D/SdgH3ObZgX9i+rjMkkh5fef/6dIZcZPKBwJnjgIjQEtfPhtLQzDLWeUuoP 4Z5fgpB6MHDfa8lPbriGNgy0K0AC4ej9MKmjQrs+2VdXtIb5Qfc4/cuKFw7MF+OKtAy3VGchfo d9YXUfjWYZrT2doqfsfZmB4y0HkUkz+xeA5WZGq3Xf+mOi93LVIC2YZPtZCWRgBjEwfhK44M6L AzM=
  • 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: AdWPh0a6TnHdT5dSTLGmGcc4VwEEIQ==
  • Thread-topic: Created a new Branch

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

Back to the top