-
Bug
-
Resolution: Done
-
Major
-
None
-
False
-
-
False
-
+
-
---
-
-
We didn't have a mapping for boxed boolean to primitive as the jackson generator method has a primitive parameter, without that change we get a `java.lang.NoSuchMethodError: 'void com.fasterxml.jackson.core.JsonGenerator.writeBoolean(java.lang.Boolean)'`
Handled this scenario and added a test.
Fixes 43057(https://github.com/quarkusio/quarkus/issues/43057)