Skip to content

Releases: OxalisCommunity/vefa-peppol

4.1.1

09 Jun 06:06
Compare
Choose a tag to compare

What's Changed

  • Fix concurrent calls to resolveDocumentIdentifiers - should not share resolvedServiceMetaDataURIList across invokations by @dladlk in #64

New Contributors

Full Changelog: v4.1.0...v4.1.1

4.1.0

02 Jun 13:44
Compare
Choose a tag to compare
4.1.0 Pre-release
Pre-release
  • Set NAPTR Lookup (PFUOI 4.4.0) as default. In order to continue using CNAME lookup with this version, set following property in oxalis.conf
    lookup.locator.class=network.oxalis.vefa.peppol.lookup.locator.BusdoxLocator
  • Bump httpclient to 5.4.4
  • Bump commons-certvalidator to 4.6.0
  • Bump peppol-specifications to 2.5.0
  • Bump dnsjava to 3.6.3
  • Bump guava to 33.4.8-jre
  • Bump lombok to 1.18.38
  • Bump metainf-services to 1.11
  • Bump testng to 7.11.0
  • mockito-core to 5.17.0
  • wiremock to 3.0.1

Full Changelog: v4.0.0...v4.1.0

4.0.0

03 May 09:35
Compare
Choose a tag to compare

What's Changed

  • Added support for eDEC CodeList version 9.1
  • Peppol wildcard change (PFUOI 4.3.0)
  • Removed outdated FRPOC support
  • Bump commons-certvalidator from 4.4.0 to 4.5.0
  • Bump peppol-specifications from 2.3.0 to 2.4.0
  • Bump slf4j from 2.0.6 to 2.0.17
  • Bump lombok from 1.18.24 to 1.18.32
  • Bump httpclient, from 4.5.13 to 4.5.14
  • Bump guava from 33.3.1-jre to 33.4.0-jre
  • Bump typesafe from 1.4.2 to 1.4.3
  • Migrated from javax.mail to jakarta.mail
  • Module peppol-publisher upgraded to Jakarta Servlet API

New Contributors

Full Changelog: v3.8.0...v4.0.0

3.7.2 (Old supported version)

02 Apr 19:38
Compare
Choose a tag to compare
  • Added support for eDEC codelist version 9.1
  • Peppol wildcard change (PFUOI 4.3.0)
  • Added configurable properties in oxalis conf for locator and global dns server vs company dns

Full Changelog: v3.7.0...v3.7.2

3.8.0

26 Oct 20:27
Compare
Choose a tag to compare

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

Full Changelog: v3.7.0...v3.8.0

3.7.0

10 Aug 15:07
Compare
Choose a tag to compare
  • 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

19 May 16:36
Compare
Choose a tag to compare
  • 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

04 Mar 08:02
Compare
Choose a tag to compare
  • 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

09 Dec 01:12
Compare
Choose a tag to compare
  • 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

13 Nov 10:40
Compare
Choose a tag to compare
  • 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