xmlgraphics-commons icon indicating copy to clipboard operation
xmlgraphics-commons copied to clipboard

Apache XML Graphics Commons

Results 5 xmlgraphics-commons issues
Sort by recently updated
recently updated
newest added

Hi :wave: Thank you for providing this useful library! This change aims to provide a green pipeline to the project. It is failing at the moment due to a Sonar...

The actions can't work in PR CIs as the secrets are not available. Let's skip the checks so PR check results pass.

Fixes https://issues.apache.org/jira/browse/XGC-148 TODO: * [x] `IOUtils.closeQuitely` — replaced with `try-with-resources` * [x] `IOUtils.toString(Reader)` — implemented a function in test (it was used in a single test only) * [x] `IOUtils.copy`....