Skip to content

Oxalis 7.2.0-RC1

Pre-release
Pre-release

Choose a tag to compare

@aaron-kumar aaron-kumar released this 10 Jun 16:02
· 29 commits to master since this release
  • NAPTR Lookup Support (PFUOI 4.4.0): In this release, NAPTR lookup is now the default lookup method.
    Users who prefer to continue using CNAME lookup may do so until T2 (01.11.2025). To maintain CNAME lookup with this version, set the following property in oxalis.conf:
lookup.locator.class=network.oxalis.vefa.peppol.lookup.locator.BusdoxLocator
  • Peppol Wildcard Change (PFUOI 4.3.0)
    To support the Peppol PINT wildcard migration, a new mandatory parameter has been introduced: oxalis.pint.wildcard.migration.phase
    In this release, the default value is set to 1. However, you can configure this value in oxalis.conf as and when needed as per timeframe:
# For T1 (May 15th, 2025, onward): - Set value to 1 on/after May 15th, 2025 ) - Default value in this version
oxalis.pint.wildcard.migration.phase=1
# For T2 (~September 03, 2025/TBD): - "busdox scheme exact match" in PINT messages will be removed in T2. You will start getting error message with phrase "...or SMP registration is not valid" when you continue trying to send PINT message with "busdox scheme" 
oxalis.pint.wildcard.migration.phase=2

For PINT documents. always use "peppol-doctype-wildcard" as Document Type Identifier Scheme in SBDH otherwise default "busdox-docid-qns" value will be considered. This can lead to SMP lookup error if SMP registration is only available with "peppol-doctype-wildcard" and you are Not providing Document Type Identifier Scheme in SBDH. For details, refer "PINT Wildcard Migration Plan"

  • Bump httpclient to 5.4.4
  • Bump vefa.peppol to 4.1.1
  • Bump commons-certvalidator to 4.6.0
  • Bump peppol-specifications to 2.5.0
  • Bump cxf to 4.0.8
  • Bump jetty to 11.0.25
  • Bump jaxb-impl to 4.0.5
  • Bump guava to 33.4.8-jre
  • Bump joda-time to 2.14.0
  • Bump commons-dbcp2 to 2.13.0
  • Bump commons-io to 2.19.0
  • Bump mariadb-java-client to 3.5.3
  • Bump hsqldb to 2.7.4
  • Bump logback to 1.5.18
  • Bump opentelemetry.apache.httpclient to 2.16.0-alpha
  • Bump opentelemetry to 1.50.0
  • Bump testng to 7.11.0
  • Bump mockito-core to 5.17.0
  • Bump lombok to 1.18.38
  • Bump metainf-services to 1.11

Full Changelog: v7.1.0...v7.2.0-RC1