-
Notifications
You must be signed in to change notification settings - Fork 306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug Report: Custom taglibs broken because old Mojarra version /FISH-8142 #6578
Comments
Hi @tandraschko , Would you be kind enough to let me know from which branch I do need to build and test it? |
what exactly do you mean? the DeltaSpike or Mojarra branch? If DeltaSpike, just the master of Github. |
Greetings, |
Hi @tandraschko, We won't be able to clone the complete DeltaSpike project and test it. Can you provide a simple-to-follow scenario on how to reproduce this on the latest version? A reproducer should ideally follow the SSCCE rules: http://www.sscce.org/. It will greatly help us to find the cause and fix it |
Sorry i dont have this time. Its very simple to clone deltaspike and run the tests. No need to reinvent the wheel here as i also linked the PR of mojarra here. Also see: eclipse-ee4j/mojarra#5198 |
@shub8968 You don't even need to test anything... it's just that Mojarra needs to be updated, that's all. |
Greetings, |
Still an issue... |
Greetings @tandraschko, You are correct in that the reported issue is pretty straightforward and doesn't require a SSCCE reproducer as the fix is already present in upstream Mojarra. We already have a planned upgrade/synchronization of Payara Server's Patched Mojarra implementation in the form of the internal issue |
Using payara-micro version 6.2024.10 and the issue is fixed. Thank you! |
Brief Summary
Currently im working on the upcoming DeltaSpike 2.0 integration tests and 2 of them are failing because of a old mojarra version?
This is the actually fix in Mojarra: eclipse-ee4j/mojarra@040259e
The version used is here:
Expected Outcome
no exception in server.log and test works
Current Outcome
exception and startup failure:
Reproducer
clone deltaspike and build via:
mvn clean package -Ppayara-build-managed
Operating System
Windows 10
JDK Version
JDK 17
Payara Distribution
Payara Server Full Profile
The text was updated successfully, but these errors were encountered: