Bartosz Spyrko-Smietanko
Bartosz Spyrko-Smietanko
Possible fix for #4379
ELFlash.get throws NPE in clustered apps when trying to access flash scope on first request. **Reproducer:** [test.tar.gz](https://github.com/javaserverfaces/mojarra/files/2231491/test.tar.gz) **Steps to reproduce:** 1. Unzip & deploy attached app 2. curl -i http://localhost:8080/test/getvar.xhtml...
Issue: https://issues.apache.org/jira/browse/BEANUTILS-547
Includes two issues: Mark system modules as system-paths in Galleon feature pack (WFLY-16667) and Force Unix line endings in licenses (WFLY-16921) Issue: https://issues.redhat.com/browse/WFLY-16667 https://issues.redhat.com/browse/WFLY-16921 cc @jfdenise, @jmesnil
Issue: https://issues.redhat.com/browse/JBEAP-21969 Upstream Issue: https://issues.redhat.com/browse/HAL-1726 Upstream PR: https://github.com/hal/console/pull/443
Fault tolerance annotations are silently ignored on fallback methods. For example: ``` @Fallback(fallbackMethod = "legacyFindBook") public Book findBookInOnlineStore(String title) { ... } @Bulkhead(value = 1) public Book legacyFindBook(String title) {...
Issue: https://issues.redhat.com/browse/WFLY-19298 ____ More information about the [wildfly-bot[bot]](https://github.com/wildfly/wildfly-github-bot)
…tion of manifest names/versions in the list Issue: https://issues.redhat.com/browse/HAL-1983
Issue: https://issues.redhat.com/browse/WFCORE-6893 Note: Setting as draft, because it requires https://github.com/wildfly-extras/wildfly-installation-manager-api/pull/21 Related: https://github.com/wildfly-extras/prospero/pull/720
Issue: https://issues.redhat.com/browse/GAL-364