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

jamesnetherton pushed a change to branch testcontainers-2.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git


 discard 53aff610 WIP - Testcontainers 2.x
    omit c26c7fcb Add license-maven-plugin exclusion for quarkus.log
     add 1860a34a Add license-maven-plugin exclusion for quarkus.log
     add e9d1bfa7 Add Variables example
     add 4f55326d Bump actions/download-artifact from 6 to 7
     add cd74eeb7 Bump actions/upload-artifact from 5 to 6
     add 7bdbc9dd data-extract: reinstate the structured output feature
     add f3fa16ba data-extract: fix README and schema
     add 8390a05f Increase cluster-leader-election test assertion timeout
     add a8b179ae Bump the maven group across 34 directories with 1 update
     add 31dd472d data-extract: Remove useless manual reflection configs #8103
     new 6a27d26b WIP - Testcontainers 2.x

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   (53aff610)
            \
             N -- N -- N   refs/heads/testcontainers-2.x (6a27d26b)

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 1 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/ci-build.yaml                    |   8 +++----
 amqp/pom.xml                                       |   2 +-
 artemis-elasticsearch/pom.xml                      |   2 +-
 aws-lambda/pom.xml                                 |   2 +-
 aws2-s3/pom.xml                                    |   2 +-
 cluster-leader-election/pom.xml                    |   2 +-
 .../src/test/java/org/acme/master/MasterTest.java  |   2 +-
 cxf-soap/pom.xml                                   |   2 +-
 data-extract-langchain4j/README.adoc               |  22 +++++++++---------
 data-extract-langchain4j/pom.xml                   |   2 +-
 data-extract-langchain4j/schema.png                | Bin 96255 -> 99984 bytes
 data-extract-langchain4j/schemas-source.odp        | Bin 36144 -> 37250 bytes
 .../extraction/CustomPojoExtractionService.java    |   7 ++++--
 .../extraction/DataExtractAgentConfiguration.java  |   2 ++
 ..._chat-2458b71a-4789-4a07-9424-ba7a1da8bf07.json |  24 --------------------
 ..._chat-3867080e-87d5-40d6-b9a8-b90817d980f9.json |  24 ++++++++++++++++++++
 ..._chat-3ac79428-f534-4e6a-aa8f-8e401ac22256.json |  24 ++++++++++++++++++++
 ..._chat-4a005fe6-e449-482d-8ce6-8c341fa4cb9f.json |  24 ++++++++++++++++++++
 ..._chat-5dbaaf5e-5436-470c-a629-cee5ea860e64.json |  24 --------------------
 ..._chat-a359a6fc-e37c-4383-a99c-efa92d6e650d.json |  24 --------------------
 docs/modules/ROOT/attachments/examples.json        |   5 +++++
 fhir/pom.xml                                       |   2 +-
 file-bindy-ftp/pom.xml                             |   2 +-
 file-split-log-xml/pom.xml                         |   2 +-
 health/pom.xml                                     |   2 +-
 http-log/pom.xml                                   |   2 +-
 jdbc-datasource/pom.xml                            |   2 +-
 jms-jpa/pom.xml                                    |   2 +-
 jpa-idempotent-repository/pom.xml                  |   2 +-
 jta-jpa/pom.xml                                    |   2 +-
 kafka/pom.xml                                      |   2 +-
 kamelet-chucknorris/pom.xml                        |   2 +-
 message-bridge/pom.xml                             |   2 +-
 netty-custom-correlation/pom.xml                   |   2 +-
 observability/pom.xml                              |   2 +-
 openapi-contract-first/pom.xml                     |   2 +-
 platform-http-security-keycloak/pom.xml            |   2 +-
 rest-json/pom.xml                                  |   2 +-
 saga/pom.xml                                       |   2 +-
 spring-redis/pom.xml                               |   2 +-
 timer-log-main/pom.xml                             |   2 +-
 timer-log/pom.xml                                  |   2 +-
 {timer-log => variables}/README.adoc               |  15 ++++++-------
 {amqp => variables}/eclipse-formatter-config.xml   |   0
 {timer-log-main => variables}/pom.xml              |  20 +++++++----------
 .../main/java/org/acme/main/VariablesRoute.java    |  17 +++++++-------
 .../src/main/resources/application.properties      |  11 +++++++--
 .../src/test/java/org/acme/main/VariablesIT.java   |   4 ++--
 .../src/test/java/org/acme/main/VariablesTest.java |  25 ++++++++++++---------
 vertx-websocket-chat/pom.xml                       |   2 +-
 50 files changed, 176 insertions(+), 164 deletions(-)
 delete mode 100644 
data-extract-langchain4j/src/test/resources/mappings/api_chat-2458b71a-4789-4a07-9424-ba7a1da8bf07.json
 create mode 100644 
data-extract-langchain4j/src/test/resources/mappings/api_chat-3867080e-87d5-40d6-b9a8-b90817d980f9.json
 create mode 100644 
data-extract-langchain4j/src/test/resources/mappings/api_chat-3ac79428-f534-4e6a-aa8f-8e401ac22256.json
 create mode 100644 
data-extract-langchain4j/src/test/resources/mappings/api_chat-4a005fe6-e449-482d-8ce6-8c341fa4cb9f.json
 delete mode 100644 
data-extract-langchain4j/src/test/resources/mappings/api_chat-5dbaaf5e-5436-470c-a629-cee5ea860e64.json
 delete mode 100644 
data-extract-langchain4j/src/test/resources/mappings/api_chat-a359a6fc-e37c-4383-a99c-efa92d6e650d.json
 copy {timer-log => variables}/README.adoc (69%)
 copy {amqp => variables}/eclipse-formatter-config.xml (100%)
 copy {timer-log-main => variables}/pom.xml (95%)
 copy timer-log-main/src/main/java/org/acme/main/TimerRoute.java => 
variables/src/main/java/org/acme/main/VariablesRoute.java (68%)
 copy {rest-json => variables}/src/main/resources/application.properties (83%)
 copy amqp/src/test/java/org/acme/amqp/AmqpIT.java => 
variables/src/test/java/org/acme/main/VariablesIT.java (93%)
 copy amqp/src/test/java/org/acme/amqp/AmqpTest.java => 
variables/src/test/java/org/acme/main/VariablesTest.java (63%)

Reply via email to