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: Done
    • Icon: Normal Normal
    • CSB-4.10
    • None
    • Camel
    • None
    • 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.

              rnetuka@redhat.com Radovan Netuka
              rhn-support-whui Roger Hui
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: