Fixed database dump/restore data ordering problems by skipping some validation steps when the
user is postgres. Please replace the following functions:
Split development-only classes into a new sub-project in devel/. This
sub-project is used only for development and is never deployed to artifact repositories.
Fixed database dump/restore data ordering problems by skipping some validation steps when the
user is postgres. Please replace the following functions:
DomainName.validate-function.sql
ao-net-types-1.2.1
Release Notes
Minimum Java version changed from 1.7 to 1.8.
Reduced use of property substitutions in pom.xml.
This is to help 3rd-party parsers that fail to perform full Maven-compatible substitutions.
Fixed bug in URIParametersUtils.addParams(…) that failed to separate existing
parameters from new parameters with a &.
New class AnyURI
optimized for high performance manipulation of URL scheme, hier-part, query string, and fragment.
UrlUtils.encodeUrlPath(String, String) renamed to URIEncoder.encodeURI(String)
and now encodes the entire URL. Also no longer does any URL transformations for tel: scheme.
Added streaming variants of URIEncoder.encodeURI(…), too.
UrlUtils.decodeUrlPath(String, String) renamed to URIDecoder.decodeURI(String)
and now decodes the entire URL.
Added streaming variants of URIDecoder.decodeURI(…), too.
New methods URIEncoder.encodeURIComponent(…) for encoding URI path components or fragments.
New methods URIDecoder.decodeURIComponent(…) for decoding URI path components or fragments.
Renamed HttpParameters* to URIParameters*.
URIParametersUtils.addParams(…) now returns the original string when no parameters added.
Added AddressFamily enumeration and InetAddress.getAddressFamily() method.
Deprecated InetAddress.isIPv4() and InetAddress.isIPv6().
Ports are now a combination of port number and protocol instead of just port number.
For example, 143/TCP.
PortRanges are a combination of port range and protocol.
For example, 8080-8087/TCP.
InetAddress improvements:
Fixed bug in IPv4 multicast network mask.
IPv4 addresses are now internally stored in the IPv4-mapped space instead of IPv4-compatibility.
This resolves the ambiguity between unspecified IPv6 :: and IPv4 0.0.0.0.
All bit sequences internally represented by constants to aid in code readability and correctness.
Separated isTeredo() from is6to4().
Added missing TEST-NET-2 and TEST-NET-3 in isDocumentation().
Added isGlobalUnicast() to check for Global Unicast addresses.
Internal representation is now two long fields instead of a LongLong object.
IPv4-compatibility addresses are deprecated. They are no longer considered members of various IPv4-mapped network ranges.