Mark Struberg created DELTASPIKE-1484:
-----------------------------------------
Summary: JSF unit tests fail with TomEE-10.x
Key: DELTASPIKE-1484
URL: https://issues.apache.org/jira/browse/DELTASPIKE-1484
Project: DeltaSpike
Issue Type: Bug
Security Level: public (Regular issues)
Components: Build
Affects Versions: 2.0.0
Reporter: Mark Struberg
Assignee: Mark Struberg
Fix For: 2.0.1
After some research I found the reason why some JSF tests fail with TomEE-10.x
The reason is that htmlunit does not support the EcmaScript Spread operator
which is used in MyFaces-4.x.
This is due to Rhino does not yet support this ES6 feature:
https://github.com/mozilla/rhino/issues/968 and
https://github.com/mozilla/rhino/issues/1217
What we can do is to exclude those tests for now if MyFaces-4.0 is being
detected.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)