[
https://issues.apache.org/jira/browse/CASSANDRA-18690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ekaterina Dimitrova updated CASSANDRA-18690:
--------------------------------------------
Fix Version/s: 5.0
(was: 5.x)
Since Version: 5.0
Source Control Link:
https://github.com/apache/cassandra/commit/c1bf002234bd44bce120658e9b08b3d67901e5bb
Resolution: Fixed
Status: Resolved (was: Ready to Commit)
> Fix the way we produce a DTest jar
> ----------------------------------
>
> Key: CASSANDRA-18690
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18690
> Project: Cassandra
> Issue Type: Bug
> Components: Build
> Reporter: Ekaterina Dimitrova
> Assignee: Ekaterina Dimitrova
> Priority: Normal
> Fix For: 5.0
>
>
> The problem is related to the way we produce a {{{}dtest jar{}}}. That
> repackages all dependencies along with our classes in a single jar. Some of
> the dependencies might have digital signatures, which are extracted into
> {{META-INF}} as say {{*.SF}} files. We need to remove them because they are
> invalid for the uber jar we produce.
> Therefore, there are exclusion in {{zipgroupfileset}} operations, more or
> less like this:
> {noformat}
> <zipgroupfileset dir="${build.lib}" includes="*.jar"
> excludes="META-INF/*.SF"/>
> {noformat}
> However, this is wrong. {{exclude}} attribute denotes jar files we don't want
> to repackage rather than filter on the content of the jar file.
> The issue was discovered and explained by [~jlewandowski] in CASSANDRA-17992
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]