lburgazzoli commented on code in PR #858:
URL: https://github.com/apache/camel-k-runtime/pull/858#discussion_r933317703
##########
support/camel-k-maven-plugin/src/main/java/org/apache/camel/k/tooling/maven/GenerateCatalogMojo.java:
##########
@@ -240,6 +240,19 @@ public void execute() throws MojoExecutionException,
MojoFailureException {
.build()
);
}
+ if (capabilitiesExclusionList != null &&
!capabilitiesExclusionList.contains("resume")) {
+ runtimeSpec.putCapability(
+ "resume",
Review Comment:
Should we add some additional metadata here ?
Like, how can I pick a different resume strategy ?
I'd like to avoid having to introduce braking change later
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]