You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "NeunEinser (Jira)" <ji...@apache.org> on 2019/12/06 12:23:00 UTC

[jira] [Created] (HTTPASYNC-157) Split package between httpasyncclient-cache and httpclient-cache, braking any modular project using both

NeunEinser created HTTPASYNC-157:
------------------------------------

             Summary: Split package between httpasyncclient-cache and httpclient-cache, braking any modular project using both
                 Key: HTTPASYNC-157
                 URL: https://issues.apache.org/jira/browse/HTTPASYNC-157
             Project: HttpComponents HttpAsyncClient
          Issue Type: Bug
    Affects Versions: 4.1.4
            Reporter: NeunEinser


The package {{org.apache.http.impl.client.cache}}  is used in {{httpasyncclient-cache}}, but {{httpclient-cache}} uses the exact same package for its implementations.

This will break any modular java project requiring both of those, producing errors like {{module XXX reads package org.apache.http.impl.client.cache from both org.apache.httpcomponents.httpasyncclient.cache and httpclient.cache}} during the build process.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org