What's Changed
- Added configurable properties in oxalis conf for locator and global dns server vs company 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 : 9540e20
- jakarta upgrade by @smahieu87 in #60
- Bump guava version to 33.3.1-jre
- Bump commons-certvalidator to version 4.4.0
- Bump peppol-specifications to version 2.3.0
- Bump dnsjava version to 3.6.2
- 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 their first contribution in #60
Full Changelog: v3.7.0...v3.8.0