OpenEstate-IS24-REST 0.3
This release updates JAXB classes and dependencies, fixes some problems and provides low level methods to access Geo Information Service API. This version 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. - Low level methods to access Geo Information Service API
were implemented (seeGIS.java).
bugfixes
- Updates and publishings are separately executed during bulk exports.
- Always parse / print
xsd:decimal,xsd:doubleorxsd:floatvalues as
java.lang.BigDecimal.
updates
- The JAXB classes were regenerated against the latest XSD schemas from IS24.
Authorizationand
Verification
classes are implementingjava.io.Serializable.- The following schemas are not provided anymore by IS24. Their corresponding
Java classes / packages were removed from this library: alterationdate-1.0.xsdbookingoverview-1.0.xsdproductrecommondation-1.0.xsdrealestatestock-1.0.xsdzipandlocationtoregion-1.0.xsd- Classes and methods, that were marked as deprecated in 0.2.x versions
have been removed. - Updated
annotationslibrary from FindBugs to version 3.0.1u2. - Updated
commons-langlibrary to version 3.4. - Updated
jaxb2-basicslibraries to version 0.10.0. - Updated
loremlibrary to version 2.0. - Updated
slf4jlibrary to version 1.7.13. - Updated HTTP components libraries in the
hc43module to version 4.3.6.