Re: GXT 2.3.1 to 4.0.2 migration

2022-08-06 Thread Ricardo Serathiuk
I have described in another thread about patches in GXT. The link: https://groups.google.com/g/google-web-toolkit/c/If897MPqvw0/m/UBc7f4X9BwAJ You can extract all the source code of the GXT jar and created a repository for your company, or put all the source code in the same repository of your

Re: GXT 2.3.1 to 4.0.2 migration

2022-08-06 Thread Jens
You can create the same java file in the same package in your project's source directory and then adjust the implementation. It should then override the one in your dependencies. -- J. dhia.xd...@gmail.com schrieb am Samstag, 6. August 2022 um 15:49:46 UTC+2: > do you mean to unzip the jar,

Re: GXT 2.3.1 to 4.0.2 migration

2022-08-06 Thread Lorenzo Aditi
do you mean to unzip the jar, modify the .java file, compile it and zip into a jar ? Le vendredi 5 août 2022 à 22:19:54 UTC+2, Ricardo Serathiuk a écrit : > Try to change the line 322 of ListField to this: > sb.append(m.get(prop).toString()); > > > > Em sex., 5 de ago. de 2022 às 16:34,

Re: GXT 2.3.1 to 4.0.2 migration

2022-08-05 Thread Lorenzo Aditi
How to change that? It is a .class file (compiled) of a the gxt dependency. I don't have the hand over that. Do you mean creating a class that extends ListField and overriding that method? If so is there a way in java to tell the compiler to use the overidden class instead? Le vendredi 5 août

Re: GXT 2.3.1 to 4.0.2 migration

2022-08-05 Thread Ricardo Serathiuk
Try to change the line 322 of ListField to this: sb.append(m.get(prop).toString()); Em sex., 5 de ago. de 2022 às 16:34, Lorenzo Aditi escreveu: > Hello, > > We used to have GWT 2.4 & GXT 2.2.5 and we migrated to GWT 2.8.1. > > Now I am using GWT 2.8 with gxt 2.2.5 and Jdk 1.8.0_291, even

GXT 2.3.1 to 4.0.2 migration

2022-08-05 Thread Lorenzo Aditi
Hello, We used to have GWT 2.4 & GXT 2.2.5 and we migrated to GWT 2.8.1. Now I am using GWT 2.8 with gxt 2.2.5 and Jdk 1.8.0_291, even when upgrading gxt-2.3.1a-gwt22 I still get this error when maven is building I got this error