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

davsclaus pushed a change to branch worktree-fix+CAMEL-24365
in repository https://gitbox.apache.org/repos/asf/camel.git


 discard 9fd25be11d8b CAMEL-24365: Add upgrade guide note for attachment trait 
fix
 discard 45a0915d563b CAMEL-24365: Copy attachment trait from IN when creating 
a fresh OUT message
     add dfe1b52e0337 Upgrade debezium 3.6.1
     add 85ac83ef56c6 CAMEL-24296: camel-support - apply a JEP-290 
deserialization filter on CamelObjectInputStream by default
     add ec6c25563176 chore: exclude vendored TUI assets and JReleaser 
templates from RAT check
     add 04cdd9447d4e chore: camel-tui - show EIP category label instead of 
object in autocomplete popup
     add 66cb9d29df42 Regen
     add 57af72ce79b4 CAMEL-24366: Add embeddingModel auto-embed to 
langchain4j-embeddingstore component
     add 38eb685442d7 chore: camel-tui - row:col indicator and scope-based TAB 
completion
     add e487300810aa chore: camel-tui - plain mode for source editor to easily 
copy/paste
     add ac762662598d CAMEL-24365: Copy attachment trait from IN when creating 
a fresh OUT message
     add 35af0390989a CAMEL-24365: Add upgrade guide note for attachment trait 
fix

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   (9fd25be11d8b)
            \
             N -- N -- N   refs/heads/worktree-fix+CAMEL-24365 (35af0390989a)

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:
 .../camel/catalog/components/debezium-db2.json     | 226 +++++------
 .../camel/catalog/components/debezium-mongodb.json | 222 ++++++-----
 .../camel/catalog/components/debezium-mysql.json   | 250 ++++++------
 .../camel/catalog/components/debezium-oracle.json  | 442 +++++++++++----------
 .../catalog/components/debezium-postgres.json      | 322 +++++++--------
 .../catalog/components/debezium-sqlserver.json     | 238 +++++------
 .../components/langchain4j-embeddingstore.json     |  28 +-
 .../docs/langchain4j-embeddingstore-component.adoc |  49 ++-
 ...ngChain4jEmbeddingStoreComponentConfigurer.java |   8 +-
 ...ain4jEmbeddingStoreConfigurationConfigurer.java |   6 +
 ...angChain4jEmbeddingStoreEndpointConfigurer.java |   8 +-
 ...angChain4jEmbeddingStoreEndpointUriFactory.java |   3 +-
 .../embeddingstore/langchain4j-embeddingstore.json |  28 +-
 .../docs/langchain4j-embeddingstore-component.adoc |  49 ++-
 .../LangChain4jEmbeddingStoreConfiguration.java    |  16 +
 .../LangChain4jEmbeddingStoreProducer.java         |  56 ++-
 .../LangChain4jEmbeddingStoreAutoEmbedTest.java    | 161 ++++++++
 .../db2/DebeziumDb2ComponentConfigurer.java        |   6 +
 .../db2/DebeziumDb2EndpointConfigurer.java         |   6 +
 .../db2/DebeziumDb2EndpointUriFactory.java         |   3 +-
 .../Db2ConnectorEmbeddedDebeziumConfiguration.java |  21 +-
 .../camel/component/debezium/db2/debezium-db2.json | 226 +++++------
 .../DebeziumMongodbComponentConfigurer.java        |   6 +
 .../mongodb/DebeziumMongodbEndpointConfigurer.java |   6 +
 .../mongodb/DebeziumMongodbEndpointUriFactory.java |   3 +-
 ...goDbConnectorEmbeddedDebeziumConfiguration.java |  21 +-
 .../debezium/mongodb/debezium-mongodb.json         | 222 ++++++-----
 .../mysql/DebeziumMySqlComponentConfigurer.java    |   6 +
 .../mysql/DebeziumMySqlEndpointConfigurer.java     |   6 +
 .../mysql/DebeziumMySqlEndpointUriFactory.java     |   3 +-
 ...ySqlConnectorEmbeddedDebeziumConfiguration.java |  21 +-
 .../component/debezium/mysql/debezium-mysql.json   | 250 ++++++------
 .../oracle/DebeziumOracleComponentConfigurer.java  |   6 +
 .../oracle/DebeziumOracleEndpointConfigurer.java   |   6 +
 .../oracle/DebeziumOracleEndpointUriFactory.java   |   3 +-
 ...acleConnectorEmbeddedDebeziumConfiguration.java |  21 +-
 .../component/debezium/oracle/debezium-oracle.json | 442 +++++++++++----------
 .../DebeziumPostgresComponentConfigurer.java       |   6 +
 .../DebeziumPostgresEndpointConfigurer.java        |   6 +
 .../DebeziumPostgresEndpointUriFactory.java        |   3 +-
 ...gresConnectorEmbeddedDebeziumConfiguration.java |  21 +-
 .../debezium/postgres/debezium-postgres.json       | 322 +++++++--------
 .../DebeziumSqlserverComponentConfigurer.java      |   6 +
 .../DebeziumSqlserverEndpointConfigurer.java       |   6 +
 .../DebeziumSqlserverEndpointUriFactory.java       |   3 +-
 ...rverConnectorEmbeddedDebeziumConfiguration.java |  21 +-
 .../debezium/sqlserver/debezium-sqlserver.json     | 238 +++++------
 .../org/apache/camel/http/common/HttpHelper.java   |   3 +-
 .../camel/support/CamelObjectInputStream.java      |  27 ++
 .../camel/support/CamelObjectInputStreamTest.java  |  78 ++++
 .../ROOT/pages/camel-4x-upgrade-guide-4_22.adoc    |  22 +
 .../dsl/DebeziumDb2ComponentBuilderFactory.java    |  23 +-
 .../DebeziumMongodbComponentBuilderFactory.java    |  23 +-
 .../dsl/DebeziumMysqlComponentBuilderFactory.java  |  23 +-
 .../dsl/DebeziumOracleComponentBuilderFactory.java |  23 +-
 .../DebeziumPostgresComponentBuilderFactory.java   |  23 +-
 .../DebeziumSqlserverComponentBuilderFactory.java  |  23 +-
 ...ain4jEmbeddingstoreComponentBuilderFactory.java |  21 +
 .../dsl/DebeziumDb2EndpointBuilderFactory.java     |  38 +-
 .../dsl/DebeziumMongodbEndpointBuilderFactory.java |  38 +-
 .../dsl/DebeziumMySqlEndpointBuilderFactory.java   |  38 +-
 .../dsl/DebeziumOracleEndpointBuilderFactory.java  |  38 +-
 .../DebeziumPostgresEndpointBuilderFactory.java    |  38 +-
 .../DebeziumSqlserverEndpointBuilderFactory.java   |  38 +-
 ...hain4jEmbeddingStoreEndpointBuilderFactory.java |  38 ++
 .../jbang/core/commands/tui/AutocompletePopup.java |  60 ++-
 .../dsl/jbang/core/commands/tui/RoutesTab.java     |   2 +
 .../dsl/jbang/core/commands/tui/SourceTab.java     |   8 +
 .../dsl/jbang/core/commands/tui/SourceViewer.java  |  84 +++-
 parent/pom.xml                                     |   2 +-
 pom.xml                                            |   4 +
 71 files changed, 2960 insertions(+), 1783 deletions(-)
 create mode 100644 
components/camel-ai/camel-langchain4j-embeddingstore/src/test/java/org/apache/camel/component/langchain4j/embeddingstore/LangChain4jEmbeddingStoreAutoEmbedTest.java
 create mode 100644 
core/camel-support/src/test/java/org/apache/camel/support/CamelObjectInputStreamTest.java

Reply via email to