We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i'm getting an error while compiling when i have log4j on the classpath:
ERROR elemento.shaded.freemarker.log.LoggerFactory: Unexpected error when initializing logging for "Log4j". Exception: java.lang.RuntimeException: Unexpected error when creating logger factory for "Log4j". Caused by: java.lang.ClassNotFoundException: elemento.shaded.freemarker.log._Log4jLoggerFactory
sample: https://github.com/halkosajtarevic/elemento-log4j-issue
is there any way to workaround this? thanks in advance!
The text was updated successfully, but these errors were encountered:
I've split elemento-template into elemento-template-api and elemento-template-processor (see #41)
elemento-template
elemento-template-api
elemento-template-processor
Can you please verify if the issue still exists, If you add elemento-template-processor using <scope>provided</scope>?
<scope>provided</scope>
Sorry, something went wrong.
that fixes the issue! thank you - do you know when this will be available on mavencentral?
I'll release a new version later today.
No branches or pull requests
i'm getting an error while compiling when i have log4j on the classpath:
ERROR elemento.shaded.freemarker.log.LoggerFactory: Unexpected error when initializing logging for "Log4j". Exception: java.lang.RuntimeException: Unexpected error when creating logger factory for "Log4j". Caused by: java.lang.ClassNotFoundException: elemento.shaded.freemarker.log._Log4jLoggerFactory
sample: https://github.com/halkosajtarevic/elemento-log4j-issue
is there any way to workaround this? thanks in advance!
The text was updated successfully, but these errors were encountered: