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 1jxysO-0002g1-3p for pljava-dev@arkaria.postgresql.org; Tue, 21 Jul 2020 20:28:36 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1jxysM-00085b-FX for pljava-dev@arkaria.postgresql.org; Tue, 21 Jul 2020 20:28:34 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jxysM-00085T-8l for pljava-dev@lists.postgresql.org; Tue, 21 Jul 2020 20:28:34 +0000 Received: from mail-ed1-x52b.google.com ([2a00:1450:4864:20::52b]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1jxysI-00037G-GN for pljava-dev@lists.postgresql.org; Tue, 21 Jul 2020 20:28:32 +0000 Received: by mail-ed1-x52b.google.com with SMTP id b15so16225132edy.7 for ; Tue, 21 Jul 2020 13:28:30 -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=H05faKKHljL65QA6HGxxFeOk6S8894F36ZeYTvKy1CE=; b=hZdEeUpImvYUMSWpvOelO+PuqakNhKpWI+nQPgJeAxReUFl+9jnc/GvNNTe5nGgk/j 0K/jctD9dLA2JDjbc1BHQg+TztGh+VrScwWucybQEH4fDZhRe+adD+lWlojiNhRP3vyp q2xIiV8WpQczQFQFPulBSc+swhUwOar9FaLKaodLUdcBOFxIig0zpSwz47uhkf2X7B1R Nwh8RtDYeh4L0D2eMtIeNnLMUu832Phr0tDzyB9RzWKuiDUodXt0f1Rwi4PI0twaxzpy WcDaR7OaHR695hsUbfr3dN6ykJwypGAR4yrCIh4Pvw7ckBywHaJQ+oETCombluQLOby+ 0dZw== 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=H05faKKHljL65QA6HGxxFeOk6S8894F36ZeYTvKy1CE=; b=l/Jbi1mCm0kDjLg68LoY24ENgKdtzFubi6hWlhRrwMO3W0YM7IjR7dzbdnkEMgien2 bRIJKZWvHhPIfUGvT6XPWs8IucSixvYVjSDN73nmz7Dk7kllYVMF1DWwDDUzKPwDltyo IEbhBHBs79kC1CzZOTEDef87NiHqJ8kdU2gpCQB12Kg/Hmg740AMtsDxG160fslztW1s /2nAytIrE0W9etgsvThgEWluxZeFR0OzVUztAgUeJnGadMAJydYTrQ3L8OKow9JFkbEw I/XeiKDAQmMTHlMRDiXjqt1gCmRtfi4PFSF1gGq/utD8jFm18sHhOHAiDCJBhInEmHEu IZcg== X-Gm-Message-State: AOAM530P37Ud+wFM7bLkyd0DTsAhWjdv+7nf0Us3WRlabifRFaMtOKnr McQgTzJyqr4siZgcoDQOWPfMg3HKtioeVJdBEpk= X-Google-Smtp-Source: ABdhPJwhwaxqfxDtbJ6HeiCJRyfmgNrDA/Vlt5upGLUsRD2UOMkNli7qhTQJwvOgoQ4mgm21IBhFA+/9QcEXELiahoU= X-Received: by 2002:a50:c044:: with SMTP id u4mr29048640edd.366.1595363307322; Tue, 21 Jul 2020 13:28:27 -0700 (PDT) MIME-Version: 1.0 References: <5F0F2DA2.5090603@anastigmatix.net> <5F12FF49.6090906@anastigmatix.net> <5F12FF80.5020208@anastigmatix.net> <5F1338F8.6030506@anastigmatix.net> <5F135B84.8070302@anastigmatix.net> <5F14C34E.4020704@anastigmatix.net> <5F14E15A.4040202@anastigmatix.net> <5F1664C5.2070700@anastigmatix.net> <5F1735ED.6020707@anastigmatix.net> In-Reply-To: From: Kartik Ohri Date: Wed, 22 Jul 2020 01:58:14 +0530 Message-ID: Subject: Re: PL/Java new build plugin To: Chapman Flack Cc: pljava-dev@lists.postgresql.org Content-Type: multipart/alternative; boundary="00000000000038865c05aaf977e4" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --00000000000038865c05aaf977e4 Content-Type: text/plain; charset="UTF-8" I tested with Java 15 and it works. But surprisingly, it still finds Nashorn and does not find Graal at all. Here is the build log, https://travis-ci.com/github/amCap1712/pljava/jobs/363479322 and the branch I tested with https://github.com/amCap1712/pljava/tree/test-graal. > --00000000000038865c05aaf977e4 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I tested with Java 15 and it works. But surprisingly,= it still finds Nashorn and does not find Graal at all. Here is the build l= og,=C2=A0https://travis-ci.com/github/amCap1712/pljava/jobs/363479322=C2= =A0and the branch I tested with=C2=A0https://github.com/amCap1712/pljava/tree/test-gra= al.
--00000000000038865c05aaf977e4--