Jiří Ondrušek created CAMEL-23890:
-------------------------------------
Summary: Fix typos and casing issues in component descriptions
Key: CAMEL-23890
URL: https://issues.apache.org/jira/browse/CAMEL-23890
Project: Camel
Issue Type: Task
Reporter: Jiří Ondrušek
Several component descriptions contain typos and incorrect product name casing.
These originate from Javadoc on Endpoint/Component classes (and one pom.xml
description tag) and propagate into the generated catalog JSON.
Found while investigating camel-quarkus issue #7343.
h3. Typos (4)
|| Component || Current || Fixed ||
| debezium-postgres | {{PostgresSQL}} | {{PostgreSQL}} |
| irc | "to/from and IRC" | "to/from an IRC" |
| log | "data form the" | "data from the" |
| langchain4j-embeddingstore | {{Langchain4jEmbeddingStores}} |
{{LangChain4jEmbeddingStores}} |
h3. Casing (5)
|| Component || Current || Fixed ||
| amqp | {{QPid}} | {{Qpid}} |
| aws-cloudtrail | {{Cloudtrail}} | {{CloudTrail}} |
| elasticsearch | {{ElasticSearch}} | {{Elasticsearch}} |
| hashicorp-vault | {{Hashicorp}} | {{HashiCorp}} |
| mapstruct | {{Mapstruct}} | {{MapStruct}} |
--
This message was sent by Atlassian Jira
(v8.20.10#820010)