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

jamesnetherton pushed a change to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.


    omit ade6659  Temporary hacks to handle version misalignment of 
smallrye-health and smallrye-faulttolerance in Quarkus & Camel
    omit fed1825  Test for Debezium mysql - passing additionalProperties 
results in wrong properties beeing passed #3488
    omit 28b7611  Upgrade Camel to 3.16.0
     add 40029d1  file: fix a race condition where an exchange is missed due to 
a call to mockEndpoint.reset() #3584
     add b549dff  Updated CHANGELOG.md
     add 93b1245  Upgrade Camel to 3.16.0
     add c9b589d  Test for Debezium mysql - passing additionalProperties 
results in wrong properties beeing passed #3488
     add 39d00b4  Temporary hacks to handle version misalignment of 
smallrye-health and smallrye-faulttolerance in Quarkus & Camel
     add 1cd3911  Work around Tika version incompatibilities between Quarkus 
Tika & Camel Tika #3599

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (ade6659)
            \
             N -- N -- N   refs/heads/camel-main (1cd3911)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

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:
 CHANGELOG.md                                       |  2 +
 docs/modules/ROOT/examples/dataformats/ical.yml    |  2 +-
 .../ROOT/examples/dataformats/jacksonXml.yml       |  2 +-
 .../ROOT/pages/reference/extensions/ical.adoc      |  4 +-
 .../pages/reference/extensions/jacksonxml.adoc     |  4 +-
 extensions/tika/runtime/pom.xml                    | 11 ++--
 .../camel/quarkus/component/tika/TikaRecorder.java | 33 +++++++++++-
 .../tika/graalvm/TikaProducerSubstitutions.java    | 61 ++++++++++++++++++++++
 .../quarkus/component/file/it/FileResource.java    | 11 ++--
 .../camel/quarkus/component/file/it/FileTest.java  |  6 +++
 10 files changed, 121 insertions(+), 15 deletions(-)
 create mode 100644 
extensions/tika/runtime/src/main/java/org/apache/camel/quarkus/component/tika/graalvm/TikaProducerSubstitutions.java

Reply via email to