v5.0.4
Many little improvements plus one important fix for jodd-mail
. Sorry for any inconvenience.
Bug fixes
- core - fixed special cases in
NaturalOrderComparator
, making rules a bit more strict. - mail - fixed unused
debug
andtimeout
. - mail -
RFC2822AddressParser
methodsparseToXxx()
now returnsnull
for invalid emails. - http - secure connection was sending
CONNECT
string twice.
Breaking changes
- mail -
debug
andtimeout
are now applied before creating the mail server. - http - default security has been set to
TLSv1.1
.
New Features
- joy - added excluded jars for faster scanning.
- mail - added custom properties.
- json - added
onValue
callback for JSON serializer. - json - added
excludeEmpty
flag for JSON serializer. - json - added
allowClass
for whitelisting class names. - petite - allow injection in the private fields of super types.