vaadin / cdi

CDI Integration for Vaadin
Apache License 2.0
41 stars 56 forks source link

chore: Update Wildfly version to latest #412

Closed mshabarov closed 1 year ago

MarcinVaadin commented 1 year ago

I'm not sure why, but the Servlet 5 issue occured:

jakarta.servlet.ServletException: This application requires Servlet 5+ and the server you are running on (WildFly Preview 26.1.2.Final (WildFly Core 18.1.2.Final) - 2.2.19.Final) supports Servlet 3
mshabarov commented 1 year ago

I'm not sure why, but the Servlet 5 issue occured:

jakarta.servlet.ServletException: This application requires Servlet 5+ and the server you are running on (WildFly Preview 26.1.2.Final (WildFly Core 18.1.2.Final) - 2.2.19.Final) supports Servlet 3

This is because of Flow's check of servlet version. Looks like Wildfly 26.1.x support Servlet 3.0 as well. I changed the version to the most recent 27.0.0.Beta1, let's see. Otherwise, we would need to add an exclusion to the servlet version checker for WildFly.

MarcinVaadin commented 1 year ago

Preview WildFly has Jakarta EE 9 support

mshabarov commented 1 year ago

@MarcinVaadin could you please redo the review. Now validation passes.