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

acosentino pushed a change to branch docling-experiment
in repository https://gitbox.apache.org/repos/asf/camel.git


 discard 79dcb5e7399 CAMEL-22433 - Create a Camel Docling component
     add 3b2c1145af7 CAMEL-22423: Start the ContextServiceLoaderPluginResolver
     add 5261f1fa8c8 CAMEL-22421: sending ACK in MSH-9.3 when receiving message 
structure (#19262)
     add 9e7cb82f5c4 CAMEL-22420: camel-core - Detect duplicate processor ids 
within same route (#19264)
     add 61a992b936b CAMEL-22433 - Create a Camel Docling component
     add 2602a7370a8 CAMEL-22433 - Create a Camel Docling component

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   (79dcb5e7399)
            \
             N -- N -- N   refs/heads/docling-experiment (2602a7370a8)

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:
 .../org/apache/camel/catalog/components.properties |   1 +
 .../apache/camel/catalog/components/docling.json   |  65 +++
 .../docling/DoclingComponentConfigurer.java        |   6 -
 .../docling/DoclingEndpointConfigurer.java         |  18 -
 .../docling/DoclingEndpointUriFactory.java         |   5 +-
 .../apache/camel/component/docling/docling.json    |  74 ++-
 .../src/main/docs/docling-component.adoc           |   2 +-
 .../component/docling/DoclingConfiguration.java    |   9 +-
 .../camel/component/docling/DoclingEndpoint.java   |   2 +-
 .../camel/component/mllp/internal/Hl7Util.java     |  22 +-
 ...oAcknowledgementWithBridgeErrorHandlerTest.java |   2 +-
 ...knowledgementWithoutBridgeErrorHandlerTest.java |   2 +-
 ...cpServerConsumerAcknowledgementTestSupport.java |   2 +-
 .../camel/component/mllp/internal/Hl7UtilTest.java |  93 ++++
 .../camel/impl/engine/AbstractCamelContext.java    |  14 +-
 .../camel/model/ProcessorDefinitionHelper.java     |  12 +-
 .../apache/camel/model/RouteDefinitionHelper.java  |  22 +-
 .../org/apache/camel/main/components.properties    |   1 +
 .../camel/management/ManagedDuplicateIdTest.java   |  24 +
 .../component/ComponentsBuilderFactory.java        |  13 +
 .../dsl/DoclingComponentBuilderFactory.java        | 321 +++++++++++++
 .../builder/endpoint/EndpointBuilderFactory.java   |   1 +
 .../camel/builder/endpoint/EndpointBuilders.java   |   1 +
 .../builder/endpoint/StaticEndpointBuilders.java   |  40 ++
 .../dsl/DoclingEndpointBuilderFactory.java         | 524 +++++++++++++++++++++
 .../camel-component-known-dependencies.properties  |   1 +
 .../java/org/apache/camel/main/KameletMain.java    |  10 +-
 .../apache/camel/maven/packaging/MojoHelper.java   |   2 +-
 28 files changed, 1179 insertions(+), 110 deletions(-)
 create mode 100644 
catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/docling.json
 create mode 100644 
dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/DoclingComponentBuilderFactory.java
 create mode 100644 
dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/DoclingEndpointBuilderFactory.java

Reply via email to