Skip to content

Releases: fva-net/rexs-api-java

v0.15.0

Choose a tag to compare

@github-actions github-actions released this 10 Mar 12:53

TODO Document me!

v0.14.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 12:07

TODO Document me!

v0.13.0

Choose a tag to compare

@karstenroethig karstenroethig released this 19 Feb 12:36

Added

  • Added RexsVersion.getAll().
  • Synchronized RexsIoFormat with permitted extensions from the REXS specification

v0.12.0

Choose a tag to compare

@karstenroethig karstenroethig released this 03 Jan 10:33

Added

  • Added REXS 1.7

Fixed

  • Fixed the issue that RexsVersion.findByModelVersion(...) did not searches for additional model versions.
  • Fixed the issue that schema files contains non-UTF8 characters.

v0.11.0

Choose a tag to compare

@karstenroethig karstenroethig released this 03 Jan 10:32

Changed

  • JAXB classes are now using element wrappers instead of wrapper classes
  • RexsVersion with distinction in schemaVersion and modelVersion
  • Validation: Display unknown custom attributes as a warning

v0.10.0

Choose a tag to compare

@karstenroethig karstenroethig released this 03 Jan 10:31

Added

  • Added numericId to components in schema files

Changed

  • Using JAXB to generate data classes
  • Renaming default branch from "master" to "main"
  • Changed class types on data classes from BigInteger and BigDecimal to int and double

Removed

  • Dropped language-dependent schema files

Fixed

  • Relations not loaded in schema for versions lower than 1.6

v0.9.0

Choose a tag to compare

@karstenroethig karstenroethig released this 03 Jan 10:31

Added

  • Automatic publishing to Maven Central for releases
  • Adding missing "applicationLanguage" to XML and XSD
  • Add "DEV" as a constant version

Changed

  • Renaming "DbModel" to "Schema" (packages, classes)

v0.8.1

Choose a tag to compare

@karstenroethig karstenroethig released this 09 Aug 13:06

What's Changed

  • Add numeric ID to RexsValueType and RexsUnitId
  • Improved validation of REXS files

v0.7.0

Choose a tag to compare

@karstenroethig karstenroethig released this 06 May 12:15

What's Changed

  • feat: Adjustments for relations in the REXS database

v0.6.1

Choose a tag to compare

@karstenroethig karstenroethig released this 24 Jan 10:31

What's Changed

  • REXS 1.6 added