[
https://issues.apache.org/jira/browse/PHOENIX-5549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16962103#comment-16962103
]
Hadoop QA commented on PHOENIX-5549:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12984254/PHOENIX-5549.master.v1.patch
against master branch at commit 6ce24abf310ff1d0fb8976a02be5758a6d311ab2.
ATTACHMENT ID: 12984254
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+0 tests included{color}. The patch appears to be a
documentation, build,
or dev patch that doesn't require tests.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 lineLengths{color}. The patch does not introduce lines
longer than 100
{color:red}-1 core tests{color}. The patch failed these unit tests:
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.NativeHBaseTypesIT
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/3079//testReport/
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/3079//console
This message is automatically generated.
> BouncyCastle dependency definition has no effect
> ------------------------------------------------
>
> Key: PHOENIX-5549
> URL: https://issues.apache.org/jira/browse/PHOENIX-5549
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 5.1.0
> Reporter: István Tóth
> Assignee: István Tóth
> Priority: Minor
> Attachments: PHOENIX-5549.master.v1.patch
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> In the master branch, phoenix defines _${bouncycastle.version}_ and uses it
> to set the version of _bcprov-jdk16_ artidact via the DependencyManagement
> mechanism.
> Since the splitting of *phoenix-queryserver* and *phoenix-connector* repos,
> bouncycastle is not used anywhere in the phoenix repo, so this these settings
> have no effect.
> *phoenix-queryserver* and *phoenix-connector* do not declare phoenix as
> parent, and even if they did, they currently refer to phoenix versions where
> these setting were not present.
> Also, the currently defined bouncycastle version is very old.
> Due to these reasons, I propose removing the bouncycastle maven references
> from the phoenix project.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)