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-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
forxsd:float
,xsd:double
,xsd:decimal
values in XML classes - use
java.math.BigInteger
for unboundedxsd:integer
values in XML classes - regenerated JAXB classes for
jaxb2-basics
0.10.0 - IS24-CSV
- fixed possible
NullPointerException
when writing anIs24CsvRecord
- use
java.math.BigDecimal
instead ofjava.lang.Double
inIs24CsvRecord
- IDX
- fixed possible
NullPointerException
when writing anIdxRecord
- use
java.math.BigDecimal
instead ofjava.lang.Double
inIdxRecord