Skip to content

3.7.0

Latest
Compare
Choose a tag to compare
@aaron-kumar aaron-kumar released this 10 Aug 15:07
· 5 commits to master since this release
  • eDEC Codelist v8.9
  • Bump dnsjava version to 3.6.0
  • Bump commons-certvalidator version to 4.2.0
  • Replaced expired Peppol test certificate
  • Fixed BdxlLocator and BusdoxLocator reports network-level errors as participant not found
# Following additional "maxRetries" and "timeout" properties configured in "reference.conf" for BusdoxLocator and BdxlLocator
mode.default.lookup.locator = {
    class: network.oxalis.vefa.peppol.lookup.locator.BusdoxLocator

    bdxl: {
        .....
        .....
        maxRetries: 3
        timeout: 30
    }

    busdox: {
        .....
        .....
        maxRetries: 3
        timeout: 30
    }
}

Full Changelog: v3.6.0...v3.7.0