3.7.0
- 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