Skip to content

3.0.0

Compare
Choose a tag to compare
@aaron-kumar aaron-kumar released this 08 Apr 18:23
· 43 commits to master since this release
  • 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