stechio commented on issue #3771: URL: https://github.com/apache/logging-log4j2/issues/3771#issuecomment-5147952848
@ctubbsii If only javac had the flexibility to suppress annotation processor-specific warnings, none of these little headaches would affect our builds :) To me, incremental compilation during development is a relief — recompiling several hundreds of code units in a multi-module project every time, even when changes are unlikely to cause binary misalignment, would be a waste (assuming no other project-specific constraint applies, obviously). Separating processors to respective jars would be the ideal workaround to javac constraints, but I suppose that breaking backward compatibility would not be viable for such a widely adopted system... -- 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]
