Re: Upgrade GWT from 2.7 to 2.9

2021-06-10 Thread HATIM SETTI
I understand the advantages of java 8, but i'm working on an existing project in a company, and *for now* they don't want to update to java 8, they want to upgrade gwt . So I have to convice them that there is no reason to upgrade from gwt 2.7 to 2.8, because our matter now is securities

Re: Upgrade GWT from 2.7 to 2.9

2021-06-09 Thread Craig Mitchell
Avoid it!?! Why would you want to avoid it? Pre java 8 sucks. No Lambdas for a start. Feel free to Google all the advantages of Java 8. I say, reduce your tech debt, upgrade to the latest. :-) On Tuesday, 8 June 2021 at 9:03:59 pm UTC+10 HATIM SETTI wrote: > Hi, > > thank you guys for

Re: Upgrade GWT from 2.7 to 2.9

2021-06-08 Thread HATIM SETTI
Hi, thank you guys for your responses. So there is no breaking changes from 2.7 to 2.9. the main reason that we want to upgrade is for securities reasons, so I suggest there is no need to upgrade to 2.9 ?! not to mention that we will have to migrate to java 8 or latest version. so a lot of

Re: Upgrade GWT from 2.7 to 2.9

2021-06-03 Thread David Nouls
Hi, Migration is nearly invisible but if you depend on 3rd party gwt libs then there is always risk that they are no longer supported. I ran into some backward compatibility issue with generics support with GWT2.9. It compiled on 2.8 but fails with 2.9. I did not find the time to create a bug

Re: Upgrade GWT from 2.7 to 2.9

2021-06-03 Thread Thomas Broyer
On Thursday, June 3, 2021 at 6:42:15 PM UTC+2 HATIM SETTI wrote: > Hi team, > > I'm working on an existing project with (gwt 2.7 , maven Java 6,spring..), > and we want to upgrade to 2,8 or 2.9 atest version. > > And I want to know the impact of that, will we need to change a lot of > code,

Upgrade GWT from 2.7 to 2.9

2021-06-03 Thread HATIM SETTI
Hi team, I'm working on an existing project with (gwt 2.7 , maven Java 6,spring..), and we want to upgrade to 2,8 or 2.9 atest version. And I want to know the impact of that, will we need to change a lot of code, what the steps shoud I follow ? Also what the gain of upgrading to the latest