OpenEstate-IS24-REST 0.3.3
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
implementsjava.io.Closeable
.- Generated JAXB classes implement
java.io.Serializable
. - Replaced deprecated
org.apache.commons.io.IOExceptionWithCause
withjava.io.IOException
. - Support simple JSON requests within
org.openestate.is24.restapi.AbstractClient
viasendJsonRequest()
. (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.