Skip to content

OpenEstate-IO 1.0

Compare
Choose a tag to compare
@pinhead84 pinhead84 released this 13 Dec 00:50
· 232 commits to master since this release

We're happy to provide the final 1.0 version of OpenEstate-IO, which introduces two XML formats for Filemaker databases, updates some dependencies, updates JAXB classes and also fixes some problems. This release is used in OpenEstate-ImmoTool 1.0-beta37.

Changelog

new features

updates

  • general
  • updated commons-csv library to version 1.2
  • updated commons-lang library to version 3.4
  • updated jaxb2-basics libraries to version 0.10.0
  • updated slf4j libraries to version 1.7.13
  • all XML formats
  • use java.math.BigDecimal for xsd:float, xsd:double, xsd:decimal
    values in XML classes
  • use java.math.BigInteger for unbounded xsd:integer
    values in XML classes
  • regenerated JAXB classes for jaxb2-basics 0.10.0
  • IS24-CSV
  • fixed possible NullPointerException when writing an Is24CsvRecord
  • use java.math.BigDecimal instead of java.lang.Double in Is24CsvRecord
  • IDX
  • fixed possible NullPointerException when writing an IdxRecord
  • use java.math.BigDecimal instead of java.lang.Double in IdxRecord