Re: Jasper's use of deprecated boxed primitive constructors

2021-06-15 Thread Adam Rauch
On 6/14/2021 12:38 PM, Mark Thomas wrote: On 14/06/2021 20:31, Adam Rauch wrote: As you're probably aware, all Boolean, Byte, Character, Double, Float, Integer, Long, and Short constructors were deprecated in JDK 9,

Re: Jasper's use of deprecated boxed primitive constructors

2021-06-14 Thread Mark Thomas
On 14/06/2021 20:31, Adam Rauch wrote: As you're probably aware, all Boolean, Byte, Character, Double, Float, Integer, Long, and Short constructors were deprecated in JDK 9, https://www.oracle.com/java/technologies/javase/9-deprecated-features.html#JDK-8065614. They were then marked

Jasper's use of deprecated boxed primitive constructors

2021-06-14 Thread Adam Rauch
As you're probably aware, all Boolean, Byte, Character, Double, Float, Integer, Long, and Short constructors were deprecated in JDK 9, https://www.oracle.com/java/technologies/javase/9-deprecated-features.html#JDK-8065614. They were then marked forRemoval=true in JDK 16. Jasper generates code