volosied commented on PR #354:
URL: https://github.com/apache/myfaces/pull/354#issuecomment-1476762678
Build failed due to :
```
Error: Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile)
on project myfaces-impl: Compilation failure
Error:
/home/runner/work/myfaces/myfaces/impl/src/main/java/org/apache/myfaces/config/FacesConfigurator.java:[571,13]
variable facesContextPurgeMethod might not have been initialized
Error: -> [Help 1]
```
But my local run only encounters:
```
-------------------------------------------------------------------------------
Test set: javax.faces.validator._MessageUtilsTest
-------------------------------------------------------------------------------
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.379 sec
<<< FAILURE! - in javax.faces.validator._MessageUtilsTest
testErrorMessage(javax.faces.validator._MessageUtilsTest) Time elapsed:
0.379 sec <<< ERROR!
java.lang.NullPointerException: null
at javax.faces.validator._MessageUtils.getBundle(_MessageUtils.java:189)
at
javax.faces.validator._MessageUtils.getApplicationBundle(_MessageUtils.java:131)
at javax.faces.validator._MessageUtils.getMessage(_MessageUtils.java:65)
at
javax.faces.validator._MessageUtils.getErrorMessage(_MessageUtils.java:42)
at
javax.faces.validator._MessageUtilsTest.testErrorMessage(_MessageUtilsTest.java:69)
```
???
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]