Community Commons v10.2.0 causes compile error

0
I've upgraded the Community Commons module to the latest version available for Mendix 9 (using 9.24.34), but it causes a compile error:   javasource\communitycommons\StringUtils.java:231: error: cannot find symbol        return IOUtils.toString(BOMInputStream.builder().setInputStream(inputStream).get(), charset);                                              ^  symbol:   method builder()  location: class BOMInputStreamNote: Some input files use or override a deprecated API.Note: Recompile with -Xlint:deprecation for details.1 error   Any suggestion how to solve this (or just go back to previous version?).
asked
1 answers
0

Delete commons-io-2.11.0.jar (and all other obsolete jars for community commons) from the userlib

 

 

commons-lang3-3.11

failureaccess-1.0.1

guava-32.0.1-jre

j2objc-annotations-2.8

answered