bercolax opened a new issue, #4338:
URL: https://github.com/apache/netbeans/issues/4338
### Apache NetBeans version
Apache NetBeans 14
### What happened
I have created a Maven built JakartaEE 9 web application in Netbeans 14.
Other things are working fine. But in the JSF page, I am not able to see the
EL auto complete displaying the list of @Named beans. As the packages have been
renamed jakarta (replacing javax), may be the changes must be done in the
related modules to list the @jakarta.inject.Named annotated Java classes in the
EL autocomplete.
The navigation from the EL in the JSF page to the Java source code of the
jakarta.inject.Named annotated Java classes is also not happening.
### How to reproduce
- Create a brand new JakartaEE 9 based Maven web app
- Create a simple @jakarta.inject.Named annotated backing bean with
@Named(value="demoBean") with just 1 function
- In the JSF create EL #{ and then in the auto complete you dont see
demoBean being listed.
### Did this work correctly in an earlier version?
No
### Operating System
Ubuntu 20+, Windows 11
### JDK
JDK 11
### Apache NetBeans packaging
Apache NetBeans provided installer
### Anything else
Every time
### Are you willing to submit a pull request?
No
### Code of Conduct
Yes
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists