This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch camel-3.18.x
in repository https://gitbox.apache.org/repos/asf/camel.git
from 7b06e1a5870 Regen for commit ffc8c01f07efd4e19ec3f7a50b16c3d31143d420
new aaa687ea08c CAMEL-18358: resource based endpoints should not lose
attachments after processing such as freemarker and others.
new fe8fad61202 CAMEL-17760: consolidate copy-exchange-if-capable logic
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../camel/component/chunk/ChunkEndpoint.java | 5 +--
components/camel-freemarker/pom.xml | 5 +++
.../component/freemarker/FreemarkerEndpoint.java | 7 ++--
...kerTest.java => FreemarkerAttachmentsTest.java} | 42 ++++++++--------------
.../github/producer/ClosePullRequestProducer.java | 7 ++--
.../producer/PullRequestCommentProducer.java | 7 ++--
.../component/jira/producer/AddIssueProducer.java | 9 ++---
.../apache/camel/component/jolt/JoltEndpoint.java | 10 +++---
.../apache/camel/component/jslt/JsltEndpoint.java | 6 ++--
.../component/jsonpatch/JsonPatchProducer.java | 4 ++-
.../camel/component/jsonata/JsonataEndpoint.java | 12 +++----
.../camel/component/mustache/MustacheEndpoint.java | 5 +--
.../apache/camel/component/mvel/MvelEndpoint.java | 5 +--
.../camel/component/pubnub/PubNubProducer.java | 9 ++---
.../stringtemplate/StringTemplateEndpoint.java | 7 ++--
.../component/twitter/timeline/UserProducer.java | 9 +++--
.../camel/component/velocity/VelocityEndpoint.java | 5 +--
.../org/apache/camel/support/ExchangeHelper.java | 30 ++++++++++++++++
18 files changed, 85 insertions(+), 99 deletions(-)
copy
components/camel-freemarker/src/test/java/org/apache/camel/component/freemarker/{FreemarkerTest.java
=> FreemarkerAttachmentsTest.java} (61%)