Skip to content

OpenEstate-IS24-REST 0.3.2

Compare
Choose a tag to compare
@pinhead84 pinhead84 released this 11 Mar 14:47
· 128 commits to master since this release

This is a bugfix release, that fixes a validation problem of email addresses with new top level domains (nTLD). This version is used in OpenEstate-ImmoTool 1.0-beta38.

Changelog

bugfixes

  • Less strict validation of e-mail addresses.
    E-mail addresses are currently validated with classes provided by
    commons-validator when XML is read
    or written. This validator does not handle new top level domains (nTLD)
    properly. Therefore the validation is replaced by a more simple approach,
    that validates the e-mail address against the pattern, that is specified by
    IS24 in common-1.0.xsd.

updates

  • The package org.openestate.is24.restapi.utils.validator, that contains
    some classes of commons-validator,
    was removed from source code.