On Thu, 5 Jan 2023 21:59:30 GMT, Justin Lu <d...@openjdk.org> wrote: > Removed constructors of primitive wrapper classes (deprecated for removal) in > _javax.xml.stream.XMLOutputFactory_ > > Replaced with Boolean static fields: Boolean.TRUE and Boolean.FALSE
This pull request has now been integrated. Changeset: b8852f65 Author: Justin Lu <justin...@oracle.com> Committer: Naoto Sato <na...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/b8852f65a0adcb9ee5693bb6727a0668aa9808bf Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod 8299502: Usage of constructors of primitive wrapper classes should be avoided in javax.xml API docs Reviewed-by: joehw, naoto, lancea ------------- PR: https://git.openjdk.org/jdk/pull/11872