CAMEL-17792: Add documentation about the message headers (P-Q)#7349
Merged
CAMEL-17792: Add documentation about the message headers (P-Q)#7349
Conversation
Contributor
|
|
oscerd
approved these changes
Apr 4, 2022
Contributor
|
You are getting closer to Z ;) |
davsclaus
approved these changes
Apr 4, 2022
Contributor
|
🚫 There are too many components to be tested in this PR, components were removed or the code needs a rebase: (12 likely to be tested) |
Contributor
Author
I hope, I will be able to finish this week. It is a very long and laborious task. I'm looking forward finishing it to be able to do something else 😄 BTW, for some components, I moved directly the constants from other classes (like the for example the EntryPoint class) to the Constants class while maybe the proper way was to duplicate the constants and mark the constants defined in other classes as deprecated, WDYT? |
Contributor
|
yes this is good |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://issues.apache.org/jira/browse/CAMEL-17792
Motivation
It is now possible to document a message header using annotations, let's leverage it to document the headers of the components.
Modifications
For all the components whose name starts with a P or Q