Skip to content

SRU2021-9.2.3

Compare
Choose a tag to compare
@zubri zubri released this 25 Oct 19:04

RELEASE 9.2.3 - October 2021

  • Updated dependency: Apache Commons Lang 3.8.1 -> 3.12.0
  • Updated dependency: Apache Commons Text 1.6 -> 1.9
  • Updated dependency: Gson 2.8.2 -> 2.8.8

RELEASE 9.2.2 - October 2021

  • (PW-584) Enhanced the XML serialization to use localized line separators

RELEASE 9.2.1 - June 2021

  • NamespaceReader utility class made public with method to extract namespaces from XML, or to check if an element exists
  • NamespaceAndElementFilter made public, used by the parser, handy to implement a validator
  • (GH-26) Fixed AppHdr JSON conversion with explicit new namespace field as discriminator
  • (GH-24) Added a new MxWriteConfiguration and EscapeHandler API to tweak the serialization into XML

RELEASE 9.2.0 - May 2021

New Contributors