Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8182148

jdk.incubator.httpclient unnecessarily requires java.base

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • tbd
    • 9, 10
    • core-libs

      module jdk.incubator.httpclient {
          requires java.base;
          exports jdk.incubator.http;
      }
      "requires java.base" is unnecessary, and it's confusing why jdk.incubator.httpclient requires java.base while other modules don't.

            chegar Chris Hegarty
            mli Hamlin Li
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: