Skip to content

Releases: oblac/jodd

v5.3.0

13 Oct 20:54
@igr igr
903a10f
Compare
Choose a tag to compare

Promoted 2 more modules.

v5.1.6

10 Aug 18:10
@igr igr
171b32f
Compare
Choose a tag to compare

Moving towards 6.0.0.
Lagarto moved to separate repo!

v5.1.5

06 Jul 13:32
@igr igr
88b5cf7
Compare
Choose a tag to compare

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

05 Mar 09:27
@igr igr
8d03d7d
Compare
Choose a tag to compare

Sorry, changelog N/A at this time.

v5.1.3

11 Feb 16:19
@igr igr
b86c6a8
Compare
Choose a tag to compare

MethRef updated.

v5.1.2

11 Feb 09:33
@igr igr
d79743a
Compare
Choose a tag to compare

Just a dependencies fix since v5.1.0

v5.1.0

07 Feb 19:19
@igr igr
ed55a2a
Compare
Choose a tag to compare
v5.1.0 Pre-release
Pre-release

Mostly bugfixes.
TBA

v5.0.13

14 May 11:14
@igr igr
39247ed
Compare
Choose a tag to compare

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

12 Apr 15:08
@igr igr
279b05a
Compare
Choose a tag to compare

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

01 Apr 12:53
@igr igr
f1b1f50
Compare
Choose a tag to compare

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.