This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from 9a7af71 CAMEL-15390: CollectionStringBuilder - Use JDK util methods instead (#4085) new 370b020 CAMEL-15400: rest endpoint query parameters should not be marked as multivalued. new 9aec62f CAMEL-15400: fixed camel-jpa parameters should have prefix for multivalued endpoint-dsl new ae3698b 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%)