lburgazzoli commented on a change in pull request #328: URL: https://github.com/apache/camel-k-runtime/pull/328#discussion_r427364873
########## File path: camel-knative/camel-knative/src/main/java/org/apache/camel/component/knative/KnativeConfiguration.java ########## @@ -31,8 +31,8 @@ private KnativeEnvironment environment; @UriParam private String serviceName; - @UriParam(defaultValue = "0.3", enums = "0.1,0.2,0.3") - private String cloudEventsSpecVersion = CloudEvents.V03.version(); + @UriParam(defaultValue = "0.1", enums = "0.1,0.2,0.3,1.0") Review comment: damn, will fix it ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org