Can we uplift GWT2.4.0 to GWT 2.10 directly

2024-01-05 Thread JARUGUBILLI BHARADWAJ
Hello everyone,
We needed to run our application on Java 17 because we were using GWT 2.4.0 
in our application code for some reason. Based on the release notes, I can 
see that Version 2.10 is supported for Java 17. 
We are now using GWT 2.4.0 for our application on Java 8, thus my question 
is: is it possible to upgrade to GWT 2.10 directly or will I would run into 
problems if i do so?

Many thanks ahead of time!

-- 
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 google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/81a04938-e8c6-4d16-b69d-e824e074af58n%40googlegroups.com.


Re: Can we uplift GWT2.4.0 to GWT 2.10 directly

2024-01-05 Thread Colin Alworth
Check out the recent thread 
https://groups.google.com/g/google-web-toolkit/c/3z8KB_5u7ig - most of the 
discussion applies here too. That is, without knowing what libraries you 
use, what application code you've written, what error messages you get from 
attempting either running the app directly on Java 17 or from updating to 
GWT 2.10.0 first, it will be hard to guess what problems you might run in 
to. GWT tries to keep backwards compatibility where possible, but in 12 
years there are going to be a few breaking change to consider in GWT itself 
(and without knowing what other application or library code in your 
project, it would be impossible to guess what else might have broken along 
the way).

Can you share more detail about what you've tried so far?

On Friday, January 5, 2024 at 4:07:41 AM UTC-6 bharadwajja...@gmail.com 
wrote:

> Hello everyone,
> We needed to run our application on Java 17 because we were using GWT 
> 2.4.0 in our application code for some reason. Based on the release notes, 
> I can see that Version 2.10 is supported for Java 17. 
> We are now using GWT 2.4.0 for our application on Java 8, thus my question 
> is: is it possible to upgrade to GWT 2.10 directly or will I would run into 
> problems if i do so?
>
> Many thanks ahead of time!
>

-- 
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 google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/a70c33bb-ed20-4df6-9522-b864f1c6091en%40googlegroups.com.


Re: gwt-maven-springboot-archetype updated ...

2024-01-05 Thread Craig Mitchell
Thank you!  I was struggling to get Springboot to work with GWT, and this 
did it beautifully!

One thing I messed up:

> Define value for property 'package' teamdrift: : jar

I thought it meant how did I want to package the output, as I need an 
executable jar, not a war.  But it meant what did I want my Java package to 
be.  lol.

One small error, the top level pom.xml has 3 blank lines between every XML 
line.  Just like 
this:  
https://github.com/NaluKit/gwt-maven-springboot-archetype/blob/main/clean-modular-springboot-webapp/src/test/resources/projects/basic-webapp/reference/pom.xml
  
Easy to fix up, so only a very minor error.

Thank you for making this awesome tool!

On Tuesday 2 January 2024 at 8:46:30 pm UTC+11 Frank Hossfeld wrote:

> Happy new year! I just released a new version of the 
> https://github.com/NaluKit/gwt-maven-springboot-archetype. The 
> clean-modular-springboot-webapp generates now a Spring Boot 3 (Java 17) 
> with GWT 2.10.0 multi module project. Happy coding!
>

-- 
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 google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/df5b13e2-8bf0-4586-ac16-3b103464c54cn%40googlegroups.com.