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

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


    omit 2db94a6299 Workaround #4490 REST-Assured does not support JSON-B 
3.0/Jakarta EE 10
    omit 32e76dee8b Require Java 17
    omit 5ea094cc69 Avoid creating quarkus.log files in module directories
    omit 3ec6a1d9ed Upgrade to Camel 4.0.0 and Quarkus 3.0.0.Alpha3
     add 18c008c7f7 Upgrade to Camel 4.0.0 and Quarkus 3.0.0.Alpha3
     add 00822ae060 Avoid creating quarkus.log files in module directories
     add df7cba0748 Require Java 17
     add 3c0abb2a33 Workaround #4490 REST-Assured does not support JSON-B 
3.0/Jakarta EE 10
     add 1dfcc2fe16 Disable jms-artemis-client test temporarily #4500
     add 6f4f341687 Disable hazelcast test temporarily #4498
     add 42cf17fcf9 Disable infinispan test temporarily #4499
     add 1e8549c24d Disable google-bigquery and google-pubsub tests temporarily 
#4502
     add 31c7afbad5 Disable aws2 test temporarily #4501
     add d4bd1f5a33 Disable main-xml-jaxb test temporarily #4507
     add 33bec4c580 Disable freemarker test temporarily #4508
     add 5e21b72c2a Disable cassandraql test temporarily #4488
     add 35301870a4 Disable opentelemetry test temporarily #4509
     add 6e506bc924 Disable dataformats-json test temporarily #4507
     add fdd4b5dc38 Disable azure-grouped test temporarily #4507
     add 77f771426d Disable crypto test temporarily #4510
     add 5053617f70 Disable jq test temporarily #4511
     add 93549df02d Disable saxon test temporarily #4512
     add b6abcdf1f1 Disable zendesk test temporarily #4514
     add 6a3b0e0303 Disable TelegramTest.[mp3|mp4|pdf] temporarily #4513
     add a2b7aa70fc Disable syndication test temporarily #4515
     add 8f72989bbb Disable xchange test temporarily #4516
     add 06a9f3dcb2 Disable as2 test temporarily #4492
     add 25da49bb53 Disable aws2-quarkus-client-grouped test temporarily #4496
     add b4099516d6 Disable XmlTest.xtokenizeLanguage temporarily #4494
     add 34a34e9dcc Disable vertx-websocket test temporarily  #4518
     add dcfce4bae5 Disable fhir test temporarily #4497
     add a600506cb6 MailTest.receiveSecured fails on Camel 4/Quarkus 3: Can't 
verify identity of server: localhost #4493
     add 91c6a193af Disable native mail test temporarily #4519

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   (2db94a6299)
            \
             N -- N -- N   refs/heads/camel-4 (91c6a193af)

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:
 .../yaml/deployment/YamlDslClassicModeTest.java    |   3 +-
 extensions/atom/runtime/pom.xml                    |   5 ---
 .../atom/graal/DataSourceUtilsSubstitutions.java   |  40 ------------------
 .../java/deployment/OpenApiJavaProcessor.java      |   2 +-
 .../component/shiro/deployment/ShiroProcessor.java |   2 +-
 .../deployment/SpringRabbitmqProcessor.java        |   6 ++-
 extensions/spring-rabbitmq/runtime/pom.xml         |   4 ++
 .../xchange/deployment/XchangeProcessor.java       |   2 +-
 .../src/main/resources/application.properties      |   2 +-
 .../src/main/resources/routes/johnzon-routes.xml   |  43 --------------------
 .../dataformats/johnzon/JohnzonJsonIT.java         |  23 -----------
 .../dataformats/johnzon/JohnzonJsonTest.java       |  45 ---------------------
 integration-tests/mail/pom.xml                     |   4 ++
 .../quarkus/component/mail/MailTestResource.java   |  18 +++++----
 .../src/test/resources/Dockerfile}                 |   9 ++---
 .../mail/src/test/resources/README.adoc            |  12 ++++++
 .../mail/src/test/resources/greenmail.p12          | Bin 0 -> 4077 bytes
 integration-tests/pom.xml                          |  44 ++++++++++----------
 .../component/telegram/it/TelegramTest.java        |   4 ++
 integration-tests/xml/pom.xml                      |   4 ++
 .../quarkus/component/xml/it/XmlRouteBuilder.java  |   3 +-
 .../camel/quarkus/component/xml/it/XmlTest.java    |   2 +
 pom.xml                                            |   5 +++
 poms/bom-test/pom.xml                              |   4 --
 poms/bom/pom.xml                                   |  19 +++++++--
 poms/bom/src/main/generated/flattened-full-pom.xml |  19 +++++++--
 .../src/main/generated/flattened-reduced-pom.xml   |  19 +++++++--
 .../generated/flattened-reduced-verbose-pom.xml    |  19 +++++++--
 .../camel-quarkus-banned-dependencies-spring.xml   |   1 +
 tooling/scripts/test-categories.yaml               |  22 ----------
 tooling/scripts/validate-github-workflows.groovy   |  33 ++++++---------
 31 files changed, 155 insertions(+), 263 deletions(-)
 delete mode 100644 
extensions/atom/runtime/src/main/java/org/apache/camel/quarkus/component/atom/graal/DataSourceUtilsSubstitutions.java
 delete mode 100644 
integration-tests/dataformats-json/src/main/resources/routes/johnzon-routes.xml
 delete mode 100644 
integration-tests/dataformats-json/src/test/java/org/apache/camel/quarkus/component/dataformats/johnzon/JohnzonJsonIT.java
 delete mode 100644 
integration-tests/dataformats-json/src/test/java/org/apache/camel/quarkus/component/dataformats/johnzon/JohnzonJsonTest.java
 copy integration-tests/{csimple/src/main/resources/routes/my-routes.yaml => 
mail/src/test/resources/Dockerfile} (87%)
 create mode 100644 integration-tests/mail/src/test/resources/README.adoc
 create mode 100644 integration-tests/mail/src/test/resources/greenmail.p12

Reply via email to