Skip to content

Oxalis-AS4 7.0.0

Latest
Compare
Choose a tag to compare
@aaron-kumar aaron-kumar released this 15 Dec 13:00
· 1 commit 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
# If below lookup.locator.busdox.enablePublicDNS is set to true then it will use Google & Cloudflare DNS thereby bypassing organization DNS. 
# Google DNS is faster, but it also performs DNSSEC validation by default. 
# If DNSSEC signature expired in SML then it will throw SERVFAIL error. 
# There is trade-off between speed vs security. Keep it false, if you are Not sure what you are doing.  
lookup.locator.busdox.enablePublicDNS = false 

lookup.locator.bdxl.timeout=20
lookup.locator.bdxl.maxRetries=2
# If below lookup.locator.bdxl.enablePublicDNS is set to true then it will use Google & Cloudflare DNS thereby bypassing organization DNS. 
# Google DNS is faster, but it also performs DNSSEC validation by default. 
# If DNSSEC signature expired in SML then it will throw SERVFAIL error. 
# There is trade-off between speed vs security. Keep it false, if you are Not sure what you are doing.  
lookup.locator.bdxl.enablePublicDNS = false
  • Further refinement of lookup results, 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 oxalis to version 7.0.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