ddekany commented on PR #121: URL: https://github.com/apache/freemarker/pull/121#issuecomment-2875492919
If the org.slf4j.Logger class exists, then FreeMarker tries to use SLF4J for its own logging. It's still a problem that it fails with `java.lang.ClassNotFoundException: freemarker.log._SLF4JLoggerFactory`. I guess (not sure), since thes LoggerFactory implementations are only instantiated via Java reflection, they should be added to native-image.properties. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
