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 1982baef033 CAMEL-20695: camel-kotlin-api - Add
setHeaders/setVariables EIP
add 98376eb9bbe CAMEL-20492: Rest DSL with clientRequestValidation can
support allowe… (#13863)
No new revisions were added by this update.
Summary of changes:
.../rest/RestJettyRequiredQueryParameterTest.java | 19 ++++++++++++++--
.../rest/openapi/RestOpenApiProcessor.java | 25 ++++++++++++++++++++++
.../apache/camel/model/rest/ParamDefinition.java | 4 ++++
.../camel/model/rest/RestBindingDefinition.java | 22 +++++++++++++++++++
.../apache/camel/model/rest/RestDefinition.java | 5 +++++
.../camel/reifier/rest/RestBindingReifier.java | 1 +
.../camel/support/processor/RestBindingAdvice.java | 23 ++++++++++++++++++++
.../processor/RestBindingAdviceFactory.java | 5 +++--
.../processor/RestBindingConfiguration.java | 9 ++++++++
docs/user-manual/modules/ROOT/pages/rest-dsl.adoc | 1 +
10 files changed, 110 insertions(+), 4 deletions(-)