Weโre currently migrating our legacy project from *GWT 2.8.1 to GWT 2.12.0*
to be compatible with *JDK 17* and modern tooling. As part of this upgrade,
weโve updated the dependency from:
<dependency>
<groupId>org.gwtrpcspring</groupId>
<artifactId>gwtrpc-spring</artifactId>
<version>1.01</version>
</dependency>
To :
<dependency>
<groupId>org.gwtrpcspring</groupId>
<artifactId>gwtrpc-spring</artifactId>
<version>1.02</version>
</dependency>
Weโre facing the following challenges:
-
*Deployment fails in WildFly 33*, throwing NoClassDefFoundError for
javax.servlet.http.HttpServlet, which seems to originate from
RemoteServiceServlet in the GWT RPC stack.
-
The artifact gwtrpc-spring:1.02 isn't resolving from Maven Central, and
the old configured repo http://www.mvnsearch.org/maven2/ is *timing out*.
-
We're unsure if *gwtrpc-spring 1.02* is compatible with GWT 2.12 and
*Jakarta
EE 9+ (jakarta.servlet)* changes.
๐ *Has anyone successfully used gwtrpc-spring with GWT 2.12 and JDK 17?*
๐ Any fork or alternative for gwtrpc-spring compatible with modern GWT and
WildFly?
๐ Suggestions on resolving servlet dependencies (HttpServlet) when
deploying in WildFly 33?
Any help, pointers, or even working examples would be greatly appreciated!
๐
Thanks in advance!
โ Arpan
--
You received this message because you are subscribed to the Google Groups "GWT
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/google-web-toolkit/c8b79b25-64f3-48ce-b56a-b8c1f8904284n%40googlegroups.com.