javaee / jersey

This is no longer the active Jersey repository. Please see the README.md
http://jersey.github.io
Other
2.86k stars 2.35k forks source link

Document breaking change for custom request parameter converter in migration guide #2957

Open glassfishrobot opened 10 years ago

glassfishrobot commented 10 years ago

The discussion in #2937 revealed that Jersey 2.x documentation in Section 3.2 documents how to use "customer request parameter" converters in tt>@*Param</tt.

However, in Jersey 1.x, it was possible to use "message body readers/writers" for such use case although not specifically documented in JAX-RS 1.0 specification.

This ticket requests to make explicit reference to this breaking change from Jersey 1.x to Jersey 2.x for the users.

Affected Versions

[2.13]

glassfishrobot commented 10 years ago

Reported by nobeh5

glassfishrobot commented 10 years ago

@AdamLindenthal said: Thanks for opening, moving to backlog in order to be able to plan it for one of the future sprints.

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA JERSEY-2685