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

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


 discard 3cf7b6b  Upgrade to Quarkus 11.0.0
     add 58db89a  Updated CHANGELOG.md
     add db5728f  nats: Explicited each classpath resource mapping checks for 
finer grained logging in case of issue #2061
     add 2a3c0b7  Polish how we pass -Djavax.net.ssl.trustStore to the Solr 
test #2029
     new a900ba2  Upgrade to Quarkus 11.0.0

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   (3cf7b6b)
            \
             N -- N -- N   refs/heads/quarkus-master (a900ba2)

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:
 CHANGELOG.md                                       |   2 +-
 .../quarkus/test/ExtendDefaultTrustStore.java      |  87 +++++++++++++++++++
 .../camel/quarkus/test/TrustStoreResource.java     |  10 ++-
 .../quarkus/component/nats/it/NatsRoutes.java      |   2 +-
 .../component/nats/it/NatsTestResource.java        |   6 +-
 integration-tests/solr/pom.xml                     |  96 +++++++++++++--------
 .../src/main/resources/application.properties      |  10 +--
 .../camel/quarkus/component/solr/it/SolrTest.java  |   2 +-
 .../solr/src/test/resources/ssl/README.adoc        |   6 ++
 .../solr/src/test/resources/ssl/solr-ssl.der       |  22 +++++
 .../src/test/resources/ssl/solr-ssl.keystore.p12   | Bin 2659 -> 0 bytes
 .../solr/src/test/resources/ssl/solr-ssl.pem       |  63 --------------
 pom.xml                                            |   1 +
 tooling/scripts/test-categories.yaml               |   2 +-
 14 files changed, 194 insertions(+), 115 deletions(-)
 create mode 100644 
integration-tests-support/test-support/src/main/java/org/apache/camel/quarkus/test/ExtendDefaultTrustStore.java
 copy integration-tests/{bean => 
solr}/src/main/resources/application.properties (75%)
 create mode 100644 integration-tests/solr/src/test/resources/ssl/README.adoc
 create mode 100644 integration-tests/solr/src/test/resources/ssl/solr-ssl.der
 delete mode 100644 
integration-tests/solr/src/test/resources/ssl/solr-ssl.keystore.p12
 delete mode 100644 integration-tests/solr/src/test/resources/ssl/solr-ssl.pem

Reply via email to