OpenEstate-IO 1.0
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
- The library is available through Maven Central Repository
from this release on. See documentation page about Maven
for more informations. - implemented FMPXMLLAYOUT & FMPXMLRESULT format of Filemaker databases
updates
- general
- updated
commons-csvlibrary to version 1.2 - updated
commons-langlibrary to version 3.4 - updated
jaxb2-basicslibraries to version 0.10.0 - updated
slf4jlibraries to version 1.7.13 - all XML formats
- use
java.math.BigDecimalforxsd:float,xsd:double,xsd:decimal
values in XML classes - use
java.math.BigIntegerfor unboundedxsd:integer
values in XML classes - regenerated JAXB classes for
jaxb2-basics0.10.0 - IS24-CSV
- fixed possible
NullPointerExceptionwhen writing anIs24CsvRecord - use
java.math.BigDecimalinstead ofjava.lang.DoubleinIs24CsvRecord - IDX
- fixed possible
NullPointerExceptionwhen writing anIdxRecord - use
java.math.BigDecimalinstead ofjava.lang.DoubleinIdxRecord