davsclaus commented on a change in pull request #328:
URL: https://github.com/apache/camel-k-runtime/pull/328#discussion_r427354109
##########
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:
Is this correct should default value not be "1.0" ?
----------------------------------------------------------------
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:
[email protected]