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

davsclaus pushed a change to branch fix/CAMEL-24524
in repository https://gitbox.apache.org/repos/asf/camel.git


 discard bc5f0ec6da37 Merge remote-tracking branch 'origin/main' into 
fix/CAMEL-24524
 discard 8945a71e3457 Merge remote-tracking branch 'origin/main' into 
fix/CAMEL-24524
 discard cccef7634d1e Merge branch 'main' into fix/CAMEL-24524
 discard 006425325119 CAMEL-24524: docs - Add 4.23 upgrade guide note for 
endpoint URI normalization fix
 discard e15e5c91c0ba CAMEL-24524: camel-util - Use RFC 3986-safe encoding when 
rebuilding normalized query strings
 discard 27a2d82c2c53 CAMEL-24524: camel-util - Fix URISupport.normalizeUri 
fast path producing different output depending on original parameter order
     add dd2bf57190c1 CAMEL-24454: camel-mllp - default logPhi to false and 
honour it on the paths that ignored it (#25832)
     add 126c79bdf3f1 CAMEL-24453: camel-platform-http - compare request header 
names case-insensitively when suppressing the echo (#25831)
     add 64a4351ff787 Removal of Reactive Executor Vertx
     add 6e3e4ec510b4 CAMEL-24450: camel-jetty - do not grant CORS credentials 
to an origin the operator did not name (#25829)
     add 26c899d818b8 CAMEL-24443: camel-knative - do not trust every 
certificate when SSL is enabled without a truststore (#25824)
     add c52d3cfa1c34 CAMEL-24442: camel-thrift - unmarshal into a copy instead 
of the shared defaultInstance (#25823)
     add 3a6c27bfae04 CAMEL-24452: camel-http - do not send credentials to an 
authority the endpoint was not configured with (#25830)
     add b6f6b4708543 CAMEL-24423: camel-tika - filter parsed document metadata 
before mapping it to headers (#25819)
     add 4b557e4e8204 CAMEL-24436: camel-platform-http-vertx - only allow CORS 
credentials for a configured origin (#25820)
     add 495c5ad39a0f CAMEL-24437: camel-oauth - bind the authorization code 
callback to the flow with a state parameter (#25821)
     add 6f72ae648eb0 CAMEL-24439: camel-shiro - verify the presented 
credentials on every exchange (#25822)
     add fd4fd273e4d1 CAMEL-24477: camel-cxf - add a muteException consumer 
option (#25742)
     add 7af3e74d8448 CAMEL-24476: camel-mina - add a muteException consumer 
option (#25741)
     add 1ead256f1bfc CAMEL-24475: camel-xpath - parse an InputSource document 
type with the hardened XML parser (#25683)
     add fecd39328250 CAMEL-24526: camel-djl - reject the zoo tabular 
applications instead of returning no-op predictors
     add 9d3108def6e8 CAMEL-24441: camel-crypto-pgp - require integrity 
protection when decrypting (#25848)
     add 9ffc21d5d12d Regen
     add 1fce240d6aac CAMEL-24402: Lazy init threadNamePattern (#25532)
     add 1e0928d9fe1e CAMEL-24524: camel-util - Fix URISupport.normalizeUri 
fast path producing different output depending on original parameter order
     add 826ff7226279 CAMEL-24524: camel-util - Use RFC 3986-safe encoding when 
rebuilding normalized query strings
     add c8618b04f499 CAMEL-24524: docs - Add 4.23 upgrade guide note for 
endpoint URI normalization fix

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   (bc5f0ec6da37)
            \
             N -- N -- N   refs/heads/fix/CAMEL-24524 (c8618b04f499)

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:
 bom/camel-bom/pom.xml                              |   5 -
 catalog/camel-allcomponents/pom.xml                |   5 -
 .../org/apache/camel/catalog/components/cxf.json   |  69 ++--
 .../org/apache/camel/catalog/components/mina.json  |  86 ++---
 .../org/apache/camel/catalog/components/mllp.json  |   2 +-
 .../org/apache/camel/catalog/dataformats/pgp.json  |   3 +-
 .../org/apache/camel/catalog/docs.properties       |   1 -
 .../catalog/docs/reactive-executor-vertx.adoc      |  37 --
 .../org/apache/camel/catalog/models/pgp.json       |   3 +-
 .../org/apache/camel/catalog/others.properties     |   1 -
 .../catalog/others/reactive-executor-vertx.json    |  15 -
 .../apache/camel/catalog/schemas/camel-spring.xsd  |  12 +
 .../apache/camel/catalog/schemas/camel-xml-io.xsd  |  12 +
 .../camel/catalog/schemas/camelYamlDsl-model.json  |   6 +
 .../djl/model/ModelPredictorProducer.java          |  15 +-
 .../tabular/ZooLinearRegressionPredictor.java      |  32 --
 .../tabular/ZooSoftmaxRegressionPredictor.java     |  32 --
 .../djl/model/ModelPredictorProducerTest.java      |  20 +-
 .../converter/crypto/PGPDataFormatConfigurer.java  |   7 +
 .../org/apache/camel/converter/crypto/pgp.json     |   3 +-
 .../converter/crypto/PGPKeyAccessDataFormat.java   |  29 ++
 .../camel/converter/crypto/PGPDataFormatTest.java  |   3 +
 .../crypto/PGPRequireIntegrityProtectionTest.java  |  97 +++++
 components/camel-cxf/camel-cxf-soap/pom.xml        |   6 +
 .../component/cxf/jaxws/CxfEndpointConfigurer.java |   6 +
 .../component/cxf/jaxws/CxfEndpointUriFactory.java |   3 +-
 .../org/apache/camel/component/cxf/jaxws/cxf.json  |  69 ++--
 .../camel/component/cxf/jaxws/CxfConsumer.java     |  40 +-
 .../camel/component/cxf/jaxws/CxfEndpoint.java     |  16 +
 .../jaxws/CxfConsumerContinuationTimeoutTest.java  |  71 ++--
 .../cxf/jaxws/CxfConsumerMuteExceptionTest.java    | 111 ++++++
 .../DefaultAuthenticationHttpClientConfigurer.java |  12 +-
 .../apache/camel/component/http/HttpComponent.java |  66 +++-
 .../component/http/HttpCredentialsHelper.java      |  10 +-
 .../component/http/OAuth2ClientConfigurer.java     |  53 +++
 .../http/HttpClientConfigurerOverrideTest.java     |  38 +-
 .../http/HttpOAuth2RedirectTokenLeakTest.java      | 155 ++++++++
 .../camel/component/jetty/JettyHttpComponent.java  |  34 ++
 .../camel/component/jetty/EnableCORSTest.java      |  42 ++-
 .../knative/http/KnativeSslClientOptions.java      |   8 +-
 .../component/knative/http/KnativeHttpTest.java    |   3 +
 .../http/KnativeSslClientOptionsTrustTest.java     |  66 ++++
 .../component/mina/MinaComponentConfigurer.java    |   6 +
 .../component/mina/MinaEndpointConfigurer.java     |   6 +
 .../component/mina/MinaEndpointUriFactory.java     |   3 +-
 .../org/apache/camel/component/mina/mina.json      |  86 ++---
 .../camel/component/mina/MinaConfiguration.java    |  14 +
 .../apache/camel/component/mina/MinaConsumer.java  |  17 +-
 .../component/mina/MinaMuteExceptionTest.java      |  88 +++++
 .../MinaTcpLineDelimiterUsingPlainSocketTest.java  |   2 +-
 .../mina/MinaTcpWithInOutUsingPlainSocketTest.java |   2 +-
 .../MinaTcpWithIoOutProcessorExceptionTest.java    |   2 +-
 .../org/apache/camel/component/mllp/mllp.json      |   2 +-
 .../apache/camel/component/mllp/MllpComponent.java |   4 +-
 .../component/mllp/MllpTcpServerConsumer.java      |   4 +-
 .../camel/component/mllp/internal/Hl7Util.java     |  30 ++
 .../component/mllp/internal/MllpSocketBuffer.java  |  16 +-
 .../mllp/internal/TcpSocketConsumerRunnable.java   |  10 +-
 .../apache/camel/component/mllp/LogPhiTest.java    |   6 +-
 .../camel/component/mllp/internal/Hl7UtilTest.java |   9 +
 .../apache/camel/oauth/OAuthCodeFlowCallback.java  |  21 ++
 .../apache/camel/oauth/OAuthCodeFlowProcessor.java |  19 +-
 .../java/org/apache/camel/oauth/OAuthSession.java  |   6 +
 .../apache/camel/oauth/jakarta/ServletOAuth.java   |   3 +
 .../org/apache/camel/oauth/vertx/VertxOAuth.java   |   8 +-
 .../camel/oauth/OAuthProcessorFailClosedTest.java  |  85 +++++
 .../http/vertx/VertxPlatformHttpServerSupport.java |  15 +-
 .../http/vertx/VertxPlatformHttpEngineTest.java    |  78 ++++
 .../platform/http/PlatformHttpEndpoint.java        |  16 +-
 .../http/PlatformHttpEndpointHeaderEchoTest.java   |  53 +++
 components/camel-reactive-executor-vertx/pom.xml   |  72 ----
 .../services/org/apache/camel/other.properties     |   7 -
 .../services/org/apache/camel/reactive-executor    |   2 -
 .../resources/reactive-executor-vertx.json         |  15 -
 .../src/main/docs/reactive-executor-vertx.adoc     |  37 --
 .../reactive/vertx/VertXReactiveExecutor.java      | 136 -------
 .../camel/reactive/SimpleMockLookupVertxTest.java  |  67 ----
 .../org/apache/camel/reactive/SimpleMockTest.java  |  71 ----
 .../src/test/resources/log4j2.properties           |  31 --
 .../shiro/security/ShiroSecurityProcessor.java     |  29 +-
 ...AuthenticationCredentialAlwaysCheckedTest.java} |  48 +--
 components/camel-thrift/pom.xml                    |   5 +
 .../camel/dataformat/thrift/ThriftDataFormat.java  |  14 +-
 .../thrift/ThriftUnmarshalIsolationTest.java       |  89 +++++
 components/camel-tika/pom.xml                      |   5 +
 .../apache/camel/component/tika/TikaProducer.java  |  25 +-
 .../tika/TikaMetadataHeaderFilterTest.java         |  74 ++++
 .../apache/camel/language/xpath/XPathBuilder.java  |  33 +-
 components/pom.xml                                 |   1 -
 .../impl/engine/BaseExecutorServiceManager.java    |  10 +-
 .../org/apache/camel/model/dataformat/pgp.json     |   3 +-
 .../camel/model/dataformat/PGPDataFormat.java      |  38 ++
 .../reifier/dataformat/PGPDataFormatReifier.java   |   1 +
 .../apache/camel/builder/xml/XPathFeatureTest.java |  72 ++++
 .../apache/camel/java/out/JavaDslModelWriter.java  |   1 +
 .../java/org/apache/camel/xml/in/ModelParser.java  |   1 +
 .../java/org/apache/camel/xml/out/ModelWriter.java |   1 +
 .../org/apache/camel/yaml/out/YamlModelWriter.java |   1 +
 coverage/pom.xml                                   |   5 -
 .../examples/json/reactive-executor-vertx.json     |   1 -
 docs/components/modules/others/nav.adoc            |   1 -
 .../others/pages/reactive-executor-vertx.adoc      |   1 -
 .../ROOT/pages/camel-4x-upgrade-guide-4_23.adoc    | 409 ++++++++++++++++++---
 .../component/dsl/MinaComponentBuilderFactory.java |  20 +
 .../component/dsl/MllpComponentBuilderFactory.java |   2 +-
 .../endpoint/dsl/CxfEndpointBuilderFactory.java    |  42 +++
 .../endpoint/dsl/MinaEndpointBuilderFactory.java   |  34 ++
 .../dsl/yaml/deserializers/ModelDeserializers.java |   6 +
 .../resources/schema/camelYamlDsl-canonical.json   |   6 +
 .../resources/schema/camelYamlDsl-model.json       |   6 +
 .../generated/resources/schema/camelYamlDsl.json   |   6 +
 parent/pom.xml                                     |   5 -
 112 files changed, 2386 insertions(+), 962 deletions(-)
 delete mode 100644 
catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/reactive-executor-vertx.adoc
 delete mode 100644 
catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/reactive-executor-vertx.json
 delete mode 100644 
components/camel-ai/camel-djl/src/main/java/org/apache/camel/component/djl/model/tabular/ZooLinearRegressionPredictor.java
 delete mode 100644 
components/camel-ai/camel-djl/src/main/java/org/apache/camel/component/djl/model/tabular/ZooSoftmaxRegressionPredictor.java
 create mode 100644 
components/camel-crypto-pgp/src/test/java/org/apache/camel/converter/crypto/PGPRequireIntegrityProtectionTest.java
 create mode 100644 
components/camel-cxf/camel-cxf-soap/src/test/java/org/apache/camel/component/cxf/jaxws/CxfConsumerMuteExceptionTest.java
 copy 
tests/camel-itest/src/test/java/org/apache/camel/itest/doc/DirectComponentConfigurationAndDocumentationTest.java
 => 
components/camel-http/src/test/java/org/apache/camel/component/http/HttpClientConfigurerOverrideTest.java
 (50%)
 create mode 100644 
components/camel-http/src/test/java/org/apache/camel/component/http/HttpOAuth2RedirectTokenLeakTest.java
 create mode 100644 
components/camel-knative/camel-knative-http/src/test/java/org/apache/camel/component/knative/http/KnativeSslClientOptionsTrustTest.java
 create mode 100644 
components/camel-mina/src/test/java/org/apache/camel/component/mina/MinaMuteExceptionTest.java
 create mode 100644 
components/camel-platform-http/src/test/java/org/apache/camel/component/platform/http/PlatformHttpEndpointHeaderEchoTest.java
 delete mode 100644 components/camel-reactive-executor-vertx/pom.xml
 delete mode 100644 
components/camel-reactive-executor-vertx/src/generated/resources/META-INF/services/org/apache/camel/other.properties
 delete mode 100644 
components/camel-reactive-executor-vertx/src/generated/resources/META-INF/services/org/apache/camel/reactive-executor
 delete mode 100644 
components/camel-reactive-executor-vertx/src/generated/resources/reactive-executor-vertx.json
 delete mode 100644 
components/camel-reactive-executor-vertx/src/main/docs/reactive-executor-vertx.adoc
 delete mode 100644 
components/camel-reactive-executor-vertx/src/main/java/org/apache/camel/reactive/vertx/VertXReactiveExecutor.java
 delete mode 100644 
components/camel-reactive-executor-vertx/src/test/java/org/apache/camel/reactive/SimpleMockLookupVertxTest.java
 delete mode 100644 
components/camel-reactive-executor-vertx/src/test/java/org/apache/camel/reactive/SimpleMockTest.java
 delete mode 100644 
components/camel-reactive-executor-vertx/src/test/resources/log4j2.properties
 copy 
components/camel-shiro/src/test/java/org/apache/camel/component/shiro/security/{ShiroAuthenticationReauthenticateFalseAndNewUserTest.java
 => ShiroAuthenticationCredentialAlwaysCheckedTest.java} (66%)
 create mode 100644 
components/camel-thrift/src/test/java/org/apache/camel/dataformat/thrift/ThriftUnmarshalIsolationTest.java
 create mode 100644 
components/camel-tika/src/test/java/org/apache/camel/component/tika/TikaMetadataHeaderFilterTest.java
 delete mode 120000 
docs/components/modules/others/examples/json/reactive-executor-vertx.json
 delete mode 120000 
docs/components/modules/others/pages/reactive-executor-vertx.adoc

Reply via email to