Tests failing under Java 15 due to Nashorn removal
Basics
Logistics
Basics
Logistics
Description
Environment
Java 15 EA 28
Activity
Show:

Ian Young June 22, 2020 at 12:42 PM
Resolved by Rod's commit 471a7c436904fb5435d25b412cd9a45504b5323f.
Note: that commit also disables the test called out in OSJ-319, but that's accidental.
Rod Widdowson June 19, 2020 at 3:43 PM
I see that I added the missing artefacts to the IdP poms....
....sigh....

Ian Young June 19, 2020 at 2:56 PM
I did in fact try the IdP, tests there worked without issues.
Rod Widdowson June 19, 2020 at 10:47 AM
I can tell you that the IdP will fail spectacularly for the same reason.
What I dont understand is why it worked for me when I did this test...
The removal of Nashorn means that the
opensaml-saml-impl
module needs some more test dependencies:I verified that brute-force adding all of the dependencies that
java-support
uses, but there are probably subtleties to this and I'm leaving to fix this properly.