Uploaded image for project: 'Red Hat build of Apache Camel for Spring Boot'
  1. Red Hat build of Apache Camel for Spring Boot
  2. CSB-6248

camel-jaxb - JaxbDataFormat ignoreJAXBElement is default true

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • CSB-4.next
    • None
    • Camel
    • None
    • False
    • Hide

      None

      Show
      None
    • 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.

              Unassigned Unassigned
              rhn-support-whui Roger Hui
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: