-
Notifications
You must be signed in to change notification settings - Fork 55
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
Faces 4.0: remove deprecated ResourceResolver #1583
Labels
mojarra-implemented
API issue implemented by Mojarra
myfaces-implemented
API issue implemented by MyFaces
Milestone
Comments
BalusC
added a commit
to eclipse-ee4j/mojarra
that referenced
this issue
Sep 12, 2021
Remove deprecated ResourceResolver from API
BalusC
added a commit
to eclipse-ee4j/mojarra
that referenced
this issue
Sep 12, 2021
Remove deprecated ResourceResolver from impl
also done in MF, please close |
arjantijms
added
mojarra-implemented
API issue implemented by Mojarra
myfaces-implemented
API issue implemented by MyFaces
labels
Sep 13, 2021
Thanks, I added labels to indicate whether it's implemented. |
liptga
pushed a commit
to liptga/spring-webflow
that referenced
this issue
Feb 1, 2023
- FlowResourceResolver.java is removed, since was deprecated - see jakartaee/faces#1583
rstoyanchev
pushed a commit
to spring-projects/spring-webflow
that referenced
this issue
Mar 27, 2023
FlowResourceResolver.java is removed, since it was deprecated, see jakartaee/faces#1583 See gh-1794
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
mojarra-implemented
API issue implemented by Mojarra
myfaces-implemented
API issue implemented by MyFaces
ResourceResolver
was deprecated since 2.2:It's time to remove it.
For a real world example of migration from
ResourceResolver
toResourceHandler
, take this OmniFaces commit as an example: omnifaces/omnifaces@65d6c3a#diff-2fcedbdaa1d6c98f1597f920fff6e3611c18e9320c2201f8ae4c174d7e3656e1Summary, this usage of
ResourceResolver
can be rewritten to this usage of
ResourceHandler
The text was updated successfully, but these errors were encountered: