Re: Upgrading GWT-based application - issues with JEP-238 (MultiRelease) jar files

2021-08-05 Thread mmo
Thanks for responding! Meanwhile I am deploying to a local Tomcat (which is the target server anyway, so this also spares us issues caused by differences of the two...). On Thursday, July 29, 2021 at 12:51:20 PM UTC+2 Jens wrote: > But how can I replace the Jetty embedded in the GWT Maven plugi

Re: Upgrading GWT-based application - issues with JEP-238 (MultiRelease) jar files

2021-07-29 Thread Jens
> But how can I replace the Jetty embedded in the GWT Maven plugin? Or is > there some other way to work-around or fix this? > You won't use the GWT Maven plugin to launch any GWT embedded Jetty. You would use a Maven Jetty plugin directly to deploy your server side code. Alternatively insta

Upgrading GWT-based application - issues with JEP-238 (MultiRelease) jar files

2021-07-28 Thread mmo
I am trying to update the hibernate and spring versions used by a legacy application which uses GWT 2.8.1. Doing so I ran into an issue when starting the application using the GWT maven plugin's gwt:run or gwt:debug commands - see the error message at the bottom. Some search results that I found