We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Samples that use dropped APIs fails to deploy on Jakarta EE runtimes or don't work properly.
For example, in https://github.com/eclipse-ee4j/glassfish-samples/blob/a781d86b950fa406a441c734ba5a36e8eb05db60/ws/jakartaee9/jsf/html5/src/main/java/html5/Bean.java, jakarta.faces.bean.SessionScoped should be replaced with jakarta.enterprise.context.SessionScoped, and jakarta.faces.bean.ManagedBean with jakarta.inject.Named.
jakarta.faces.bean.SessionScoped
jakarta.enterprise.context.SessionScoped
jakarta.faces.bean.ManagedBean
jakarta.inject.Named
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Samples that use dropped APIs fails to deploy on Jakarta EE runtimes or don't work properly.
For example, in https://github.com/eclipse-ee4j/glassfish-samples/blob/a781d86b950fa406a441c734ba5a36e8eb05db60/ws/jakartaee9/jsf/html5/src/main/java/html5/Bean.java,
jakarta.faces.bean.SessionScoped
should be replaced withjakarta.enterprise.context.SessionScoped
, andjakarta.faces.bean.ManagedBean
withjakarta.inject.Named
.The text was updated successfully, but these errors were encountered: