Releases: oblac/jodd
Releases · oblac/jodd
v5.0.0
v4.3.2
Just a bugfix and more date-time support. That's all.
Features
- bean - added missing date-time type converters.
- dboom - added missing date-time sql type converters.
- json - added missing date-time json type converters.
Bug Fixes
- core - fixed special cases of
StringTemplateParser
usage. - mail - fixed NPE when creating SSL variant of email server.
v4.3.1
v4.3.0
An emotional roller coaster of the release :)
Breaking changes
- all no more internal modules, removed
Defaults
- upload module moved to core
- core
JDateTime
removed. - core
Printf
removed. - core
LocaleUtil
andDateFormatSymbolsEx
removed.
Features
- json - the order of the keys in JSON is now preserved.
- core - added
TimeUtil
utils. - core - added
JulianDate
class, just for Julian dates. - joy - allow to set manually props files to load.
Bug Fixes
- http - special case of media and charset heading value.
- madvoc - fixes body reading on Jetty.
v4.2.0
v4.1.5
Like in every movie flick, having a nice release is always a good thing. Jodd is ready for an Oscar :) In this episode find some sweet addons.
Features
- bean -
UUID
type converter added. - json - added
UUID
JSON type serializer. - petite - added
@PetiteValue
annotation for injecting parameters. - petite - added
implicitParamInjection
flag to enable/disable implicit injection. - props - added optional default values when getting props.
- json - added
PrettyJsonSerializer
! - core - enabled unlimited crypto security (requires > Java8 u151)
- core - added engines for digest, hashes and encryption
- core -
StringUtil
methods for conversion to and frombyte[]
.
Bug Fixes
- gradle - fixes the
pom.xml
forjodd-all
.
v3.6.8
v4.1.4
v4.1.1
Jodd v4.1.1 fixes few critical bugs. Sorry about that.
Bug Fixes
- core - fixed a regression with the stream copying.
- email - fixed access issue for a
Builder
. - core -
JavaBridge
now works with Java9.
Features
- http - added a
header(Map)
method toHttpRequest
.
Breaking changes
- core -
ClassScanner
now begins scanning withscan()
. - http - methods with
boolean
argument renamed to*Overwrite
. - http - methods named
remove
renamed.