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

The insights integration code in EAP 7 is not JDK8 compatible

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • Insights

    Description

      The InsightsApacheHttpClient constructor has

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

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

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: