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-4: Changing `JsonProcessingException` to be unchecked #37

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 exceptions used, so that what is now JsonProcessingException (checked exception) will be converted to a new unchecked exception type, most likely with new name (JacksonException). It will also define how wrapping works wrt. IOExceptions that were formerly passed as-is.

Some existing thoughts:

cowtowncoder commented 5 years ago

Now that https://github.com/FasterXML/jackson-future-ideas/wiki/JSTEP-4 is more fleshed out, closing placeholder.