OnnoH commented on PR #121:
URL: https://github.com/apache/freemarker/pull/121#issuecomment-2870012197

   Thanks @fugerit79 and @ddekany. It was a toolchain issue and after 
installing the required legacy JDKs, the build worked! (After migrating to a 
new machine, I never thought about installing them ;-)
   
   Adding the new .jar to my project it produced the expected results when 
passing in an object or an object in a map. The picocli-codegen annotation 
processor added the needed reflection for this class automatically.
   
   When starting my application, it spits out this error:
   `ERROR freemarker.log.LoggerFactory: Unexpected error when initializing 
logging for "SLF4J".
        Exception: java.lang.RuntimeException: Unexpected error when creating 
logger factory for "SLF4J".
        Caused by: java.lang.ClassNotFoundException: 
freemarker.log._SLF4JLoggerFactory`
   
   Do I need to include the Slf4J dependencies in my project?


-- 
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]

Reply via email to