JERSEY-2612 make it possible for custom javax.ws.rs.ext.ParamConverter t...#98
JERSEY-2612 make it possible for custom javax.ws.rs.ext.ParamConverter t...#98mpotociar merged 3 commits intojavaee:masterfrom nicolasyanncouturier:JERSEY-2612
Conversation
|
Can one of the admins verify this patch? |
|
Hi Nicolas, before review your pull request, we need you to sign Oracle Contributor Agreement. See also more information about contributing to Jersey here: |
|
Jenkins, please test this patch. |
|
Hi Marek, The OCA is signed and sent. On a side note, as I proposed in the JIRA issue comment, I could get rid of the "Optional" thing and rephrase the issue and test so that it does not bring in that "non-spec compliant" example. |
|
Jenkins, please retest this patch. |
|
Seems like the copyrights were making jenkins build fail. Should be fixed now. |
|
Jenkins, please retest this patch. |
…r to handle when they are given null values (such as to support java.util.Optional for example)
...o handle when they are given null values (such as to support java.util.Optional for example)