FasterXML / jackson-future-ideas

Repository for SOLE PURPOSE of issue tracker and Wiki for NEW IDEAS. Please: NO BUG REPORTS.
18 stars 6 forks source link

JSTEP-2: Jackson 3 default settings, behavior changes #35

Closed cowtowncoder closed 5 years ago

cowtowncoder commented 5 years ago

This is the placeholder issue for JSTEP that defines exact details of how Jackson 3.0 will change default settings for things like:

  1. Databind Features (DeserializationFeature, SerializationFeature, MapperFeature)
  2. General stream features (StreamReadFeature, StreamWriteFeature)
  3. Format-specific features (JsonReadFeature, JsonWriteFeature)

except for changes covered under other concurrent JSTEPs (for example, exception inheritance hierarchy changes and JsonNode behavioral changes).

cowtowncoder commented 5 years ago

Copied from wiki (remove once we have separate page):

Done (by 25-Jan-2019):

To Do (possibly):

New features but changing behavior:

cowtowncoder commented 5 years ago

Wiki page created, close placeholder.