ppkarwasz commented on issue #3704: URL: https://github.com/apache/logging-log4j2/issues/3704#issuecomment-3152108167
The build failure you're seeing is caused by the **BND Baseline Plugin**, which we use to **explicitly opt in** to any changes in the public API. This helps us catch unintended API breaks. In this case, the API changes are expected as part of your implementation. To resolve the failure, you'll need to **increment the version of the affected package(s)** according to our [guidelines for fixing API compatibility check failures](https://github.com/apache/logging-log4j2/blob/2.x/BUILDING.adoc#fixing-api-compatibility-check-failures). Let me know if you need help identifying the affected packages or version updates. -- 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]
