Building WebDSL project produces warnings like these:

warning: [removal] Double(double) in Double has been deprecated and marked for removal
warning: [removal] Float(float) in Float has been deprecated and marked for removal
warning: [removal] Integer(int) in Integer has been deprecated and marked for removal

in the generated code. To support future versions of JDK the generated conversions need to be replaced.

Submitted by Alex Chichigin on 28 July 2021 at 09:50

Log in to post comments