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 b7913f5 Temporarily disable debezium tests until #1311 and associtated issues are fixed discard 664cd17 Upgrade to Quarkus 1.6.0 - WIP add d70defc debezium-embedded dependencies #1340 add d0b6219 Merge pull request #1351 from JiriOndrusek/deeziume-dependencies add 6fa5685 Unable to GET an https URL with netty-http client #695 add 05d6a41 Merge pull request #1352 from JiriOndrusek/695_netty-https new 0ea580b Upgrade to Quarkus 1.6.0 - WIP new b068373 Temporarily disable debezium tests until #1311 and associtated issues are fixed 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 (b7913f5) \ N -- N -- N refs/heads/quarkus-master (b068373) 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 2 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: extensions-support/debezium/runtime/pom.xml | 18 ++++++++++++++++++ integration-tests/http/README.adoc | 5 +++++ .../camel/quarkus/component/http/it/HttpResource.java | 2 +- .../http/src/main/resources/application.properties | 2 ++ .../http/src/main/resources/jsse/keystore.p12 | Bin 0 -> 2421 bytes .../camel/quarkus/component/http/it/HttpTest.java | 2 +- pom.xml | 1 + poms/bom/pom.xml | 5 +++++ 8 files changed, 33 insertions(+), 2 deletions(-) create mode 100644 integration-tests/http/README.adoc create mode 100644 integration-tests/http/src/main/resources/jsse/keystore.p12