Skip to content
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

Update JSF Jakarta EE 9 samples to replace dropped APIs with existing APIs #69

Open
OndroMih opened this issue Apr 19, 2023 · 0 comments

Comments

@OndroMih
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant