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 d7176ac [CAMEL-17845] fix KafkaConsumerTopicIsPatternIT (#7282)
add dba4a0c CAMEL-17868: json dataformat - More options should be marked
as advanced
add 9d44d2d camel-http - Should exclude some inherited options that it
does not support/use.
add 89e9ec7 Regen for commit 9d44d2d0579af4f3fb4af4aa81d5d506c2602acc
No new revisions were added by this update.
Summary of changes:
.../org/apache/camel/catalog/components/http.json | 1 +
.../org/apache/camel/catalog/components/https.json | 1 +
.../apache/camel/catalog/components/resteasy.json | 1 +
.../apache/camel/catalog/dataformats/jackson.json | 12 +-
.../camel/catalog/dataformats/xstreamJson.json | 2 +-
.../org/apache/camel/catalog/models/json.json | 14 +-
.../apache/camel/catalog/schemas/camel-spring.xsd | 6 +-
.../component/http/HttpEndpointConfigurer.java | 6 +
.../component/http/HttpEndpointUriFactory.java | 3 +-
.../org/apache/camel/component/http/http.json | 1 +
.../org/apache/camel/component/http/https.json | 1 +
.../apache/camel/component/http/HttpEndpoint.java | 2 +-
.../apache/camel/component/jackson/jackson.json | 12 +-
.../resteasy/ResteasyEndpointUriFactory.java | 3 +-
.../apache/camel/component/resteasy/resteasy.json | 1 +
.../camel/dataformat/xstream/xstreamJson.json | 2 +-
.../org/apache/camel/model/dataformat/json.json | 14 +-
.../camel/model/dataformat/JsonDataFormat.java | 11 +-
.../endpoint/dsl/HttpEndpointBuilderFactory.java | 62 +++++++
.../dsl/ResteasyEndpointBuilderFactory.java | 189 +++++++++++++++++++++
20 files changed, 307 insertions(+), 37 deletions(-)