Tatu Saloranta

Results 2493 comments of Tatu Saloranta

@hjohn Ah. Yes, documentation is hard, but it should not give the wrong idea. Btw, the reason why adding `@JsonProperty` works is because there is heuristic to make `@JsonCreator` optional...

I think this was fixed via #17 (and release notes for 2.14.0 refer to it). Closing.

I would need a reproduction of problem to help, in general; but also this is for Jackson 1.x which is not supported any more.

@websterlkc You may also include these (which are fine), but exception message clearly spells out class names (under package `org.codehaus.`) as well as actual jar name and version number. So...

@mathieu Hi there! I was thinking that since actual migration itself could be relatively straight-forward task for someone with Maven knowledge, it'd be good task for Hacktoberfest participants. My intent...

I assume you are familiar with creating Pull Requests part (fork this repository, make changes, create PR)? So the idea would be to add a Maven sub-project, similar to 3...

@mathieu correct: first step is just to make it build the same way as before, no functional changes. Oh, and should be done for 2.12 branch.

@pgehl No updates here, no news. At this point blocked by https://github.com/zalando/jackson-datatype-money/issues/224 I think, so asking over there would make sense. If anyone wants to try it -- doing PR...

Test code definitely should have done that, but it has been a while. If that didnt occur, I would consider it a client problem not bug. So as far as...