This is an automated email from the ASF dual-hosted git repository.
fmariani pushed a change to branch camel-4.18.x
in repository https://gitbox.apache.org/repos/asf/camel.git
discard 8595796eb20c chore: default authentication path to /* in
platform-http-main
add 5adfcc66e136 CAMEL-23260: fix graceful shutdown for ServiceBus
consumer (#22444)
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 (8595796eb20c)
\
N -- N -- N refs/heads/camel-4.18.x (5adfcc66e136)
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:
.../azure/servicebus/ServiceBusConsumer.java | 93 +++++++++++++-----
.../azure/servicebus/ServiceBusConsumerTest.java | 73 +++++++++++++++
.../BasicAuthenticationConfigurer.java | 15 ++-
.../JWTAuthenticationConfigurer.java | 16 +++-
.../MainAuthenticationConfigurer.java | 12 ---
.../BasicAuthenticationNonRootPathTest.java | 88 -----------------
.../BasicAuthenticationSelectivePathTest.java | 104 ---------------------
.../basic-auth-nonroot-path-selective.properties | 22 -----
.../resources/basic-auth-nonroot-path.properties | 21 -----
.../ROOT/pages/camel-4x-upgrade-guide-4_18.adoc | 18 +---
10 files changed, 170 insertions(+), 292 deletions(-)
delete mode 100644
components/camel-platform-http-main/src/test/java/org/apache/camel/component/platform/http/main/authentication/BasicAuthenticationNonRootPathTest.java
delete mode 100644
components/camel-platform-http-main/src/test/java/org/apache/camel/component/platform/http/main/authentication/BasicAuthenticationSelectivePathTest.java
delete mode 100644
components/camel-platform-http-main/src/test/resources/basic-auth-nonroot-path-selective.properties
delete mode 100644
components/camel-platform-http-main/src/test/resources/basic-auth-nonroot-path.properties