jodd

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

BSD-2-CLAUSE License

Stars
4.1K
Committers
65

Bot releases are visible (Hide)

jodd - v5.3.0 Latest Release

Published by igr about 4 years ago

Promoted 2 more modules.

jodd - v5.1.6

Published by igr about 4 years ago

Moving towards 6.0.0.
Lagarto moved to separate repo!

jodd - v5.1.5

Published by igr over 4 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
jodd - v5.1.4

Published by igr over 4 years ago

Sorry, changelog N/A at this time.

jodd - v5.1.3

Published by igr over 4 years ago

MethRef updated.

jodd - v5.1.2

Published by igr over 4 years ago

Just a dependencies fix since v5.1.0

jodd - v5.1.0

Published by igr over 4 years ago

Mostly bugfixes.
TBA

jodd - v5.0.13

Published by igr over 5 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.
jodd - v5.0.12

Published by igr over 5 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
jodd - v5.0.11

Published by igr over 5 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.
jodd - v5.0.10

Published by igr over 5 years ago

New features

  • decora - added decora.cache flag that caches decorator content
  • decora - added methods on DecoraManager to register the decorator content or files.
  • json - internal improvements (thanx to Gatling !)

Bug fixes

  • json - fixed issue with parsing slashes in lazy mode.
jodd - v5.0.9

Published by igr over 5 years ago

Bug fixes

  • core - removed usage of Random.
  • dboom - removed using aspects for Loggable connections.
  • http - use connectionTimeout to timeout proxy sockets, too.
jodd - v5.0.8

Published by igr over 5 years ago

New features

  • json - added strictTypes flag for JsonParser.

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.
jodd - v5.0.7

Published by igr over 5 years ago

New features

  • http - added EMLComposer.compose for ReceivedEmail.
  • http - added max number of redirects, defaulting to 50.

Breaking changes

  • db - GenericDao uses generic id, not long anymore.
  • madvoc - empty parameters are null now.

Bug fixes

  • props - fixed conversion to Map.
  • db - fixed LocalDate and LocalDateTime 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.
jodd - v5.0.6

Published by igr almost 6 years ago

New features

  • bean - added special support for inner Supplier for BeanUtil.
  • proxetta - updated to ASM7.

Bug fixes

  • core - fixed java.version parsing under Java 11.
jodd - v5.0.5

Published by igr about 6 years ago

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.
jodd - v5.0.4

Published by igr about 6 years ago

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 and timeout.
  • mail - RFC2822AddressParser methods parseToXxx() now returns null for invalid emails.
  • http - secure connection was sending CONNECT string twice.

Breaking changes

  • mail - debug and timeout 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.
jodd - v5.0.3

Published by igr over 6 years ago

Jodd v5.0.3 contains small update:

  • dboom - added detection of the quote names in annotations.
  • dboom - Added flags to column and table naming strategies for quote chars.

Enjoy the summer!

jodd - v5.0.2

Published by igr over 6 years ago

One minor fix and one important change for the bootstrap use.

New Features

  • joy - added static method for registering joy servlet context listener.

Bug Fixes

  • joy - a better output of the Joy configuration that does not cut of the values.
jodd - v5.0.1

Published by igr over 6 years ago

Minor fixes and improvements.

New Features

  • core - added the Maybe.or(T) method.
  • mail - added receive() and fluent builder.
  • cli - parse values bundled with options (e.g. --name=value)

Bug Fixes

  • cli - fixed the behavior of parameters
Package Rankings
Top 3.23% on Repo1.maven.org
Badges
Extracted from project README
GitHub release Stack Overflow BSD License