[
https://issues.apache.org/jira/browse/HTTPCLIENT-664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12511124
]
Oleg Kalnichevski commented on HTTPCLIENT-664:
----------------------------------------------
+ private final static String[] MODULE_LIST = {
+ "org.apache.http", // HttpCore (main)
+ "org.apache.http.nio", // HttpNIO
+ "org.apache.http.nio.ssl", // HttpNIOSSL
+ "org.apache.http.conn", // HttpConn
+ "org.apache.http.auth", // HttpAuth
+ "org.apache.http.cookie", // HttpCookie
+ "org.apache.http.client", // HttpClient
+ };
+
Could this list be reduced to just Core and Client as their respective modules
are meant to share the same release cycle and hence the same version?
Better yet, is there a way we could possibly do without this list altogether?
Hardwired module names is the only thing that irks me a little.
Oleg
> Version detection based on build-time properties
> ------------------------------------------------
>
> Key: HTTPCLIENT-664
> URL: https://issues.apache.org/jira/browse/HTTPCLIENT-664
> Project: HttpComponents HttpClient
> Issue Type: Improvement
> Components: HttpClient
> Reporter: Oleg Kalnichevski
> Fix For: 4.0 Alpha 2
>
> Attachments: 2k7-07-09-VersionInfo.txt, httpclient-ver.patch
>
>
> Version detection based on build-time properties as discussed on the dev
> mailing list
> http://www.nabble.com/publishing-sources-to-the-maven-repo-tf3894418.html#a11048527
> http://www.nabble.com/-HttpClient--PATCH--Version-detection-tf4007519.html
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]