You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2016/12/08 14:12:36 UTC

[03/16] camel git commit: Fixed invalid component json schema discovered by mvn camel:validate

Fixed invalid component json schema discovered by mvn camel:validate


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/578ddfa5
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/578ddfa5
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/578ddfa5

Branch: refs/heads/master
Commit: 578ddfa544fedbbf24c56a0fc783116b1e7be19d
Parents: 3905816
Author: Claus Ibsen <da...@apache.org>
Authored: Thu Dec 8 14:09:42 2016 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Dec 8 14:09:42 2016 +0100

----------------------------------------------------------------------
 .../org/apache/camel/component/aws/ec2/EC2Configuration.java     | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/578ddfa5/components/camel-aws/src/main/java/org/apache/camel/component/aws/ec2/EC2Configuration.java
----------------------------------------------------------------------
diff --git a/components/camel-aws/src/main/java/org/apache/camel/component/aws/ec2/EC2Configuration.java b/components/camel-aws/src/main/java/org/apache/camel/component/aws/ec2/EC2Configuration.java
index a7cc109..c558eb0 100644
--- a/components/camel-aws/src/main/java/org/apache/camel/component/aws/ec2/EC2Configuration.java
+++ b/components/camel-aws/src/main/java/org/apache/camel/component/aws/ec2/EC2Configuration.java
@@ -36,9 +36,7 @@ public class EC2Configuration {
     private String secretKey;
     @UriParam
     private String amazonEc2Endpoint;
-    @UriParam (label = "producer", enums = "createAndRunInstances, startInstances, stopInstances, terminateInstances, "
-              + "describeInstances, describeInstancesStatus, rebootInstances, monitorInstances, unmonitorInstances, " 
-              + "createTags, deleteTags")
+    @UriParam(label = "producer")
     @Metadata(required = "true")
     private EC2Operations operation;
     @UriParam