Releases: oblac/jodd
Releases · oblac/jodd
v5.0.10
v5.0.9
v5.0.8
New features
- json - added
strictTypesflag forJsonParser.
Breaking changes
- bean - method/field descriptors are no longer getter/setters.
Bug fixes
- http - fixed particular case of changing the host value.
- madovc - the matched path chunk with non-macros will win over the path chunk with macros.
v5.0.7
New features
- http - added
EMLComposer.composeforReceivedEmail. - http - added max number of redirects, defaulting to 50.
Breaking changes
- db -
GenericDaouses generic id, notlonganymore. - madvoc - empty parameters are
nullnow.
Bug fixes
- props - fixed conversion to
Map. - db - fixed
LocalDateandLocalDateTimemappings. - http - allowing
contentTypeJsonto 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.
v5.0.6
v5.0.5
Just refreshing Jodd with some bug fixes and few new features.
Bug fixes
- json - fixed particular case with lazy parsing and escaped chars.
- mail - fixed special case with 1 body and 1 attachment.
- core - fixed Zip slip vulnerability.
New Features
- core -
FileUtil.mkdirsreturn created folder. - email - added new method for unsetting the email flags in builder.
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
debugandtimeout. - mail -
RFC2822AddressParsermethodsparseToXxx()now returnsnullfor invalid emails. - http - secure connection was sending
CONNECTstring twice.
Breaking changes
- mail -
debugandtimeoutare 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
onValuecallback for JSON serializer. - json - added
excludeEmptyflag for JSON serializer. - json - added
allowClassfor whitelisting class names. - petite - allow injection in the private fields of super types.