- Notifications
You must be signed in to change notification settings - Fork724
Releases: oblac/jodd
Releases · oblac/jodd
v5.3.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
v5.1.6
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Moving towards 6.0.0.
Lagarto moved to separate repo!
Assets2
v5.1.5
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
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
Assets2
v5.1.4
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Sorry, changelog N/A at this time.
Assets2
v5.1.3
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
MethRef updated.
Assets2
v5.1.2
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Just a dependencies fix since v5.1.0
Assets2
v5.1.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
v5.1.0Pre-release
Pre-release
Mostly bugfixes.
TBA
Assets2
v5.0.13
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
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.
Assets2
v5.0.12
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Bug fixes
- db - fixed empty checking for numberic fields
- db - debug log works better for dates
- json - fixed lazy map
- stapler - fixed issue with data urls in CSS
Assets2
v5.0.11
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Breaking changes
- bean - the internals of Java system classes are no longer accessible.
Bug fixes
- db - fixed special case of double columns, used in PostgreSQL.
- stapler - fixed issue with absolute urls in CSS.