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

github-bot pushed a change to branch 
dependabot/maven/jakarta.xml.bind-jakarta.xml.bind-api-4.0.5
in repository https://gitbox.apache.org/repos/asf/camel.git


    omit fca1555ce743 chore(deps): Bump jakarta.xml.bind:jakarta.xml.bind-api
     add 43c8450cce72 Fix some mina sftp tests with missing algorithm
     add ec1b78352abe Remove usage of deprecated method in ftp component
     add 77fc60d0ba0f Fix doc generation by removing broken symlink
     add ce596da38ebe CAMEL-22984 - camel-docling - Add advanced docling-serve 
processing options and return DoclingDocument from JSON operations (#21406)
     add 3f485f55533b CAMEL-22980 - fix "specify custom port" in infra for 
Zookeeper
     add 0d0284eda1ae chore(deps): Bump jakarta.xml.bind:jakarta.xml.bind-api

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   (fca1555ce743)
            \
             N -- N -- N   
refs/heads/dependabot/maven/jakarta.xml.bind-jakarta.xml.bind-api-4.0.5 
(0d0284eda1ae)

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:
 .../apache/camel/catalog/components/docling.json   | 106 +++--
 .../docling/DoclingComponentConfigurer.java        | 105 +++++
 .../docling/DoclingConfigurationConfigurer.java    | 105 +++++
 .../docling/DoclingEndpointConfigurer.java         | 105 +++++
 .../docling/DoclingEndpointUriFactory.java         |  20 +-
 .../apache/camel/component/docling/docling.json    | 106 +++--
 .../src/main/docs/docling-component.adoc           | 308 ++++++++++++--
 .../component/docling/DoclingConfiguration.java    | 216 ++++++++++
 .../camel/component/docling/DoclingOperations.java |  12 +-
 .../camel/component/docling/DoclingProducer.java   | 435 ++++++++++++++++++--
 .../component/docling/DoclingComponentTest.java    |  60 +++
 .../docling/integration/DoclingITestSupport.java   |   2 +
 .../integration/DoclingServeProducerIT.java        |  48 ++-
 .../integration/ExtractStructuredDataIT.java       |  39 +-
 .../docling/integration/OcrExtractionIT.java       |  17 +-
 .../src/test/resources/sample_invoice.pdf          | Bin 0 -> 15813 bytes
 .../file/remote/CamelFTPParserFactory.java         |   2 +-
 .../camel/component/file/remote/FtpEndpoint.java   |   3 +-
 .../camel/component/file/remote/FtpsEndpoint.java  |   3 +-
 .../MinaSftpAdvancedFileOperationsIT.java          |  13 +-
 .../ROOT/pages/camel-4x-upgrade-guide-4_18.adoc    |  36 ++
 .../dsl/DoclingComponentBuilderFactory.java        | 310 ++++++++++++++
 .../dsl/DoclingEndpointBuilderFactory.java         | 454 +++++++++++++++++++++
 .../embedded/SftpEmbeddedInfraService.java         |   7 +
 .../zookeeper/services/ZooKeeperContainer.java     |   7 +-
 .../ZooKeeperLocalContainerInfraService.java       |   2 +-
 26 files changed, 2353 insertions(+), 168 deletions(-)
 create mode 100644 
components/camel-ai/camel-docling/src/test/resources/sample_invoice.pdf

Reply via email to