Skip to content

OpenEstate-IS24-REST 0.3

Choose a tag to compare

@pinhead84 pinhead84 released this 12 Dec 23:12
· 150 commits to master since this release

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

bugfixes

  • Updates and publishings are separately executed during bulk exports.
  • Always parse / print xsd:decimal, xsd:double or xsd:float values as
    java.lang.BigDecimal.

updates

  • The JAXB classes were regenerated against the latest XSD schemas from IS24.
  • Authorization and
    Verification
    classes are implementing java.io.Serializable.
  • The following schemas are not provided anymore by IS24. Their corresponding
    Java classes / packages were removed from this library:
  • alterationdate-1.0.xsd
  • bookingoverview-1.0.xsd
  • productrecommondation-1.0.xsd
  • realestatestock-1.0.xsd
  • zipandlocationtoregion-1.0.xsd
  • Classes and methods, that were marked as deprecated in 0.2.x versions
    have been removed.
  • Updated annotations library from FindBugs to version 3.0.1u2.
  • Updated commons-lang library to version 3.4.
  • Updated jaxb2-basics libraries to version 0.10.0.
  • Updated lorem library to version 2.0.
  • Updated slf4j library to version 1.7.13.
  • Updated HTTP components libraries in the hc43 module to version 4.3.6.