Tests failing under Java 15 due to Nashorn removal

Description

The spring-extensions tests fail under Java 15 EA 28 (which is the first "rampdown phase one" build) as follows:

Probably just needs some kind of test-time dependency on added, like java-support.

Environment

Java 15 EA 28

Activity

Show:

Ian Young June 22, 2020 at 12:39 PM

Fixed by Rod's commits ab26b9395ff04890711bc6cd6cadad877b3d749c and fb1780448cc71c42e6d1a20852e58b6fd92f1883.

Rod Widdowson June 19, 2020 at 10:46 AM

I'll look.  It feels like java-support scope test should be sufficient (and rely on its dependencies),  Longer term it would nee to be java-plugin-nashorn.

But given that what I understand about maven dependencies could be written on the "back of cigarette packet" it might well be that we have to suck it up and add them 

Ian Young June 19, 2020 at 10:35 AM

Confirmed by brute-force adding a number of test dependencies along the lines of java-support that this gets the tests to passing. I'm not sure if there are any subtleties in that, though, so I will leave Rod to do this properly.

Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Fix versions

Affects versions

Created June 19, 2020 at 9:29 AM
Updated March 22, 2021 at 9:52 PM
Resolved June 22, 2020 at 12:39 PM