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

nfilotto pushed a change to branch CAMEL-20850/compress-changes
in repository https://gitbox.apache.org/repos/asf/camel.git


    omit a79b5cbcea4 CAMEL-20850: camel-core - compress changes in 
SimpleLRUCache
     add 818bee60827 doc: Improve PLC4X documentation by adding most common 
supported protocols
     add ff1af498740 CAMEL-20832: Add camel-openapi-validator to parent pom 
(#14444)
     add 11bcf8acd8f Added Camel-Openapi-validator to kit (#14442)
     add 58e3fbb1dd5 Add package updates for CXF split happened in 3.18 (#14441)
     add 147eaa57183 Handle missing additional properties for custom templates 
(#14443)
     add 0a0d607402e CAMEL-20851: Shut down ElasticSearch client sniffer on 
producer stop (#14440)
     add 74c8c497b84 CAMEL-20798: EndpointServiceLocation on components to make 
it possible to know which remote system Camel connects to to assist for 
monitoring and observability - AWS SES (#14445)
     add b295b5134ee Add endpoint service location to backlog tracing (#14447)
     add 0debc6298b0 Regen
     add a4d7f6563c2 Use the correct camel spring boot starter for camel export 
(#14448)
     add 251aa272bf1 CAMEL-20846: Add capability to configure 
elasticsearch-rest-client with component options (#14446)
     add 47fc4aec108 camel-sql - Add test based on user forum issue
     add 60377bbae7e CAMEL-20722 - change base class + enable on more CI archs 
(#14438)
     add 4f66f20e63f CAMEL-20859: dump routes should keep middle name
     add 26651782b96 CAMEL-20850: camel-core - compress changes in 
SimpleLRUCache

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   (a79b5cbcea4)
            \
             N -- N -- N   refs/heads/CAMEL-20850/compress-changes (26651782b96)

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:
 .../components/elasticsearch-rest-client.json      |  14 +-
 .../camel/component/aws2/ses/Ses2Endpoint.java     |  20 ++-
 ...ElasticsearchRestClientComponentConfigurer.java |  59 +++++++
 .../rest/client/elasticsearch-rest-client.json     |  14 +-
 .../client/ElasticsearchRestClientComponent.java   | 146 ++++++++++++++++-
 .../client/ElasticsearchRestClientProducer.java    |   8 +-
 ...SearchRestClientComponentConfigurationTest.java |  66 ++++++++
 .../KafkaBreakOnFirstErrorSeekIssueIT.java         |   2 +-
 ...rstErrorWithBatchUsingAsyncCommitManagerIT.java |  14 +-
 .../OpenApiRestClientRequestValidatorTest.java     |   5 +-
 .../camel-plc4x/src/main/docs/plc4x-component.adoc |  15 +-
 .../DefaultRestOpenapiProcessorStrategy.java       |   3 +-
 .../rest/openapi/RestOpenapiProcessorStrategy.java |   3 +-
 .../camel/component/smb/SmbConfiguration.java      |   3 +-
 .../apache/camel/component/smb/SmbConsumer.java    |   1 -
 .../camel-sql/src/main/docs/sql-component.adoc     |  12 ++
 ...erAndInTest.java => SqlProducerInBodyTest.java} |  10 +-
 ...selectProjects.sql => selectProjectsInBody.sql} |   1 +
 components/pom.xml                                 |   1 +
 .../camel/spi/BacklogTracerEventMessage.java       |  26 +++
 .../apache/camel/spi/EndpointServiceLocation.java  |   2 +-
 .../debugger/DefaultBacklogTracerEventMessage.java |  57 +++++++
 .../camel/impl/engine/CamelInternalProcessor.java  |  11 ++
 .../camel/impl/DefaultDumpRoutesStrategy.java      |   2 +-
 .../camel/support/processor/RestBindingAdvice.java |   2 -
 .../ROOT/pages/camel-3x-upgrade-guide-3_18.adoc    |  39 +++++
 ...ticsearchRestClientComponentBuilderFactory.java | 175 +++++++++++++++++++++
 .../camel/dsl/jbang/core/commands/Debug.java       |   8 +-
 .../dsl/jbang/core/commands/ExportSpringBoot.java  |   2 +
 .../core/commands/action/CamelSendAction.java      |   2 +-
 .../core/commands/action/CamelStubAction.java      |   2 +-
 .../core/commands/action/CamelTraceAction.java     |   8 +-
 .../core/commands/action/MessageTableHelper.java   |  32 +++-
 .../commands/action/TransformMessageAction.java    |   2 +-
 .../main/resources/templates/spring-boot-pom.tmpl  |   2 +-
 35 files changed, 731 insertions(+), 38 deletions(-)
 create mode 100644 
components/camel-elasticsearch-rest-client/src/test/java/org/apache/camel/component/elasticsearch/rest/client/ElasticSearchRestClientComponentConfigurationTest.java
 copy 
components/camel-sql/src/test/java/org/apache/camel/component/sql/{SqlProducerAndInTest.java
 => SqlProducerInBodyTest.java} (91%)
 copy components/camel-sql/src/test/resources/sql/{selectProjects.sql => 
selectProjectsInBody.sql} (95%)

Reply via email to