ppkarwasz opened a new pull request, #3339: URL: https://github.com/apache/logging-log4j2/pull/3339
This PR uses [japicmp](https://siom79.github.io/japicmp/) to compare all 53 stable 2.x releases and document the changes in the public API of the `log4j-api` artifact. The basic invocation of `japicmp` is: ``` java -jar japicmp.jar \ --old-classpath org.osgi.core.jar -o log4j-api-<old_version>.jar \ --new-classpath org.osgi.core.jar -n log4j-api-<new_version>.jar \ -m ``` The resulting report was used to create or fix Javadoc `@since` tags. Part of #1867 -- 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: notifications-unsubscr...@logging.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org