[
https://issues.apache.org/jira/browse/HBASE-29016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17904984#comment-17904984
]
Hudson commented on HBASE-29016:
--------------------------------
Results for branch branch-3
[build #349 on
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-3/349/]:
(x) *{color:red}-1 overall{color}*
----
details (if available):
(/) {color:green}+1 general checks{color}
-- For more information [see general
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-3/349/General_20Nightly_20Build_20Report/]
(x) {color:red}-1 jdk17 hadoop3 checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-3/349/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(x) {color:red}-1 jdk17 hadoop ${HADOOP_THREE_VERSION} backward compatibility
checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-3/349/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(x) {color:red}-1 jdk17 hadoop ${HADOOP_THREE_VERSION} backward compatibility
checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-3/349/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(x) {color:red}-1 jdk17 hadoop ${HADOOP_THREE_VERSION} backward compatibility
checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-3/349/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 source release artifact{color}
-- See build output for details.
(/) {color:green}+1 client integration test for 3.3.5 {color}
(/) {color:green}+1 client integration test for 3.3.6 {color}
(/) {color:green}+1 client integration test for 3.4.0 {color}
(/) {color:green}+1 client integration test for 3.4.1 {color}
> Refactor assembly creation to use only DependencySets and move cached
> classpath creation to a new module
> --------------------------------------------------------------------------------------------------------
>
> Key: HBASE-29016
> URL: https://issues.apache.org/jira/browse/HBASE-29016
> Project: HBase
> Issue Type: Improvement
> Components: build
> Reporter: Istvan Toth
> Assignee: Istvan Toth
> Priority: Major
> Labels: pull-request-available
> Fix For: 3.0.0-beta-2
>
>
> There are a few problem with the current assembly creation:
> * The assembly and cached classpath creation is done from the same module,
> even though they need to include different JARs.
> * To filter out the test jars, the descriptor uses a combination of
> moduleSets and dependencySets.
> * However, the results are less than ideal, as some test-related JARs are
> still included in the assembly, while some others have multiple versions of
> the same jar added to the assembly.
> Separating the assembly and cached classpath creation lets us build the
> assembly without the extra test dependencies and duplicate versions in a much
> simpler and more robust manner.
> Relying heavily on the maven dependency mechanism solves the problem of
> duplicate versions, and not depending on the test-related modules at all
> solves the problem of lingering test dependencies.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)