Jodd Versions Save

Jodd! Lightweight. Java. Zero dependencies. Use what you like.

v5.3.0

3 years ago

Promoted 2 more modules.

v5.1.6

3 years ago

Moving towards 6.0.0. Lagarto moved to separate repo!

v5.1.5

3 years ago

New Features

  • madvoc - added @In.defaultValue()
  • json - added type parser map.
  • methref - added counter for methref detection.

Breaking changes

  • methref - methods on() and to() renamed to of() and get().
  • pathref - methods on() and to() renamed to of() and get().
  • jerry - removed $() method in favor of s() - 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

4 years ago

Sorry, changelog N/A at this time.

v5.1.3

4 years ago

MethRef updated.

v5.1.2

4 years ago

Just a dependencies fix since v5.1.0

v5.1.0

4 years ago

Mostly bugfixes. TBA

v5.0.13

4 years ago

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.

v5.0.12

4 years ago

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

v5.0.11

4 years ago

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.