Skip to content

Releases: OxalisCommunity/Oxalis-AS4

Oxalis-AS4 6.7.0 Release

10 Aug 18:33
Compare
Choose a tag to compare
  • Added eDEC Codelist version 8.9 support
  • Bump Oxalis version to 6.7.0
  • Bump vefa-peppol version to 3.7.0
  • Bump dnsjava version to 3.6.0
  • Bump commons-certvalidator version to 4.2.0
  • Replaced expired Peppol test certificate
  • Optimized BdxlLocator and BusdoxLocator to fix 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: v6.6.0...v6.7.0

Oxalis-AS4 6.6.0 Release

20 May 07:34
Compare
Choose a tag to compare
  • Added eDEC Codelist version 8.8 support
  • Bump vefa-peppol version to 3.6.0
  • Bump cxf version to 3.5.8
  • Bump Bouncycastle version to 1.78.1 to fix following vulnerabilities:
    • Bouncy Castle crafted signature and public key can be used to trigger an infinite loop
    • Bouncy Castle affected by timing side-channel for RSA key exchange ("The Marvin Attack")
    • Bouncy Castle certificate parsing issues cause high CPU usage during parameter evaluation.
    • Bouncy Castle Denial of Service (DoS)
    • Bouncy Castle For Java LDAP injection vulnerability
  • Bump commons-certvalidator to version 4.1.0
  • Bump dnsjava to 3.5.3 version
  • France Peppol certificate update

Full Changelog: v6.5.0...v6.6.0

Oxalis-AS4 6.5.0 Release

04 Mar 19:37
Compare
Choose a tag to compare
  • Bump Oxalis to version 6.5.0 and added certification validation
  • Fixed test-cases

Full Changelog: v6.4.0...v6.5.0

Oxalis-AS4 6.4.0 Release

09 Dec 10:11
Compare
Choose a tag to compare
  • Added eDEC codelist v8.7 support
  • Fixed security vulnerability related to logback-classic by version upgrade from 1.3.5 to 1.3.12
  • Bump Oxalis to Oxalis 6.4.0

Full Changelog: v6.3.0...v6.4.0

Oxalis-AS4 6.3.0 Release

13 Nov 14:21
Compare
Choose a tag to compare
  • Bump Oxalis version to 6.3.0 to fix AS4 Transport value
    Full Changelog: v6.2.0...v6.3.0

Oxalis-AS4 6.2.0 Release

14 Oct 21:03
Compare
Choose a tag to compare

What's Changed

  • Made C1 country code mandatory as per Peppol SBDH v2.0.1 i.e. Outbound message will fail, if C1 country code is Missing in SBD Header. Note that since Oxalis version 4.1.0, it is duty of SP AP to construct SBD Header and pass it as input payload.
  • Fix for C1CountryIdentifier (COUNTRY_C1) not set in As4PayloadHeader … by @seciq in #218

New Contributors

Full Changelog: v6.1.1...v6.2.0

Oxalis-AS4 6.1.1 Release

24 Sep 18:38
Compare
Choose a tag to compare
  • Added support for Peppol SBDH v2.0.1 and eDEC Code Lists v8.6
  • Oxalis to 6.1.1
  • Bump vefa.peppol to 3.2.0
  • Bump Peppol specifications to 2.2.0

Full Changelog: v6.0.0...v6.1.1

Oxalis-AS4 6.0.0 Release

18 Jun 12:11
Compare
Choose a tag to compare
  • Java 11 as minimum supported Java version
  • Upgraded to Jakarta EE 8
  • Added minimum level support for Peppol France POC
  • Peppol Wildcard Scheme Support
  • Bump Oxalis to 6.0.0
  • Bump Peppol specifications to 2.0.0
  • Bump vefa.peppol to 3.1.0

Full Changelog: v5.5.0...v6.0.0

Oxalis-AS4 6.0.0-RC3 Release

11 May 20:11
Compare
Choose a tag to compare
Pre-release

Oxalis-AS4 5.5.0 Release

03 Jan 06:15
Compare
Choose a tag to compare

Full Changelog: v5.4.0...v5.5.0

NOTE: If you are using Oxalis 5.5.0/Oxalis-AS4 5.5.0 and you are compiling source on Java 8, then download attached "dummy.zip" and place it's content in \oxalis-5.5.0\oxalis-test\src\main\resources\dummy . This will fix certification expiration issue.