Releases: oblac/jodd
Releases · oblac/jodd
v5.3.0
v5.1.6
v5.1.5
New Features
- madvoc - added
@In.defaultValue()
- json - added type parser map.
- methref - added counter for methref detection.
Breaking changes
- methref - methods
on()
andto()
renamed toof()
andget()
. - pathref - methods
on()
andto()
renamed toof()
andget()
. - jerry - removed
$()
method in favor ofs()
- graal compatible.
Bug fixes
- http - cookies not passed down in
HttpBrowser
after a redirect occurs. - lagarto - fixed issue with the conditional comments
v5.1.4
v5.1.3
v5.1.2
v5.1.0
v5.0.13
New Features
- proxetta - updated to ASM 7.1.
Breaking changes
- jerry - method
$()
deprecated (and will be removed soon).
Bug fixes
- core -
MimeTypes
return extensions in correct order. - http - fixes special case when server returns
null
for chunked encoding. - http - fixed
SSLSocketHttpConnectionProvider
that was being ignored. - db - fix for primitives in
SqlChunk
. - proxetta - fixed an issue when generics were defined in declaration of supertype.