You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it seems that current local_ci vnu version installed (18.11.5) has some problems with java11, more exactly it emits the following warning that breaks output Warning: Nashorn engine is planned to be removed from a future JDK release.
So, right now, we are trying to reproduce that with local_ci (adding 1 specific assertion to check if the warning is emitted):
Apparently... it's looking for way older versions, so not sure how current (or future) ones can work at all.
So, just creating this to comment about the vnu/java problems, how we are looking forward fixing them in local_ci (note that there is also a -Dnashorn.args="--no-deprecation-warning" switch to avoid it... but better if we can get a fully working version... so trying that first. And, specially about the apparent outdated check.
Ciao :-)
The text was updated successfully, but these errors were encountered:
Somehow related with #91 ...
it seems that current local_ci vnu version installed (18.11.5) has some problems with java11, more exactly it emits the following warning that breaks output
Warning: Nashorn engine is planned to be removed from a future JDK release
.So, right now, we are trying to reproduce that with local_ci (adding 1 specific assertion to check if the warning is emitted):
https://travis-ci.org/stronk7/moodle-local_ci/builds/625923516
And, also, we are trying with the same assertion plus vnu updated to (19.9.4) to see if that avoids the warning:
https://travis-ci.org/stronk7/moodle-local_ci/builds/625921197
Apart from the results there (they are running right now), what has surprised us is that check within moodle-plugin-ci:
https://github.com/blackboard-open-source/moodle-plugin-ci/blob/master/src/Command/MustacheCommand.php#L118-L120
Apparently... it's looking for way older versions, so not sure how current (or future) ones can work at all.
So, just creating this to comment about the vnu/java problems, how we are looking forward fixing them in local_ci (note that there is also a
-Dnashorn.args="--no-deprecation-warning"
switch to avoid it... but better if we can get a fully working version... so trying that first. And, specially about the apparent outdated check.Ciao :-)
The text was updated successfully, but these errors were encountered: