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

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


 discard 163a755fb0 fixed jt400
 discard 090ba2952a Upgrade Camel to 4.12.0
     add f000f3e9ad Fix jms-artemis-ra module name (#7230)
     add e0a18d0870 Align langchain4j-tokenizer.adoc to reflect the component 
.adoc from Camel documentation (#7233)
     add 7fed1c317f Langchain4j-Tokenizer link is component and not others 
(#7234)
     add 7227376784 Revert "Langchain4j-Tokenizer link is component and not 
others (#7234)" (#7235)
     add 0e8596d6f4 Revert "Align langchain4j-tokenizer.adoc to reflect the 
component .adoc from …" (#7236)
     add 132c44eaa4 Bump cq-plugin.version from 4.17.2 to 4.17.3 (#7237)
     add a68195ced3 Remove logging of testcontainers configuration
     add 4cbb41d322 Handle potential for bcel to be present for xalan native 
mode
     add 739f0bf5b1 Do not manage com.squareup.okhttp3:mockwebserver
     add c2dcf8850b Bump actions/setup-java from 4.7.0 to 4.7.1 (#7242)
     add f3c71203dc Bump quarkiverse-mybatis.version from 2.3.1 to 2.3.2 (#7243)
     add 00220cecf8 Manage and align com.fasterxml:aalto-xml (#7241)
     add aaad606e4e Bump cq-plugin.version from 4.17.3 to 4.17.4
     add 98c1f7d0e4 Bump quarkiverse-groovy.version from 3.21.1 to 3.21.2
     add 8cd07517dd Upgrade quarkus-jsch to 3.0.15
     add fcc8f12553 Document groovy extension limitations for property 
placeholders in native mode
     add 9c5a516073 Update IBM MQ versions
     add f3745bb451 fixes #6771 DataFormat endpoints ignore camel.dataformat.* 
configuration properties
     add a1a1cd85e2 Use Pinecone emulator for integration testing
     add 83225f1ff6 Regen SBOM from commit 
a1a1cd85e220abb432728f4be3876b9d42448685 (#7260)
     add eb3d702e98 Fix #7254 to support named entityManagerFactory in 
camel-quarkus-jpa
     add a5c590bb30 fixes #7262: removal of unecessary dependencies to Quarkus 
Amazon Services
     add 96916787ac Manage smooks transitives (#7267)
     add b16e87e994 fixes #7275 Jasypt tests fail on FIPS machine
     add 9da920033b Drop Camel http from Knative consumers list Fixes #7272
     add 26555c4d75 Bump quarkiverse-groovy.version from 3.21.2 to 3.21.3 
(#7279)
     add 0677cc0b71 Bump cq-plugin.version from 4.17.4 to 4.17.5 (#7278)
     add 930c9fa4da Regen SBOM from commit 
0677cc0b71db824a653a2da1fea8484c1e5e7659 (#7281)
     add ead2e00cef Disable git integration tests due to #7257
     add e36c79f1f8 Upgrade Quarkus to 3.22.0.CR1
     new f32c31c8a6 Upgrade Camel to 4.12.0
     new 5d79fbeea5 fixed jt400
     new cfe74261a4 Regen files + fixed comp error in core
     new ec75561a02 Manage org.apache.fury:fury-core in bom

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   (163a755fb0)
            \
             N -- N -- N   refs/heads/camel-main (ec75561a02)

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.

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/camel-master-cron.yaml           |  16 +-
 .github/workflows/ci-build.yaml                    |  16 +-
 .github/workflows/generate-sbom-main.yml           |   2 +-
 .github/workflows/pr-validate.yml                  |   2 +-
 .github/workflows/quarkus-master-cron.yaml         |  16 +-
 camel-quarkus-sbom/camel-quarkus-sbom.json         | 369 ++++++++-------------
 camel-quarkus-sbom/camel-quarkus-sbom.xml          | 329 ++++++++----------
 docs/antora.yml                                    |   2 +-
 .../pages/reference/extensions/dataformat.adoc     |  24 ++
 .../ROOT/pages/reference/extensions/groovy.adoc    |  28 +-
 docs/modules/ROOT/pages/user-guide/kubernetes.adoc |   1 -
 .../core/deployment/main/CamelMainHelper.java      |   2 +-
 .../core/CamelQuarkusPackageScanClassResolver.java |   2 +-
 .../CamelQuarkusPackageScanResourceResolver.java   |   2 +-
 .../camel/quarkus/core/RuntimeBeanRepository.java  |  12 +
 .../deployment/pom.xml                             |  12 -
 .../deployment/XalanNativeImageProcessor.java      |  19 ++
 .../dataformat/deployment/DataformatProcessor.java |  17 +
 .../dataformat/CamelDataformatConfig.java          |  30 +-
 .../component/dataformat/DataformatRecorder.java   |  77 +++++
 .../groovy/runtime/src/main/doc/limitations.adoc   |  27 +-
 .../component/jpa/deployment/JpaProcessor.java     |  25 ++
 .../quarkus/component/jpa/CamelJpaRecorder.java    |  16 +
 .../azure/servicebus/it/AzureServiceBusTest.java   |  17 +-
 .../it/ElasticsearchTestResource.java              |   3 -
 .../component/redis/it/RedisTestResource.java      |   3 -
 .../test/support/aws2/BaseAWs2TestSupport.java     |   2 +
 .../TestCertificateGenerationExtension.java        |  25 +-
 ...portCustomTypeConverterBulkConverterLoader.java |   6 +-
 .../converters/MyLoaderConverterLoader.java        |   8 +-
 .../test/support/kafka/KafkaTestResource.java      |   4 -
 .../test/support/mongodb/MongoDbTestResource.java  |   3 -
 .../test/mock/backend/MockBackendUtils.java        |  12 +-
 .../activemq/it/ActiveMQTestResource.java          |   3 -
 .../arangodb/it/ArangodbTestResource.java          |   3 -
 integration-tests/beanio/pom.xml                   |  17 +
 .../component/beanio/it/BeanioResource.java        |  47 +--
 .../quarkus/component/beanio/it/BeanioRoutes.java  |   4 +
 .../quarkus/component/beanio/it/model/Person.java} |  25 +-
 .../src/main/resources/application.properties      |   6 +-
 .../beanio/src/main/resources/employee-mapping.xml |  12 +
 .../quarkus/component/beanio/it/BeanioTest.java    |  52 ++-
 .../beanio/src/test/resources/employees-csv.txt    |   2 +-
 .../src/test/resources/employees-delimited.txt     |   2 +-
 .../src/test/resources/employees-fixedlength.txt   |   2 +-
 .../src/test/resources/employees-with-error.txt    |   2 +-
 .../beanio/src/test/resources/employees-xml.txt    |   2 +-
 .../cassandraql/it/CassandraqlTestResource.java    |   2 -
 .../component/consul/it/ConsulTestResource.java    |   3 -
 integration-tests/couchdb/pom.xml                  |   2 +
 .../quarkus/component/couchdb/it/CouchdbTest.java  |   2 +
 .../common/it/AbstractDebeziumTestResource.java    |   2 -
 integration-tests/git/pom.xml                      |   7 +
 .../camel/quarkus/component/git/it/GitIT.java      |   2 +
 .../camel/quarkus/component/git/it/GitTest.java    |   2 +
 .../influxdb/it/InfluxdbTestResource.java          |   3 -
 .../jasypt/it/JasyptFipsModeTestProfile.java       |   5 +-
 integration-tests/jms-artemis-ra/pom.xml           |   2 +-
 .../camel/quarkus/component/jpa/it/JpaRoute.java   |   2 +
 .../jpa/src/main/resources/application.properties  |   8 +-
 .../camel/quarkus/component/jpa/it/JpaTest.java    | 149 +--------
 .../jpa/it/{JpaTest.java => JpaTestBase.java}      |   4 +-
 .../jpa/it/{JpaIT.java => NamedJpaTest.java}       |   9 +-
 .../component/jpa/it/NamedJpaTestProfile.java}     |   8 +-
 .../component/kudu/it/KuduTestResource.java        |   3 -
 .../component/nats/it/NatsTestResource.java        |   3 -
 .../component/paho/it/PahoTestResource.java        |   3 -
 .../slot/it/PgReplicationSlotTestResource.java     |   3 -
 integration-tests/pinecone/pom.xml                 |  27 ++
 .../component/pinecone/it/PineconeResource.java    |  31 +-
 .../component/pinecone/it/PineconeTest.java        |  38 +--
 .../pinecone/it/PineconeTestResource.java          |  48 ++-
 ...dexes-0cb5785f-987c-481d-b49a-51dac8cc4a5a.json |  29 --
 ...dexes-293cf644-849f-4860-809f-13278d509acb.json |  30 --
 ...dexes-5854cd4f-0384-40dd-bfa5-bf36592d3a9b.json |  33 --
 ...index-92a8d520-01e3-48ae-89eb-1f51beed3276.json |  26 --
 .../component/qdrant/it/QdrantTestResource.java    |   3 -
 pom.xml                                            |  24 +-
 poms/bom/pom.xml                                   |  29 +-
 poms/bom/src/main/generated/flattened-full-pom.xml | 173 ++++++++--
 .../src/main/generated/flattened-reduced-pom.xml   |  76 +++--
 .../generated/flattened-reduced-verbose-pom.xml    |  76 +++--
 .../apache/camel/quarkus/test/CallbackUtil.java    |  16 +
 83 files changed, 1120 insertions(+), 1071 deletions(-)
 copy 
extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/CamelRuntimeConfig.java
 => 
extensions/dataformat/runtime/src/main/java/org/apache/camel/quarkus/component/dataformat/CamelDataformatConfig.java
 (65%)
 create mode 100644 
extensions/dataformat/runtime/src/main/java/org/apache/camel/quarkus/component/dataformat/DataformatRecorder.java
 copy integration-tests/{java-joor-dsl/src/main/resources/routes/MyUser.java => 
beanio/src/main/java/org/apache/camel/quarkus/component/beanio/it/model/Person.java}
 (84%)
 copy 
integration-tests/jpa/src/test/java/org/apache/camel/quarkus/component/jpa/it/{JpaTest.java
 => JpaTestBase.java} (98%)
 copy 
integration-tests/jpa/src/test/java/org/apache/camel/quarkus/component/jpa/it/{JpaIT.java
 => NamedJpaTest.java} (82%)
 copy 
integration-tests/{micrometer/src/test/java/org/apache/camel/quarkus/component/micrometer/it/NoMessageHistoryProfile.java
 => 
jpa/src/test/java/org/apache/camel/quarkus/component/jpa/it/NamedJpaTestProfile.java}
 (82%)
 delete mode 100644 
integration-tests/pinecone/src/test/resources/mappings/indexes-0cb5785f-987c-481d-b49a-51dac8cc4a5a.json
 delete mode 100644 
integration-tests/pinecone/src/test/resources/mappings/indexes-293cf644-849f-4860-809f-13278d509acb.json
 delete mode 100644 
integration-tests/pinecone/src/test/resources/mappings/indexes-5854cd4f-0384-40dd-bfa5-bf36592d3a9b.json
 delete mode 100644 
integration-tests/pinecone/src/test/resources/mappings/indexes_test-index-92a8d520-01e3-48ae-89eb-1f51beed3276.json

Reply via email to