Marcelo Romulo Fernandes
Marcelo Romulo Fernandes
##### Issue Overview Admin Template uses the main branch to create **Jakarta** and **Javax** releases. It resulted in some management problems like #216 and #211. ##### Current Behaviour A single...
mojarra-spring-boot-starter 5.0.0-m1 usage raises ClassNotFoundException: jakarta.validation.ConstraintViolation with [jar](https://github.com/joinfaces/joinfaces-maven-jar-example) and [war](https://github.com/joinfaces/joinfaces-maven-war-example) packages. The error happens with tomcat, jetty, and undertow. It is specific to mojarra starter. It does not happen with...
When I upgrade joinfaces to 3.2.0-rc2 in [joinfaces-maven-jar-example](https://github.com/joinfaces/joinfaces-maven-jar-example/tree/joinfaces-3.2.0-rc2), I got the error: ``` 16:50:52.151 [main] ERROR o.a.c.c.C.[Tomcat].[localhost].[/] - Error configuring application listener of class [org.ocpsoft.rewrite.servlet.impl.RewriteServletRequestListener] java.lang.ClassCastException: ClassCastException: Service class [org.ocpsoft.rewrite.spring.SpringServletContextLoader]...
We should not support Jakarta EE 9 in the JoinFaces 5.0.x branch. I post my rationale [here](https://github.com/joinfaces/joinfaces/discussions/1516#discussioncomment-4121075).
I think it should be useful to see OpenFaces deployed at maven central repository.
Starting with spring boot 3.3.0, joinfaces 3.3.0 and graalvm 21, [the native build is broken](https://github.com/joinfaces/joinfaces-maven-war-example/actions/runs/9354621238/job/25747870796). If I use spring boot 3.3.0, joinfaces 5.3.0 and graalvm 21 **community**, it works. If...