Releases: oblac/jodd
Releases · oblac/jodd
v5.0.10
v5.0.9
v5.0.8
New features
- json - added
strictTypes
flag 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.compose
forReceivedEmail
. - http - added max number of redirects, defaulting to 50.
Breaking changes
- db -
GenericDao
uses generic id, notlong
anymore. - madvoc - empty parameters are
null
now.
Bug fixes
- props - fixed conversion to
Map
. - db - fixed
LocalDate
andLocalDateTime
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.
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.mkdirs
return 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
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.