-
Notifications
You must be signed in to change notification settings - Fork 5
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
Support newer Jakarta Faces API versions (3.0, 4.0, 4.1) #8
Comments
Generally this requires contributors who understand the specifications and how to implement them in the JSF plug-ins. Those don't have to be the same people, though. Other than adding the numbers, any idea what functionality has to be updated to work with the new package names? What new features in the specifications need to be supported in the existing functionality? What outright new functionality might even be good to add? |
For us it is also mostly about code completion. I don't think there are any significant new features that would need to be exposed. |
In current moment migration to Jakarta Faces (without loss of functionality) is impossible: one of plugins -- Apache MyFaces Trinidad -- does not support Jakarta Faces specification. I have made some modifications for support new JSF specifications (since Jakarta Faces 3.0), but support is not full: in several aspects current implementation is obsolete and it is easier to remove such aspects, than actualize them. |
code review: improve API compatibility
code review: improve API compatibility
code review: improve API compatibility
code review: revert change in a bug title
code review: revert change in a bug title
IMO, it still a lot of work with ensuring compatibility of changes with old JavaServer Faces versions (<= 2.3). But for some users support of old versions makes no sense. In such case update-site with changes can be used, that are already done. |
add icons for new menu item and wizard
edit and apply preferences for JSF
This is really something that is hindering development with Jakarta EE + Java 21 + PrimeFaces 13. The autocomplete for PrimeFaces tags and for the methods of the managed beans doesn't work. In IntelliJ and NetBeans, autocomplete works without any additional configuration, but only Eclipse has this issue. I was hoping the 09/2024 version would solve this, but so far nothing has changed, and now I'm waiting for the 12/2024 version. :( |
edit and apply preferences for JSF
manage JSF templates
manage JSF templates
remove unnecesary dependencies
code review: improve API compatibility
code review: improve API compatibility
code review: improve API compatibility
code review: revert change in a bug title
code review: revert change in a bug title
add icons for new menu item and wizard
edit and apply preferences for JSF
manage JSF templates
remove unnecesary dependencies
code review: improve API compatibility
code review: improve API compatibility
code review: improve API compatibility
code review: revert change in a bug title
code review: revert change in a bug title
add icons for new menu item and wizard
edit and apply preferences for JSF
manage JSF templates
remove unnecesary dependencies
code review: improve API compatibility
code review: improve API compatibility
code review: improve API compatibility
code review: revert change in a bug title
code review: revert change in a bug title
add icons for new menu item and wizard
edit and apply preferences for JSF
manage JSF templates
remove unnecesary dependencies
Would be great to get support for the newer Jakarta Faces API versions 3.0, 4.0 and 4.1 (see https://jakarta.ee/specifications/faces/). For now Eclipse seems to be stuck at version 2.3.
Related bugzilla reports:
The text was updated successfully, but these errors were encountered: