Skip to content

OpenEstate-IS24-REST 0.3.3

Compare
Choose a tag to compare
@pinhead84 pinhead84 released this 14 May 01:53
· 100 commits to master since this release

This release fixes a problem with invalid XML during bulk exports, introduces some little changes and updates the dependencies. This version is used in OpenEstate-ImmoTool 1.0-beta40.

Changelog

bugfixes

  • Bulk exports stop immediately, when invalid XML is provided. (issue #6)

updates

  • Allow object descriptions with maximal 3999 characters. (issue #4)
  • Support XKO country code for Kosovo. (issue #5)
  • Add option to remove objects before update in bulk exports.
  • org.openestate.is24.restapi.AbstractClient implements java.io.Closeable.
  • Generated JAXB classes implement java.io.Serializable.
  • Replaced deprecated org.apache.commons.io.IOExceptionWithCause with java.io.IOException.
  • Support simple JSON requests within org.openestate.is24.restapi.AbstractClient via sendJsonRequest(). (issue #7)
  • Updated commons-io library to version 2.5.
  • Updated commons-lang library to version 3.5.
  • Updated jaxb2-basics library to version 0.11.1.
  • Updated Lorem library to version 2.1.
  • Updated slf4j libraries to version 1.7.25.