Uploaded image for project: 'WildFly WIP'
  1. WildFly WIP
  2. WFWIP-539

The insights integration code in EAP 7 is not JDK8 compatible

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • Insights

      The InsightsApacheHttpClient constructor has

      this.useMTLS = configuration.getMaybeAuthToken().isEmpty();
      

      which is not JDK8 compatible. We need to use isPresent instead.

              ehugonne1@redhat.com Emmanuel Hugonnet
              pmackay@redhat.com Peter Mackay
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: