Skip to content

v5.0.7

Compare
Choose a tag to compare
@igr igr released this 05 Feb 11:46
· 226 commits to master since this release
2bca54b

New features

  • http - added EMLComposer.compose for ReceivedEmail.
  • http - added max number of redirects, defaulting to 50.

Breaking changes

  • db - GenericDao uses generic id, not long anymore.
  • madvoc - empty parameters are null now.

Bug fixes

  • props - fixed conversion to Map.
  • db - fixed LocalDate and LocalDateTime mappings.
  • http - allowing contentTypeJson to be used in any order.
  • http - fixed an issue with re-reading the request.
  • http - fixed an issue with query param parsing.
  • core - fixed up Java version parsing.