logging-log4j2 icon indicating copy to clipboard operation
logging-log4j2 copied to clipboard

Exclude certain standard library classes from docgen type exclusion (#3423)

Open jbb01 opened this issue 9 months ago • 3 comments

This will allow the log4j-docgen-maven-plugin to generate xsd schema attributes for plugin fields with a type of Class, InetAddress, URL, Charset or Pattern. This addresses #3423.

jbb01 avatar Mar 22 '25 14:03 jbb01

Job Requested goals Build Tool Version Build Outcome Build Scan®
build-macos-latest clean install 3.9.8 :white_check_mark: Build Scan PUBLISHED
build-ubuntu-latest clean install 3.9.8 :white_check_mark: Build Scan PUBLISHED
build-windows-latest clean install 3.9.8 :x: Build Scan PUBLISHED

Generated by gradle/develocity-actions

github-actions[bot] avatar Apr 13 '25 19:04 github-actions[bot]

I am somewhat confused as to why the build fails. If I'm reading the logs correctly the spotbugs plugin is complaining about some Java code, but this PR does not change any Java code. Is this an issue with the PR or with the build pipeline?

jbb01 avatar Apr 30 '25 11:04 jbb01

I am somewhat confused as to why the build fails. If I'm reading the logs correctly the spotbugs plugin is complaining about some Java code, but this PR does not change any Java code. Is this an issue with the PR or with the build pipeline?

Please merge the changes from 2.x. The failure is due to an upgrade of Spotbugs, which has more rules now.

ppkarwasz avatar May 01 '25 06:05 ppkarwasz