[
https://issues.apache.org/jira/browse/CONNECTORS-1085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14185128#comment-14185128
]
Karl Wright commented on CONNECTORS-1085:
-----------------------------------------
r1634534 (trunk)
Note: this CANNOT be pulled into dev_1x for backwards compatibility reasons.
> Introduce a mcf-connector-common.jar to save binary delivery space
> ------------------------------------------------------------------
>
> Key: CONNECTORS-1085
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1085
> Project: ManifoldCF
> Issue Type: Improvement
> Components: Framework core
> Affects Versions: ManifoldCF 2.0
> Reporter: Karl Wright
> Assignee: Karl Wright
> Fix For: ManifoldCF 2.0
>
>
> The ManifoldCF 2.0 deliverable provides a number of connector-only services
> in mcf-core, such as:
> - ISO 8601 date parsing and formatting
> - Axis SOAP transport support via Httpcomponents Httpclient
> - extension to mime type mapping
> These functions have the unfortunate requirement that many (large) jar
> packages wind up needing to be included at the root level, which since these
> wind up in all of the various war files, really bloats the binary deliverable.
> For MCF 2.0, we can fix this by moving this functionality to a
> mcf-connector-common.jar, which would be included in connector-lib rather
> than at the root level.
> This can't be done for MCF 1.8, because of backwards compatibility reasons.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)