Skip to content

OpenEstate-IO 1.4

Compare
Choose a tag to compare
@pinhead84 pinhead84 released this 09 Dec 17:59
· 100 commits to master since this release

This is release supports the latest version of Kyero-XML (3.4) and updates the dependencies. Please consider before update, that there are some API changes. This release is used in OpenEstate-ImmoTool 1.0-beta43.

Changelog

  • Added automatic module names into JAR manifests.
  • Updated commons-codec library to version 1.11.
  • Updated commons-csv library to version 1.6.
  • Updated commons-io library to version 2.6.
  • Updated commons-lang library to version 3.8.1.
  • Updated commons-text library to version 1.3.
  • API change: The XML format of trovit.com was rewritten from scratch. Because trovit.com does not provide a XML schema anymore we've created our own unofficial XML schema, that is used for generation of Java classes via JAXB. The new implementation contains some additions (e.g. new XML elements, new property types). Due to the new schema some of the generated JAXB classes were renamed, improved and simplified.
  • API change: The XML format of kyero.com has been updated to the latest version 3.4 (11th August 2017). This update adds some XML elements and removes some languages. Take a look at their specification for more information.
  • API change: We're using java.net.URI instead of java.net.URL in the XML formats of daft.ie, kyero.com and IS24 whenever possible. See Always read the documentation/code – a.k.a. java.net.URL is evil for more information.
  • API change: JAXB classes were regenerated with compatibility for Bean Introspection API's. Getter methods for Boolean values were renamed from getValue() to isValue().
  • Migrated project to IntelliJ IDEA.