Re: [jackson-user] Deprecated findSerializationType might be breaking refineSerializationType (v2.8.1)

2016-08-12 Thread JonyD
I've created a repo in https://github.com/JonyD/my-app with a failing test. The pom.xml is a bit messy but it's important because of dependencies. just do "mvn clean install" to run the failing test. I hope this helps and hope you can find the bug. Notice that with jackson version 2.4.6 the test

[jackson-user] Add support to "required" attribute in non creator parameters

2016-08-12 Thread Hélder Sousa
Hi I found the issues #858 and #869 in GitHub Issues tracker regarding the required attribute. I understand the current code works only for creator parameters, as per the examp

[jackson-user] Support for "required" property on non creator parameters

2016-08-12 Thread Hélder Sousa
Hi, I found these issues in GitHub issues tracker: #858 and #869 . As @TatuSaloranta explained, I understand that "required" attribute in @JsonProperty works only for creator pa