You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2016/01/27 02:13:55 UTC

[4/4] git commit: updated refs/heads/support-jdk8-mvnupgrades to 7d3fab4

plugins: Comment out F5, breaks with Java8

Comment out F5 plugin which breaks for an unresolved issue:
cloudstack/plugins/network-elements/f5/src/com/cloud/network/resource/F5BigIpResource.java
--> cannot access Stub

We should fix it once we can get an updated iControl.jar or get this issue fixed

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7d3fab40
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7d3fab40
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/7d3fab40

Branch: refs/heads/support-jdk8-mvnupgrades
Commit: 7d3fab4060346a25f5f6fd52e819cea255149ebd
Parents: 998c413
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Wed Jan 27 01:31:06 2016 +0100
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Wed Jan 27 02:08:58 2016 +0100

----------------------------------------------------------------------
 client/pom.xml  | 2 ++
 plugins/pom.xml | 2 ++
 2 files changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7d3fab40/client/pom.xml
----------------------------------------------------------------------
diff --git a/client/pom.xml b/client/pom.xml
index 5cafd83..c26285f 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -969,6 +969,7 @@
         </dependency>
       </dependencies>
     </profile>
+    <!--
     <profile>
       <id>f5</id>
       <activation>
@@ -984,6 +985,7 @@
         </dependency>
       </dependencies>
     </profile>
+    -->
     <profile>
       <id>nuagevsp</id>
       <activation>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7d3fab40/plugins/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/pom.xml b/plugins/pom.xml
index bafe299..95ba8ce 100755
--- a/plugins/pom.xml
+++ b/plugins/pom.xml
@@ -146,6 +146,7 @@
         <module>file-systems/netapp</module>
       </modules>
     </profile>
+    <!--
     <profile>
       <id>f5</id>
       <activation>
@@ -157,6 +158,7 @@
         <module>network-elements/f5</module>
       </modules>
     </profile>
+    -->
     <profile>
       <id>srx</id>
       <activation>