Project: jackson-jaxrs-providers
Sub-modules:
  jackson-jaxrs-json-provider
  jackson-jaxrs-smile-provider
  jackson-jaxrs-xml-provider
Version: 2.2.2 (31-May-2013)

Changes:

#11: ContextResolvers don't work for ObjectMapper due over-aggressive caching
 (reported by Bill Burke (from Resteasy))
#12: OSGi imports missing dependency from json/smile/xml to base package
 (reported by Matt Bishop)
#14: Allow "application/javascript" type for JSON provider
 (requested by Stephan202@github)

------------------------------------------------------------------------
=== History: ===
------------------------------------------------------------------------

2.2.1 (03-May-2013)

#8: ProviderBase does not close `JsonGenerator`
 (contributed by Steven S)
#9: Dependency to Jetty was accidentally left as compile-time; should be
  'test'
 (reported by KlausBrunner@github)
#10: Problems with proxying of `ProviderBase` (add no-arg constructor)

2.2.0 (22-Apr-2013)

Changes:

#1: Allow binding input to `JsonParser`
#5: Add 'provider.removeUntouchable()'
* Add Woodstox dependency (not just in 'test' scope) to try to avoid problems
  with users relying on SJSXP (such as 'extra' xmlns declarations)
#8: Ensure that `JsonGenerator` is always properly closed, including error cases,
  otherwise can hide problems (due to missing flush of content)
 (contributed by Steven S)

2.1.2 (05-Dec-2012)

No changes.

2.1.1 (11-Nov-2012)

JSON

  * [Issue#17]: Accept empty content as 'null', instead of throwing an
    EOFException
   (requested by Matt B, cjellick@github)

2.1.0 (08-Oct-2012)

XML

  * [Issue#4] Exception on empty content, should return null.

2.0.2 (14-May-2012)

JSON:

  * [Issue-11] Change JAXB annotation module dependency to optional for OSGi
  * [Issue-12] Revert untouchable change to 1.x compatible; so that
    'String' and 'byte[]' are again "untouchable" (JSON provider will NOT
    try to convert them)

2.0.1 (23-Apr-2012)

General:

  * Changed 'jaxrs-311' dependency from 'compile' to 'provided'

JSON:

  * SPI (META-INF/services/) fixed so auto-registration should now work
   (contributed by Simone T)
  * Issue-10: NPE in EndpointConfig, if JAX-RS container passes null
    set of Annotations to writeTo()

2.0.0 (25-Mar-2012)

JSON:

  * [Issue-1] Add @JSONP annotation for declarative JSONP support
  * [Issue-2] Add @JacksonFeatures annotation for reconfiguring serialization,
    deserialization features on per-endpoint basis

[entries for versions 1.x and earlier not retained; refer to earlier releases)
