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
The jakarta.faces.context.FacesContext imports the implementation class com.sun.faces.config.InitFacesContext. This reference was added in 4.1.0 via the following commit: 6d7d667#diff-39da5308af272503db12b96df31c5c3b1fda2997e336bd6d982631fe3328e13dR26-R67
jakarta.faces.context.FacesContext
com.sun.faces.config.InitFacesContext
Should the initContextServletContext use the FacesContext class instead as the parametrized type?
FacesContext
This was created as a follow-up to our challenge: jakartaee/faces#1957
The text was updated successfully, but these errors were encountered:
Fix #5484: api classes should not have impl dependencies
7e5c5b7
Merge pull request #5485 from eclipse-ee4j/issue_5484_remove_impl_spe…
ee908d2
…cific_dependency_from_api_class Fix #5484: api classes should not have impl dependencies
No branches or pull requests
The
jakarta.faces.context.FacesContext
imports the implementation classcom.sun.faces.config.InitFacesContext
. This reference was added in 4.1.0 via the following commit: 6d7d667#diff-39da5308af272503db12b96df31c5c3b1fda2997e336bd6d982631fe3328e13dR26-R67Should the initContextServletContext use the
FacesContext
class instead as the parametrized type?This was created as a follow-up to our challenge: jakartaee/faces#1957
The text was updated successfully, but these errors were encountered: