Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jnDsw-0003Le-MJ for pljava-dev@arkaria.postgresql.org; Mon, 22 Jun 2020 04:16:42 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1jnDsv-0004Ut-JT for pljava-dev@arkaria.postgresql.org; Mon, 22 Jun 2020 04:16:41 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jnDsu-0004Um-Vi for pljava-dev@lists.postgresql.org; Mon, 22 Jun 2020 04:16:41 +0000 Received: from mail-ej1-x630.google.com ([2a00:1450:4864:20::630]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1jnDsn-00030x-UR for pljava-dev@lists.postgresql.org; Mon, 22 Jun 2020 04:16:39 +0000 Received: by mail-ej1-x630.google.com with SMTP id dp18so16582590ejc.8 for ; Sun, 21 Jun 2020 21:16:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=K5NITg4En4FpThxrWH70ACJR4kzYsHRlTA21gjMyUEI=; b=uLmsbEjNiB8S1pzMY7Ad99N9ph2f7nOktbysUIuLQwM0qGy2qM2sX8WpKVI1Kogjlo szpt7zRRmN0+oqtLsHpthXEC6Z8mDSAFkdsBKcWOwLmcm9eAl9LoUJ+kTHBMf/a25sux 1urn882neTf4RW3szhbf9yJ319Pke/Z0kR03h5glo2ZlHH1FrrJWv61waPb0jmIx2QAs VuOz1GGXD91LxlL31g4APqD8UZsVC16XNc1YSiRLtgZImilh+MIqJHiNfYAtU5np+7+J YBRvdmrESko+FtFsc+o6xJIowL/UGZRIgwHX54UeR6RmSThLUnm5wxbaGLb7UjsAkQ0l Ct9w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=K5NITg4En4FpThxrWH70ACJR4kzYsHRlTA21gjMyUEI=; b=bRGvIxli+UNHfL4SIcL33B29FNel02jgn/mtzzUCnQbXX1guOPV/G/mgPSw/mjW8pe KYv+7YwTOHSiJl0GoU2JNGay4CImTVjAnOalJRCBZI1cW3y7bY61+i17Dj0C70XhkWGf oicibkKGcbh9S03omUIXpowR93qBjRz61YzS63dkhLqmmVepKWboAIPj9XBDUWIfzvz8 +WilUyy1FGvfIi5GiqiKin72tzxH1rWjS2HG9VxHcXa1RAXcRWfTN+EB7iBOOhZvkR4L DHHAymL1E9Z8ZTrWxzjOQPH6RENEhPUS/HhQg2GhLbNEkkpW3qY/6KDNtWZfAItUmvh+ 3KfQ== X-Gm-Message-State: AOAM531j60409PeLUTTypRtajDRgsUSU2mBtkUuUKucx5IjJgLQLyQtV In9GqrerECoo/2Ml2ipHxix1s9aje5m5n40ZN/8nJtNJ X-Google-Smtp-Source: ABdhPJxVpZz/LSNDSaqxgGiiutrmW8Rjd8AShl05bJdsHqUX6AYKsGx05wX4NcnwoIPsa//csG2Z7rP3DAvlRQeNSB0= X-Received: by 2002:a17:906:685a:: with SMTP id a26mr5343486ejs.48.1592799392228; Sun, 21 Jun 2020 21:16:32 -0700 (PDT) MIME-Version: 1.0 References: <5EC17E17.7070002@anastigmatix.net> <5ED270BA.9010001@anastigmatix.net> <5ED3D488.1010401@anastigmatix.net> <5ED474CA.3000106@anastigmatix.net> <5ED4EA10.4030801@anastigmatix.net> <5ED7E74B.9020800@anastigmatix.net> <5EDA576E.2000204@anastigmatix.net> <5EDBA5D9.8090506@anastigmatix.net> <5EE7AE8C.2040201@anastigmatix.net> <5EEA6E2C.5030004@anastigmatix.net> <5EEFE23D.8080306@anastigmatix.net> In-Reply-To: <5EEFE23D.8080306@anastigmatix.net> From: Kartik Ohri Date: Mon, 22 Jun 2020 09:46:21 +0530 Message-ID: Subject: Re: Building on Java 15, using graaljs in place of Nashorn To: Chapman Flack Cc: pljava-dev@lists.postgresql.org Content-Type: multipart/alternative; boundary="000000000000f8e96c05a8a48198" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --000000000000f8e96c05a8a48198 Content-Type: text/plain; charset="UTF-8" > > Kartik, could you check that the branch works with Java 15 in CI? > Hi! The branch passes the CI with both Java 14 & Java 15. --000000000000f8e96c05a8a48198 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Kartik, could you check that the branch works with Java = 15 in CI?
Hi! The branch passes the CI with both Java = 14 & Java 15.=C2=A0
--000000000000f8e96c05a8a48198--