Skip to content

v2.0.0-RC3

Pre-release
Pre-release
Compare
Choose a tag to compare
@cjmamo cjmamo released this 28 Dec 15:39
· 61 commits to master since this release
f4a502d

Release Notes

New Features

  • Tolerate array and optional EDIFACT segments that exceed their maximum bounds (#241)

Fixed Issues

  • Got an incorrect edifact message when i ran smooks-examples -> java-to-edifact (#204)
  • smooks-edi-cartridge 2.0.0-RC1 UTF-8 symbols (#224)
  • Invalid edifact schemas in 2.0.0-RC2 (#236)
  • Added missing JAXB bindings for EDIFACT directories d20a, d20b, d21a, and d21b

Miscellaneous Changes

  • Updated com.github.spullara.mustache.java:compiler dependency to version 0.9.10
  • Updated org.smooks.cartridges:smooks-dfdl-cartridge dependency to version 1.0.0-RC3

Breaking Changes

  • Renamed schemaURI attribute in edifact:unparser, edi:unparser, edifact:parser, and edi:parser resources to schemaUri

Binaries

Apache Maven

EDI Cartridge

<dependency>
  <groupId>org.smooks.cartridges.edi</groupId>
  <artifactId>smooks-edi-cartridge</artifactId>
  <version>2.0.0-RC3</version>
</dependency>

EDIFACT Cartridge

<dependency>
  <groupId>org.smooks.cartridges.edi</groupId>
  <artifactId>smooks-edifact-cartridge</artifactId>
  <version>2.0.0-RC3</version>
</dependency>

EDIFACT Schemas

<dependency>
  <groupId>org.smooks.cartridges.edi</groupId>
  <artifactId>edifact-schemas</artifactId>
  <classifier>[version/release]</classifier>
  <version>2.0.0-RC3</version>
</dependency>

EDIFACT Java Bindings

<dependency>
  <groupId>org.smooks.cartridges.edi</groupId>
  <artifactId>[version/release]-edifact-binding</artifactId>
  <version>2.0.0-RC3</version>
</dependency>