Skip to content

OpenEstate-IS24-REST 0.5

Compare
Choose a tag to compare
@pinhead84 pinhead84 released this 08 Dec 22:50
· 43 commits to master since this release

This version is used in OpenEstate-ImmoTool 1.0-beta43.

Changelog

  • Artifacts of the project were renamed to OpenEstate-IS24-REST-Core, OpenEstate-IS24-REST-HC42, OpenEstate-IS24-REST-HC43, OpenEstate-IS24-REST-Examples and OpenEstate-IS24-REST-WebApp. Please make sure to rename the dependencies in your Maven project.
  • Added automatic module names into JAR manifests.
  • Regenerated JAXB classes against the latest XSD schemas from IS24.
  • Updated commons-codec library to version 1.11.
  • 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: We're using java.net.URI instead of java.net.URL 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.