ppkarwasz commented on PR #102: URL: https://github.com/apache/logging-log4j-tools/pull/102#issuecomment-1936210952
I have: - replace references to annotation classes with `AnnotationMirror`. This way the code should not fail if they are not present, - decreased the JDK requirements to JDK 11. It is entirely possible to compile this module to work with JDK 8, but we would need to add `tools.jar` from JDK 8 as a dependency of the project. This is not very comfortable. -- 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]
