You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Jonathan Halterman <jh...@gmail.com> on 2015/06/24 22:22:11 UTC

Review Request 35844: Update poms to target 1.7 and 1.6 JREs

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/35844/
-----------------------------------------------------------

Review request for Ambari.


Bugs: AMBARI-12134
    https://issues.apache.org/jira/browse/AMBARI-12134


Repository: ambari


Description
-------

Update poms to target 1.7 and 1.6 JREs


Diffs
-----

  ambari-metrics/pom.xml b4f4ed3 
  pom.xml 47eac31 

Diff: https://reviews.apache.org/r/35844/diff/


Testing
-------

Projects package fine.


Thanks,

Jonathan Halterman


Re: Review Request 35844: Update poms to target 1.7 and 1.6 JREs

Posted by Jonathan Halterman <jh...@gmail.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/35844/
-----------------------------------------------------------

(Updated June 24, 2015, 1:22 p.m.)


Review request for Ambari.


Bugs: AMBARI-12134
    https://issues.apache.org/jira/browse/AMBARI-12134


Repository: ambari


Description (updated)
-------

The ambari parent pom is targeted towards Java 1.6 while ambari uses 1.7 APIs. The ambari metrics pom is targeted at java 1.5 (by default) while ambari-metrics uses 1.6 APIs. This causes basic compilation failures, depending on how you build the projects and what tools you use to work on them. AFAIK Ambari 2.1 and beyond are targeted at 1.7, so the Java versions in the POMs should be updated to reflect this.


Diffs
-----

  ambari-metrics/pom.xml b4f4ed3 
  pom.xml 47eac31 

Diff: https://reviews.apache.org/r/35844/diff/


Testing
-------

Projects package fine.


Thanks,

Jonathan Halterman