As per title, I have pushed 2.8.0 release out (with JAX-RS provider being
synced to Maven Central now). As usual, Scala module should follow with
some delay, but otherwise core components are released.

Release notes can be found from:

https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.8

and here are some of the highlights:

- Java Properties data type now fully operational
(jackson-dataformat-properties): bind Properties with dotted-notation names
into nested POJOs
- Per-type (Class) configuration defaults (equivalent of `@JsonFormat`,
`@JsonInclude`, `@JsonIgnoreProperties`):
     o See ObjectMapper.configOverride(...) for details
- Error message and handling improvements including much extended
`DeserializationProblemHandler`
- `DataInput` allowed for output; and for JSON input (some other formats
may be supported, CBOR and Smile)
- Performance-optimized write of `int[]`, `long[]`, `double[]` for binary
formats (esp. Smile, CBOR, protobuf)
    o Especially helpful for CBOR as it also uses fixed-length notation
- No shading for SnakeYAML (for jackson-dataformat-yaml), to help with OSGi
deployments

As usual, please let us know if there are regressions.

-+ Tatu +-

-- 
You received this message because you are subscribed to the Google Groups 
"jackson-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to