FasterXML/jackson-module-afterburner

Problems with existing setter with return value (not void)

Closed this issue · 1 comments

Afterburner is assuming that the return value of setters is always void; and having a setter that returns something else causes an error. This should not occur; module needs to check actual signature and use that.

Fixed this locally; will check in tonight (in 10 hours or so).