Compiling GWT application built with SmartGWT 6.1 on Java17 is failing with ambiguous class error for "com.smartgwt.client.data.Record".
Obviously, this conflicts with the "Record" class introduced by more recent versions of Java.
We have switched to SmartGWT 13 but we are still running tests for filters built with SmartGWT 6.1
Is there a more recent version of SmartGWT 6.1-p20210902 compatible with Java17 ?
Obviously, this conflicts with the "Record" class introduced by more recent versions of Java.
We have switched to SmartGWT 13 but we are still running tests for filters built with SmartGWT 6.1
Is there a more recent version of SmartGWT 6.1-p20210902 compatible with Java17 ?
Comment