Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-10873

Duplicated httpcomponent jars in WF 14.0.0.Beta2

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 14.0.0.Final
    • 14.0.0.Beta2
    • Server
    • None

    Description

      In current Beta2 build, I see duplicated httpclient and httpcore jars. The new org.apache.httpcomponents.core module was added that introduced this duplication.

      in 14.0.0.Beta2:

      $ tree modules/system/layers/base/org/apache/httpcomponents/
      modules/system/layers/base/org/apache/httpcomponents/
      ├── core
      │   └── main
      │       ├── httpclient-4.5.2.jar
      │       ├── httpcore-4.4.4.jar
      │       └── module.xml
      └── main
          ├── httpasyncclient-4.1.3.jar
          ├── httpclient-4.5.2.jar
          ├── httpcore-4.4.4.jar
          ├── httpcore-nio-4.4.4.jar
          ├── httpmime-4.5.2.jar
          └── module.xml
      

      In WF 13.0.0.Final

      $ tree modules/system/layers/base/org/apache/httpcomponents/
      modules/system/layers/base/org/apache/httpcomponents/
      └── main
          ├── httpasyncclient-4.1.3.jar
          ├── httpclient-4.5.2.jar
          ├── httpcore-4.4.4.jar
          ├── httpcore-nio-4.4.4.jar
          ├── httpmime-4.5.2.jar
          └── module.xml
      

      Attachments

        Issue Links

          Activity

            People

              ehugonne1@redhat.com Emmanuel Hugonnet
              msvehla@redhat.com Martin Svehla
              Martin Svehla Martin Svehla
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: