Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-7695

Hawtio-log-osgi: Avoid using of deprecated methods with Jackson objectMapper

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • fuse-7.0
    • None
    • Hawtio
    • None
    • % %
    • Fuse 7.0 Sprint 24

      In Hawtio we use Jackson 2.7.x

      In particular in hawtio-log-osgi we are using a method deprecated in 2.7.x and remove in 2.9.x. Since there are Karaf features in Camel using Jackson 2.9.x, the combination of the two version can create noSuchMethodException, so we need to avoid the use of deprecated method where we can.

      The main problem is here https://github.com/hawtio/hawtio/blob/2.x/hawtio-log-osgi/src/main/java/io/hawt/log/osgi/LogQuery.java#L25

            acosenti Andrea Cosentino
            acosenti Andrea Cosentino
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: