You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Werner Punz (Jira)" <de...@myfaces.apache.org> on 2020/03/13 15:00:15 UTC

[jira] [Created] (MYFACES-4323) Several tests failing under JDK 11

Werner Punz created MYFACES-4323:
------------------------------------

             Summary: Several tests failing under JDK 11
                 Key: MYFACES-4323
                 URL: https://issues.apache.org/jira/browse/MYFACES-4323
             Project: MyFaces Core
          Issue Type: Bug
            Reporter: Werner Punz
            Assignee: Werner Punz


Several locale related tests and the beanvalidation tests fail under JDK11.

The Locale tests fail because Java 9 introduced locale providers which follow standards, the tests were written against the java locale providers, so changing the tests to COMPAT should suffice.

The bean validation tests fail because under Java 11 the order of the validators is reversed, someone else needs to have a deep look into this.

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)