gnodet opened a new pull request, #23184:
URL: https://github.com/apache/camel/pull/23184
## Summary
Fix Javadoc typos, copy-paste errors, and outdated references in camel-api:
- Fix copy-paste error in `FluentProducerTemplate.withVariable` ("exchange
property" -> "variable")
- Fix `FluentProducerTemplate` referencing `ProducerTemplate` instead of
itself in `setEventNotifierEnabled`
- Fix "covert" -> "convert" typos in `Exchange` and `CamelContext`
- Fix "defunitions" -> "definitions" typo in `CamelContext`
- Fix "non exists" -> "none exists" in `ConsumerTemplate` (6 occurrences)
- Fix "his property" -> "this property" in `Exchange` (2 occurrences)
- Fix garbled phrasing in `CamelContext.resolveDataFormat` Javadoc
- Fix `GcpVaultConfiguration` referencing "AWS" instead of "GCP"
- Remove outdated `fault.body` references in `ProducerTemplate` and
`FluentProducerTemplate`
- Update `DataFormat` to remove outdated "OUT message" references
## Test plan
- [x] Javadoc-only changes, no functional code modified
- [x] `mvn install -pl core/camel-api -DskipTests` passes
- [x] Formatter applied (`mvn formatter:format impsort:sort`)
--
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]