Releases: OxalisCommunity/vefa-peppol
Releases · OxalisCommunity/vefa-peppol
3.8.0
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
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
3.6.0
- eDEC Codelist 8.8 and Denmark issuing agency name correction
- Bump commons-certvalidator to version 4.1.0
- Bump dnsjava to 3.5.3 version
- France Peppol certificate update
Full Changelog: v3.5.0...v3.6.0
3.5.0
- Fixed some failing test cases by using latest Transport Profiles, Document Types, Participant Identifier Schemes
- Signed some test samples with valid certificate, ServiceActivationDate and ServiceExpirationDate
Full Changelog: v3.4.0...v3.5.0
3.4.0
- Added eDEC codelist v8.7 support
- Fixed some test cases which were failing because some test endpoints are Not available now
Full Changelog: v3.3.1...v3.4.0
3.3.1
- Set AS4 Transport profile value to PEPPOL_AS4_2_0 (peppol-transport-as4-v2_0) instead of ESENS_AS4 (bdxr-transport-ebms3-as4-v1p0) - Fixed #53
Full Changelog: v3.3.0...v3.3.1
3.3.0
- Made C1 country code mandatory as per Peppol SBDH v2.0.1
- Fixed expired SMP certificate
Full Changelog: v3.2.0...v3.3.0
3.2.0
- Added support for Peppol Business Message Envelope v2.0.1
- Added support for eDEC Code Lists v8.6
Full Changelog: v3.1.0...v3.2.0
3.1.0
- Added minimum level support for Peppol France POC : 437fa31
- Bump Guava version to 32.0.1-jre : 685b772
Full Changelog: v3.0.0...v3.1.0
3.0.0
- Java 11 as minimum supported Java version
- Transport profiles START, AS2v1 and ASv2 deprecated as per OpenPeppol eDEC Code List version 8.4, will be removed in future released
- Participant identifier schemes IT:VAT (9906), IT:CF (9907), NO:ORGNR (9908), SE:VAT (9955), DE:LID (9958) removed as per OpenPeppol eDEC Code List version 8.4
- Participant identifier schemes IT:COD (0205) added as per OpenPeppol eDEC Code List version 8.4
- Participant identifier schemes JP:IIN (0221) for Japan and MY:EIF (0230) for Malaysia added as per OpenPeppol eDEC Code List version 8.5
- Upgraded to Jakarta EE 8
- Bump dnsjava to version 3.5.2
- Improvement in SML Locator (busdox locator and bdxl locator) changes, error handling and retries mechanism
- Both busdox locator and bdxl locator are now configurable via oxalis.conf i.e following properties added:
lookup.locator.busdox.maxRetries=1
lookup.locator.busdox.timeout=30 # in seconds
lookup.locator.bdxl.maxRetries=1
lookup.locator.bdxl.timeout=30 # in seconds
- ApacheFetcher is now the default Fetcher
- Bump commons-certvalidator to 4.0.0
- Bump Peppol specifications to 2.0.0
- Bump TestNG version to 7.7.1
- Bump mockito-core version to 4.11.0
Full Changelog: v2.5.0...v3.0.0