Jiri Ondrusek created CAMEL-22764:
-------------------------------------
Summary: OAuth doc should be probably placed in Others (not
components)
Key: CAMEL-22764
URL: https://issues.apache.org/jira/browse/CAMEL-22764
Project: Camel
Issue Type: Bug
Components: camel-oauth
Affects Versions: 4.17.0
Reporter: Jiri Ondrusek
I noticed (when I was adding the OAuth extension into Camel-quarkus), that
there is no `others/oauth.adoc` only `components/oauth-component.adoc`
I checked the metadata and the kind of OAuth component is `other`.
Catalog also contains OAuth as `others`.
(There is also a warning from the build of camel-catalog:
{code:java}
[INFO] Camel missing documents report
[INFO]
[INFO]
[WARNING] Missing .adoc other documentation: 19
[WARNING] cli-connector
[WARNING] cli-debug
[WARNING] cloud
[WARNING] cluster
[WARNING] componentdsl
[WARNING] console
[WARNING] dsl-modeline
[WARNING] endpointdsl
[WARNING] health
[WARNING] java-joor-dsl
[WARNING] kamelet-main
[WARNING] main
[WARNING] management
[WARNING] oauth
[WARNING] xml-io-dsl
[WARNING] xml-jaxb-dsl
[WARNING] xml-jaxp-util
[WARNING] yaml-dsl
[WARNING] yaml-io
{code}
which list OAuth.adoc as a missing in Others kind.
I think that the doc should be generated into `others` folder.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)