Conversation
|
Looks good at this stage @davsclaus , maybe it's worth mentioning the image seems to be still 4.18 based, just in case not to forget. |
|
🚀 Preview is available at https://pr-1575--camel.netlify.app |
squakez
left a comment
There was a problem hiding this comment.
LGTM, I've added a few sections to work I've done in the release.
|
Oh, the image is related to 4.18 LTS release |
|
🚀 Preview is available at https://pr-1575--camel.netlify.app |
|
Trying to address the broken link in this commit in this PR #1572 |
|
Added a blurb about the new Jackson 3 components available in 4.19 (we made these available optionally but we haven't done the fullscale migration of Camel in apache/camel#21800 yet). |
|
Hi, could we add a section for the new Gmail DataType Transformers introduced in 4.19? Here's a suggestion: Gmail DataType TransformersTwo new DataType Transformers have been added for the Gmail component, removing the need to manually construct Gmail API request objects. The - setVariable:
name: addLabels
simple: ${variable.triageCategory}
- setVariable:
name: removeLabels
constant: INBOX
- transformDataType:
toType: google-mail:update-message-labels
- to:
uri: google-mail:messages/modify
parameters:
inBody: modifyMessageRequest
applicationName: camel-email-triage
userId: meThe - transformDataType:
toType: google-mail:draft
- to:
uri: google-mail:drafts/create
parameters:
inBody: content
applicationName: camel-email-triage
userId: meA full example using these transformers to build an AI email triage agent is available in this blog post. |
|
yeah sure that is a good idea, it shows a use-case what these transformers can be used for, and we have more than just gmail |
apupier
left a comment
There was a problem hiding this comment.
the list of deprecated component is a bit longer than what is mentioned see https://issues.apache.org/jira/issues/?jql=project%20%3D%20CAMEL%20AND%20fixVersion%20%3D%204.19.0%20AND%20text%20~%20%22deprecate%22
|
the deprecated/removed components are mentioned in the upgrade guide. |
|
🚀 Preview is available at https://pr-1575--camel.netlify.app |
Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
|
🚀 Preview is available at https://pr-1575--camel.netlify.app |
2 similar comments
|
🚀 Preview is available at https://pr-1575--camel.netlify.app |
|
🚀 Preview is available at https://pr-1575--camel.netlify.app |
Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
|
🚀 Preview is available at https://pr-1575--camel.netlify.app |
|
🚀 Preview is available at https://pr-1575--camel.netlify.app |
|
🚀 Preview is available at https://pr-1575--camel.netlify.app |
|
we get 404 on the website to look at that page |
It looks good now. Do you still have the 404 ? |
|
Yes that link is good but https://camel.apache.org/manual/camel-4x-upgrade-guide-4_19.html gets a 404 too! |
No description provided.