jamesnetherton commented on PR #6619: URL: https://github.com/apache/camel-quarkus/pull/6619#issuecomment-2402403122
Not sure we need this because the extension metadata already has the `deprecated` status: https://github.com/apache/camel-quarkus/blob/main/extensions/jsh-dsl/runtime/src/main/resources/META-INF/quarkus-extension.yaml#L33 https://github.com/apache/camel-quarkus/blob/main/extensions/js-dsl/runtime/src/main/resources/META-INF/quarkus-extension.yaml#L34 It will have been determined automatically from the info in the Camel catalog. `groovy-dsl` was an exception because it did not have its deprecation status set on the Camel side. -- 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]
