Skip to content

v5.0.4

Compare
Choose a tag to compare
@igr igr released this 18 Aug 14:58
· 289 commits to master since this release
9c891fc

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 and timeout.
  • mail - RFC2822AddressParser methods parseToXxx() now returns null for invalid emails.
  • http - secure connection was sending CONNECT string twice.

Breaking changes

  • mail - debug and timeout 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.