JAVA 16 and some Spring Boot lessons

Some interesting observations when upgrading boot to JAVA 16. I use IntelliJ for my development. Make sure the pom file is updated with latest JDK version <properties><java.version>16</java.version></properties> Boot version that was compatible with 2.4.4. Upgrade of boot prevents this following error Caused by: org.springframework.core.NestedIOException: ASM ClassReader failed to parse class file - probably due to … Continue reading JAVA 16 and some Spring Boot lessons