Open mebigfatguy opened 3 days ago
I have the same issue, it seems it's related to having webflux and webmvc libraries inside the classpath (which is not good and I have to fix that in my case sometime), but what's strange is that the error message disappears when downgrading back to swagger 2.2.25 still having webflux and webmvc in my classpath.
Using swagger-ui version 2.2.26 and jackson-databind version 2.18.1, on jdk21, i get tons of these errors..
ERROR io.swagger.v3.core.jackson.ModelResolver - Neither 'findJsonValueMethod' nor 'findJsonValueAccessor' found in jackson BeanDescription. Please verify your Jackson version.
When i look in jackson-databind, findJsonValueMethod has indeed been recently removed but i do see
So i was wondering if anyone could tell me what i am doing wrong here?? (it would also be nice to log beanDesc.getClass().getClassName() in that error message.)