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 8599e883b3 Quick workaround to make micrometer-deployment pass.
 discard ac13d5c533 Disabled consul because of #5635
 discard c7214dca06 fixed micrometer tests
 discard 37abd662e3 Added initialization of VariableRepositoryFactory 
(CAMEL-19749)
 discard ba42d09528 Rebase to main + generated files
 discard fa19a50e50 Upgrade Camel to 4.4.0
     add 2055a79909 Replace tinyproxy container image with an embedded HTTP 
proxy server
     add 61232e9ee0 Use Quarkus Derby DevServices for SQL integration test
     add 37d45bc03b Remove Salesforce PubSubApiConsumer POJO class loading 
workaround
     new 98c78088e5 Upgrade Camel to 4.4.0
     new 53f03533bf Rebase to main + generated files
     new a489be4970 Added initialization of VariableRepositoryFactory 
(CAMEL-19749)
     new 90e9947d19 fixed micrometer tests
     new 61dcd53204 Disabled consul because of #5635
     new aeb96b2bce Quick workaround to make micrometer-deployment pass.

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   (8599e883b3)
            \
             N -- N -- N   refs/heads/camel-main (aeb96b2bce)

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 6 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:
 integration-test-groups/http/common/pom.xml        |  16 ---
 .../component/http/common/HttpTestResource.java    | 130 +++++++++++++++++----
 integration-test-groups/http/http/pom.xml          |  11 --
 .../quarkus/component/http/http/HttpResource.java  |   4 +-
 integration-test-groups/http/netty-http/pom.xml    |  16 ---
 .../ProxyCapableClientInitializerFactory.java      |   4 +-
 integration-test-groups/http/vertx-http/pom.xml    |  16 ---
 .../component/http/vertx/VertxResource.java        |   4 +-
 integration-tests-support/pom.xml                  |   1 -
 .../sql-derby-support/README.adoc                  |   3 -
 .../sql-derby-support/pom.xml                      |  42 -------
 .../src/main/resources/application.properties      |   3 -
 integration-tests/sql/.gitignore                   |   1 +
 integration-tests/sql/pom.xml                      |  24 ----
 .../quarkus/component/sql/it/SqlDbInitializer.java |   6 -
 .../storedproc/derby/NumberAddStoredProcedure.java |  10 +-
 .../sql/src/main/resources/sql/derby/initDb.sql    |   2 +-
 .../src/main/resources/sql/derby/initDb_docker.sql |  20 ----
 .../component/sql/it/DerbyTestResource.java        |  96 ---------------
 .../camel/quarkus/component/sql/it/SqlTest.java    |   3 -
 pom.xml                                            |   2 -
 poms/bom-test/pom.xml                              |   5 -
 22 files changed, 120 insertions(+), 299 deletions(-)
 delete mode 100644 integration-tests-support/sql-derby-support/README.adoc
 delete mode 100644 integration-tests-support/sql-derby-support/pom.xml
 create mode 100644 integration-tests/sql/.gitignore
 rename 
integration-tests-support/sql-derby-support/src/main/java/test/AddNumsProcedure.java
 => 
integration-tests/sql/src/main/java/org/apache/camel/quarkus/component/sql/it/storedproc/derby/NumberAddStoredProcedure.java
 (82%)
 delete mode 100644 
integration-tests/sql/src/main/resources/sql/derby/initDb_docker.sql
 delete mode 100644 
integration-tests/sql/src/test/java/org/apache/camel/quarkus/component/sql/it/DerbyTestResource.java

Reply via email to