lburgazzoli commented on a change in pull request #1009: Fix #706 Improve
RuntimeCatalogConfig docs
URL: https://github.com/apache/camel-quarkus/pull/1009#discussion_r401416682
##########
File path:
extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/CamelConfig.java
##########
@@ -290,41 +290,45 @@
@ConfigGroup
public static class RuntimeCatalogConfig {
/**
- * Used to control the resolution of components catalog info.
+ * Whether the {@code json} resources under {@code
META-INF/services/org/apache/camel/component} should be
Review comment:
the json is not located at `META-INF/services/org/apache/camel/component`
but the catalog **may** uses service files to determine the class name of the
component as the json is usually located in the same package as the component
class.
Same for the other descriptions
----------------------------------------------------------------
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]
With regards,
Apache Git Services