-
Notifications
You must be signed in to change notification settings - Fork 235
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
Migrate spring-faces to Jakarta EE #1794
Conversation
liptga
commented
Feb 1, 2023
- FlowResourceResolver.java is removed, since was deprecated - see Faces 4.0: remove deprecated ResourceResolver jakartaee/faces#1583
- diverse libraries are updated
- FlowResourceResolver.java is removed, since was deprecated - see jakartaee/faces#1583
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the changes and apologies for the delay. Overall looks good and tests pass. Have you tried it with a sample or application yet? I'm wondering if the changes to all the constants work as expected.
FlowResourceResolver.java is removed, since it was deprecated, see jakartaee/faces#1583 See gh-1794
@rstoyanchev We have migrated our framework on Spring Boot 3 and Jakarta EE 10, and we used also this patched version of Spring-faces. All of our unit tests are passing with this changeset, and our demo UI app also works as expected. However it could be surely tested deeper by others. Maybe a release candidate could be built and published, and then lets see if it also works for others. |
Good to know, thanks. I plan to update our own samples in #1795, and we could definitely also use further feedback from other applications. |
When is 3.0.0 due to be released? |
It is released now. |
@rstoyanchev Hi, we are migrating our app to Spring Boot 3.1 and Jakarta EE10 these days, what a challanging task. But, SpringWebflow version 3.0.0 looks really good! I haven't found any issue so far. Many thanks for this major upgrade! |