Merge branch 'pr-2831' into master

[core] Fix XMLRenderer newlines when running under IBM Java #2831
This commit is contained in:
Andreas Dangel
2020-10-22 09:44:20 +02:00
2 changed files with 46 additions and 13 deletions

View File

@ -22,6 +22,9 @@ This is a {{ site.pmd.release_type }} release.
the Java VM, which is bad, if the VM runs an application server which many independent applications.
### Fixed Issues
* core
* [#2831](https://github.com/pmd/pmd/pull/2831): \[core] Fix XMLRenderer newlines when running under IBM Java
* java-errorprone
* [#2157](https://github.com/pmd/pmd/issues/2157): \[java] Improve DoNotCallSystemExit: permit call in main(), flag System.halt
* [#2764](https://github.com/pmd/pmd/issues/2764): \[java] CloseResourceRule does not recognize multiple assignment done to resource