-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
False
-
-
False
-
-
-
-
Very Likely
-
0
In Camel-Jaxb (spring)
private boolean prettyPrint = true;
private boolean objectFactory = true;
private boolean ignoreJAXBElement = true;
but camel-jaxb-starter (springboot)
private Boolean prettyPrint = false;
private Boolean objectFactory = false;
private Boolean ignoreJAXBElement = false;
Causing different results.
The request is to align these defaults to be the same in Camel and Camel Spring Boot.