This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch camel-3.4.x in repository https://gitbox.apache.org/repos/asf/camel.git.
from a943fa0 CAMEL-15391: override the endpoint if a custom AWS Host is provided (#4084) new 3fd7dd7 CAMEL-15400: rest endpoint query parameters should not be marked as multivalued. new 4c87cf0 CAMEL-15400: fixed camel-jpa parameters should have prefix for multivalued endpoint-dsl new 1fe10ec CAMEL-15400: crypto-cms endpoint recipient should not be marked as multivalued. The 3 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: .../camel/component/crypto/cms/crypto-cms.json | 2 +- .../crypt/EnvelopedDataEncryptorConfiguration.java | 2 +- .../org/apache/camel/component/jpa/jpa.json | 2 +- .../apache/camel/component/jpa/JpaComponent.java | 6 +++++ .../apache/camel/component/jpa/JpaEndpoint.java | 2 +- ...ithNamedQueryAndParametersMultivaluedTest.java} | 9 ++++---- .../org/apache/camel/component/rest/rest.json | 2 +- .../camel-rest/src/main/docs/rest-component.adoc | 2 +- .../apache/camel/component/rest/RestEndpoint.java | 6 +++-- .../dsl/CryptoCmsEndpointBuilderFactory.java | 17 ++++---------- .../endpoint/dsl/JpaEndpointBuilderFactory.java | 4 ++-- .../endpoint/dsl/RestEndpointBuilderFactory.java | 27 ++++------------------ 12 files changed, 33 insertions(+), 48 deletions(-) copy components/camel-jpa/src/test/java/org/apache/camel/component/jpa/{JpaUsingCustomPersistenceUnitTest.java => JpaWithNamedQueryAndParametersMultivaluedTest.java} (76%)