[PR] Replace `process-sbom` script with CycloneDX configuration [logging-parent]

2024-03-24 Thread via GitHub
ppkarwasz opened a new pull request, #147: URL: https://github.com/apache/logging-parent/pull/147 We replace the custom `process-sbom` execution that post-processes the SBOM generated by the CycloneDX plugin, with the new `` configuration of the CycloneDX plugin. Closes #105 -- Th

Re: [PR] Fix issue #2380: Log messages with insufficient parameters should not throw exception. (logging-log4j2)

2024-03-24 Thread via GitHub
SeasonPanPan commented on PR #2393: URL: https://github.com/apache/logging-log4j2/pull/2393#issuecomment-2016745711 > Apart from the usage of `args.length`, it looks good to me. Done. Because the argCount might be 0 in ReusableMessage, I made a non-zero judgment in advance. -- This