spring-projects / spring-webflow

Spring Web Flow
https://spring.io/projects/spring-webflow
322 stars 229 forks source link

Migrate spring-faces to Jakarta EE #1794

Closed liptga closed 1 year ago

liptga commented 1 year ago
liptga commented 1 year ago

Have you tried it with a sample or application yet?

@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.

rstoyanchev commented 1 year ago

Good to know, thanks. I plan to update our own samples in https://github.com/spring-projects/spring-webflow/issues/1795, and we could definitely also use further feedback from other applications.

keith-h commented 10 months ago

When is 3.0.0 due to be released?

rstoyanchev commented 10 months ago

It is released now.

martin654 commented 5 months ago

@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!