This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git
from 657fa86769c Bump com.dropbox.core:dropbox-core-sdk from 6.1.0 to 7.0.0
(#14026)
add d0cd37c291c CAMEL-20732: fix parsing primitive array types in
RestDefinition (#14043)
No new revisions were added by this update.
Summary of changes:
core/camel-core-model/pom.xml | 7 +++
.../apache/camel/model/rest/RestDefinition.java | 14 ++---
.../camel/model/rest/RestDefinitionTest.java | 68 ++++++++++++++++++++++
3 files changed, 79 insertions(+), 10 deletions(-)
create mode 100644
core/camel-core-model/src/test/java/org/apache/camel/model/rest/RestDefinitionTest.java