From shade at openjdk.java.net Thu Feb 18 09:43:56 2021 From: shade at openjdk.java.net (Aleksey Shipilev) Date: Thu, 18 Feb 2021 09:43:56 GMT Subject: RFR: CODETOOLS-7902826: JOL: Start testing with JDK 17 EA Message-ID: <_qryJBmq9rJjdi5TU6o6Hps2QM8RMbapT6PewGApnmw=.0a1cfa6b-0e50-4ea1-86e8-3aaef6f88c6c@github.com> JDK mainline had switched development to JDK 17 EA, we should be adding that version to pipelines. ------------- Commit messages: - Merge branch 'master' into CODETOOLS-7902826-jdk17-ea - Add JDK 17-ea Changes: https://git.openjdk.java.net/jol/pull/8/files Webrev: https://webrevs.openjdk.java.net/?repo=jol&pr=8&range=00 Issue: https://bugs.openjdk.java.net/browse/CODETOOLS-7902826 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod Patch: https://git.openjdk.java.net/jol/pull/8.diff Fetch: git fetch https://git.openjdk.java.net/jol pull/8/head:pull/8 PR: https://git.openjdk.java.net/jol/pull/8 From duke at openjdk.java.net Thu Feb 18 10:01:17 2021 From: duke at openjdk.java.net (duke) Date: Thu, 18 Feb 2021 10:01:17 GMT Subject: git: openjdk/jol: 7902826: JOL: Start testing with JDK 17 EA Message-ID: <8e7c0b6a-156e-4a3f-8c79-72bd28a8fff3@openjdk.java.net> Changeset: eea9f9d7 Author: Aleksey Shipil?v Committer: GitHub Date: 2021-02-18 11:00:47 +0000 URL: https://git.openjdk.java.net/jol/commit/eea9f9d7 7902826: JOL: Start testing with JDK 17 EA ! .github/workflows/pre-integration.yml From shade at openjdk.java.net Thu Feb 18 10:03:48 2021 From: shade at openjdk.java.net (Aleksey Shipilev) Date: Thu, 18 Feb 2021 10:03:48 GMT Subject: Withdrawn: CODETOOLS-7902826: JOL: Start testing with JDK 17 EA In-Reply-To: <_qryJBmq9rJjdi5TU6o6Hps2QM8RMbapT6PewGApnmw=.0a1cfa6b-0e50-4ea1-86e8-3aaef6f88c6c@github.com> References: <_qryJBmq9rJjdi5TU6o6Hps2QM8RMbapT6PewGApnmw=.0a1cfa6b-0e50-4ea1-86e8-3aaef6f88c6c@github.com> Message-ID: On Thu, 18 Feb 2021 09:39:28 GMT, Aleksey Shipilev wrote: > JDK mainline had switched development to JDK 17 EA, we should be adding that version to pipelines. This pull request has been closed without being integrated. ------------- PR: https://git.openjdk.java.net/jol/pull/8 From github.com+415502+stokito at openjdk.java.net Thu Feb 18 10:14:47 2021 From: github.com+415502+stokito at openjdk.java.net (Sergey Ponomarev) Date: Thu, 18 Feb 2021 10:14:47 GMT Subject: RFR: CODETOOLS-7902826: JOL: Start testing with JDK 17 EA In-Reply-To: <_qryJBmq9rJjdi5TU6o6Hps2QM8RMbapT6PewGApnmw=.0a1cfa6b-0e50-4ea1-86e8-3aaef6f88c6c@github.com> References: <_qryJBmq9rJjdi5TU6o6Hps2QM8RMbapT6PewGApnmw=.0a1cfa6b-0e50-4ea1-86e8-3aaef6f88c6c@github.com> Message-ID: <15sxZvFoavbH2bcHl98J6mu98xZ3_xGqxkJ5H19FFag=.65f14697-b8e8-42c1-ae79-4a75b085c780@github.com> On Thu, 18 Feb 2021 09:39:28 GMT, Aleksey Shipilev wrote: > JDK mainline had switched development to JDK 17 EA, we should be adding that version to pipelines. .github/workflows/pre-integration.yml line 13: > 11: strategy: > 12: matrix: > 13: java: [8, 11, 13, 14, 15, 16-ea] looks like you accidentally removed the jdk14 ------------- PR: https://git.openjdk.java.net/jol/pull/8 From shade at openjdk.java.net Thu Feb 18 10:17:45 2021 From: shade at openjdk.java.net (Aleksey Shipilev) Date: Thu, 18 Feb 2021 10:17:45 GMT Subject: RFR: CODETOOLS-7902826: JOL: Start testing with JDK 17 EA In-Reply-To: <15sxZvFoavbH2bcHl98J6mu98xZ3_xGqxkJ5H19FFag=.65f14697-b8e8-42c1-ae79-4a75b085c780@github.com> References: <_qryJBmq9rJjdi5TU6o6Hps2QM8RMbapT6PewGApnmw=.0a1cfa6b-0e50-4ea1-86e8-3aaef6f88c6c@github.com> <15sxZvFoavbH2bcHl98J6mu98xZ3_xGqxkJ5H19FFag=.65f14697-b8e8-42c1-ae79-4a75b085c780@github.com> Message-ID: <8Jee8hZpwvUhU5Y5EO9CUVIR4rhIFpnf4yWFgS2HH6U=.4796baf6-62ab-4efd-a0a2-f49057e2bef5@github.com> On Thu, 18 Feb 2021 10:11:26 GMT, Sergey Ponomarev wrote: >> JDK mainline had switched development to JDK 17 EA, we should be adding that version to pipelines. > > .github/workflows/pre-integration.yml line 13: > >> 11: strategy: >> 12: matrix: >> 13: java: [8, 11, 13, 14, 15, 16-ea] > > looks like you accidentally removed the jdk14 Yes, but not accidentally :) JDK 14 is pretty dead (JDK 13 and JDK 15 are not). This has the bonus that it does not increase GH actions pipeline time. ------------- PR: https://git.openjdk.java.net/jol/pull/8