Skip to content

Oxalis 7.0.0-RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@aaron-kumar aaron-kumar released this 08 Dec 02:40
· 5 commits to master since this release

What's Changed

  • Major version i.e. incompatible with previous version
  • Jakarta version upgrade by @smahieu87
  • Require upgrade to Tomcat 10.x
  • Run with all Java versions starting 11 to 23 without any workaround and/or warning messages
  • Migration from Opentracing (Archived/unsupported) to OpenTelemetry
  • Added configurable properties in oxalis.conf for locator and global dns server vs organization dns
# Configure following properties for BusdoxLocator and BdxlLocator in Oxalis.conf as per your requirements
lookup.locator.busdox.timeout=30
lookup.locator.busdox.maxRetries=3
lookup.locator.busdox.enablePublicDNS = false
lookup.locator.bdxl.timeout=20
lookup.locator.bdxl.maxRetries=2
lookup.locator.bdxl.enablePublicDNS = false
  • Further refinement of lookup result error handling with actionable messages
  • Bump peppol-specifications to version 2.3.0
  • Bump pkix-ocsp version to 2.3.0
  • Bump commons-certvalidator to version 4.4.0
  • Bump vefa-peppol to version 3.8.0
  • Bump guava version to 33.3.1-jre
  • Bump h2 database to version 2.3.232
  • Bump dnsjava version to 3.6.2
  • Bump logback version version to 1.5.6
  • Bump Jetty version to 11.0.24
  • Updated ELMA SMP domain
  • Replaced old revoked AP test certificate with Norstella test AP certificate
  • Updated SMP Prod and Test Certificate

New Contributors

  • @smahieu87 made his first contribution for Jakarta version upgrade