79818009

Date: 2025-11-12 16:46:35
Score: 2
Natty:
Report link

I recently had this same problem on one of my projects. Multiple setters was just fine on my other projects but one project was throwing this same type of error. What I found was that project was using Jackson Databind 2.6.5 while the other projects were using Jackson Databind 2.9.6. I manually set Jackson Databind to 2.9.6 on that project and the error went away.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Eddie Mayfield