One of the features I liked in Java16 are the logging changes. The updated logging API works on handlers. There are different handlers FileHandler, MemoryHandler and ConsoleHandler. Depending on the need, these handlers can be configured in runtime. Here is a scenario., if you want to debug or pipe entry of the logging information going … Continue reading Java 16 logging
Author: Sathish Jayapal
Indie software engineer.
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

You must be logged in to post a comment.