davsclaus commented on a change in pull request #282: Add minimal extension metadata URL: https://github.com/apache/camel-quarkus/pull/282#discussion_r336027967
########## File path: extensions/timer/runtime/src/main/resources/META-INF/quarkus-extension.json ########## @@ -0,0 +1,9 @@ +{ + "name": "Camel Quarkus Timer", + "labels": [ + "integration", + "camel", + "timer" Review comment: We are using scheduling as labels for these kind of timer components https://github.com/apache/camel/blob/master/components/camel-timer/src/main/java/org/apache/camel/component/timer/TimerEndpoint.java#L42 ---------------------------------------------------------------- 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 With regards, Apache Git Services