hankem commented on issue #3754:
URL: 
https://github.com/apache/logging-log4j2/issues/3754#issuecomment-2981740257

   Downgrading to SpotBugs < 
[4.9.0](https://github.com/spotbugs/spotbugs/releases/tag/4.9.0) solves the 
issue:
   ```diff
   --- a/log4j-parent/pom.xml
   +++ b/log4j-parent/pom.xml
   @@ -130,7 +130,8 @@
        
<osgi.annotation.versioning.version>1.1.2</osgi.annotation.versioning.version>
        <pax-exam.version>4.14.0</pax-exam.version>
        <plexus-utils.version>3.6.0</plexus-utils.version>
   -    <spotbugs-annotations.version>4.9.3</spotbugs-annotations.version>
   +    <!-- com.github.spotbugs:spotbugs-annotations:4.9.0+ requires Java 11 
-->
   +    <spotbugs-annotations.version>4.8.6</spotbugs-annotations.version>
        <spring-boot.version>2.7.18</spring-boot.version>
        <spring-framework.version>5.3.39</spring-framework.version>
        <system-stubs.version>2.0.3</system-stubs.version>
   ```


-- 
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]

Reply via email to