You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/06/12 21:05:49 UTC

[camel] branch regen_bot updated (27828caf23c -> fbbc739b170)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


    omit 27828caf23c CAMEL-19423: camel-jira - Do not have special type converter. Attach should work with body as-is (#10330)

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/regen_bot (fbbc739b170)
            \
             O -- O -- O   (27828caf23c)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../camel/component/jira/FileConverterLoader.java} |  10 +-
 .../services/org/apache/camel/TypeConverterLoader  |   2 +-
 .../camel/component/jira/FileConverter.java}       |  46 +++----
 .../jira/producer/AttachFileProducer.java          |  30 +---
 .../AttachFileProducerFromFileRouteTest.java       | 153 ---------------------
 .../AttachFileProducerInputStreamTest.java         | 148 --------------------
 .../jira/producer/AttachFileProducerTest.java      |   7 +-
 7 files changed, 33 insertions(+), 363 deletions(-)
 copy components/{camel-atom/src/generated/java/org/apache/camel/component/atom/AtomConverterLoader.java => camel-jira/src/generated/java/org/apache/camel/component/jira/FileConverterLoader.java} (81%)
 copy components/{camel-atom => camel-jira}/src/generated/resources/META-INF/services/org/apache/camel/TypeConverterLoader (52%)
 copy components/{camel-jetty-common/src/main/java/org/apache/camel/component/jetty/JettyConverter.java => camel-jira/src/main/java/org/apache/camel/component/jira/FileConverter.java} (52%)
 delete mode 100644 components/camel-jira/src/test/java/org/apache/camel/component/jira/producer/AttachFileProducerFromFileRouteTest.java
 delete mode 100644 components/camel-jira/src/test/java/org/apache/camel/component/jira/producer/AttachFileProducerInputStreamTest.java