You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Sean Busbey (Jira)" <ji...@apache.org> on 2019/08/30 20:45:00 UTC

[jira] [Created] (HBASE-22955) Branches-1 nightly yetus jobs are using jdk8 for jdk7 jobs

Sean Busbey created HBASE-22955:
-----------------------------------

             Summary: Branches-1 nightly yetus jobs are using jdk8 for jdk7 jobs
                 Key: HBASE-22955
                 URL: https://issues.apache.org/jira/browse/HBASE-22955
             Project: HBase
          Issue Type: Bug
    Affects Versions: 1.5.0, 1.3.6, 1.4.11
            Reporter: Sean Busbey


branch-1 nightly job is failing while trying to do our yetus shaded jar test because the enforcer plugin complains about a jdk8 jdk-tools jar being present.

 

looking at the yetus footer, it's because jdk8 is being used instead of jdk7:
{code:java}

[2019-08-30T13:30:34.353Z] | maven | version: Apache Maven 3.0.5 |
[2019-08-30T13:30:34.353Z] | Default Java | 1.8.0_222 |
 {code}

Same thing in the footer of the jdk7 build (which passes, even though it shouldn't)

{code}
[2019-08-30T15:43:29.103Z] | maven | version: Apache Maven 3.0.5 |
[2019-08-30T15:43:29.103Z] | Default Java | 1.8.0_222 |
{code}

Both builds appear to be properly running in Docker mode.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)