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 3f51e25 CAMEL-14622: Component options use @Metadata to markup the
options
new cb9649d CAMEL-14622: Component options use @Metadata to markup the
options
new dec4729 CAMEL-14622: Component options use @Metadata to markup the
options. Fix resteasy to not expose options from http that it does not
use/support.
The 2 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/milo/server/milo-server.json | 36 +-
.../src/main/docs/milo-server-component.adoc | 20 +-
.../component/milo/client/MiloClientComponent.java | 2 +-
.../component/milo/server/MiloServerComponent.java | 35 +-
.../apache/camel/component/mongodb/mongodb.json | 2 +-
.../src/main/docs/mongodb-component.adoc | 2 +-
.../camel/component/mongodb/MongoDbComponent.java | 21 +-
.../resteasy/ResteasyComponentConfigurer.java | 10 +-
.../apache/camel/component/resteasy/resteasy.json | 26 +-
.../src/main/docs/resteasy-component.adoc | 27 +-
.../component/resteasy/ResteasyComponent.java | 43 +-
.../camel/component/resteasy/ResteasyEndpoint.java | 12 +-
.../component/resteasy/ResteasyHttpBinding.java | 1 -
.../camel/component/resteasy/ResteasyProducer.java | 2 -
.../dsl/MiloServerComponentBuilderFactory.java | 229 ++++-----
.../dsl/MongodbComponentBuilderFactory.java | 3 +-
.../dsl/ResteasyComponentBuilderFactory.java | 214 +--------
.../src/generated/resources/metadata.json | 1 +
.../dsl/ResteasyEndpointBuilderFactory.java | 526 ---------------------
19 files changed, 236 insertions(+), 976 deletions(-)