Re: Announcing GWT 2.10.1 and 2.11 releases

2024-01-13 Thread Craig Mitchell
Thank you Colin! You're spot on, found it: https://mvnrepository.com/artifact/org.gwtproject/gwt-servlet-jakarta/2.11.0 > *Note that this is not compatible with running your jakarta-servlet app inside dev mode, but you will need to run your own server separately from dev mode. * Thanks

Re: Announcing GWT 2.10.1 and 2.11 releases

2024-01-13 Thread Colin Alworth
Craig, you’ll need to change to the -jakarta artifacts. That is, for RemoteServiceServlet, instead of gwt-servlet.jar, use gwt-servlet-jakarta.jar, and the class is in the .rpc.jakarta package to ensure there is no possibility of referencing the wrong type. Change both the jar and your imports

Re: Announcing GWT 2.10.1 and 2.11 releases

2024-01-13 Thread Craig Mitchell
Awesome! Thank you GWT team! Regarding: *> Added release artifacts for jakarta.servlet packages for both RequestFactory and GWT-RPC.* When I look at com.google.gwt.user.server.rpc.RemoteServiceServlet, it's still using javax.servlet.http.HttpServlet. So calls like getThreadLocalRequest()

Re: Announcing GWT 2.10.1 and 2.11 releases

2024-01-11 Thread Filipe Sousa
 On Tuesday, January 9, 2024 at 9:36:08 PM UTC Colin Alworth wrote: > I'm excited to announce the release of 2.10.1 and 2.11.0! This is our > second release under the new groupId, be sure when you update to change > away from "com.google.gwt", as it will not get more updates. > > If you use

Re: Announcing GWT 2.10.1 and 2.11 releases

2024-01-11 Thread lofid...@gmail.com
Great work GWT Team! Thanks a lot! Lofi am...@mun.co.il schrieb am Donnerstag, 11. Januar 2024 um 10:56:43 UTC+1: > Thank you! > > On Tuesday, January 9, 2024 at 11:36:08 PM UTC+2 Colin Alworth wrote: > >> I'm excited to announce the release of 2.10.1 and 2.11.0! This is our >> second release

Re: Announcing GWT 2.10.1 and 2.11 releases

2024-01-11 Thread am...@mun.co.il
Thank you! On Tuesday, January 9, 2024 at 11:36:08 PM UTC+2 Colin Alworth wrote: > I'm excited to announce the release of 2.10.1 and 2.11.0! This is our > second release under the new groupId, be sure when you update to change > away from "com.google.gwt", as it will not get more updates. > >

Re: Announcing GWT 2.10.1 and 2.11 releases

2024-01-10 Thread Adrian Smith
Thanks for all the work you put in to GWT! Much appreciated! Really looking forward to the improved Collections support myself. On Wednesday, January 10, 2024 at 12:30:29 PM UTC+1 Giuseppe La Scaleia wrote: > Great work guys. > > > Giuseppe La Scaleia > CNR - IMAA > geoSDI > Sviluppo Software

Re: Announcing GWT 2.10.1 and 2.11 releases

2024-01-10 Thread Giuseppe La Scaleia
Great work guys. Giuseppe La Scaleia CNR - IMAA geoSDI Sviluppo Software C.da S. Loja 85050 Tito Scalo - POTENZA (PZ) Italia phone: +39 0971427305 fax: +39 0971 427271 mob:+39 331 2174998 mail: glascal...@gmail.com skype: glascaleia web: https://www.geosdi.org Il

Re: Announcing GWT 2.10.1 and 2.11 releases

2024-01-10 Thread David Nouls
Nice to see such a quick follow-up to a security finding and also fast progress for Java 17/21 support! Kind regards David Nouls On 9 Jan 2024 at 22:36 +0100, Colin Alworth , wrote: > I'm excited to announce the release of 2.10.1 and 2.11.0! This is our second > release under the new groupId,

Re: Announcing GWT 2.10.1 and 2.11 releases

2024-01-09 Thread Aaron Davidson
A heartfelt thank-you to Colin & all contributors! On Tuesday, January 9, 2024 at 1:36:08 PM UTC-8 Colin Alworth wrote: > I'm excited to announce the release of 2.10.1 and 2.11.0! This is our > second release under the new groupId, be sure when you update to change > away from

Announcing GWT 2.10.1 and 2.11 releases

2024-01-09 Thread Colin Alworth
I'm excited to announce the release of 2.10.1 and 2.11.0! This is our second release under the new groupId, be sure when you update to change away from "com.google.gwt", as it will not get more updates. If you use GWT-RPC and JPA/JDO annotations in your project, we strongly suggest updating at