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 af56387 Upgrade Json Schema validator to version 1.0.29
new 4bcc61b CAMEL-14311: Add validate configuration properties to
camel-catalog.
new 30117b0 CAMEL-14311: Add validate configuration properties to
camel-catalog.
new 278c382 Regen
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/catalog/maven/MavenVersionManager.java | 3 +
.../catalog/CamelCatalogJSonSchemaResolver.java | 17 +-
.../src/main/docs/camel-report-maven-plugin.adoc | 3 +
.../java/org/apache/camel/maven/ValidateMojo.java | 215 ++++++++++++++++++-
.../ConfigurationPropertiesValidationResult.java | 229 ++++++++++++++++++++-
.../camel/runtimecatalog/JSonSchemaResolver.java | 5 +
.../camel/runtimecatalog/RuntimeCamelCatalog.java | 5 +-
.../runtimecatalog/impl/AbstractCamelCatalog.java | 12 +-
.../impl/CamelContextJSonSchemaResolver.java | 22 +-
.../org/apache/camel/support/JSonSchemaHelper.java | 12 ++
docs/components/modules/ROOT/nav.adoc | 2 -
.../modules/ROOT/pages/any23-dataformat.adoc | 2 +-
.../ROOT/pages/aws-translate-component.adoc | 6 +-
.../modules/ROOT/pages/osgi-activator.adoc | 17 ++
14 files changed, 517 insertions(+), 33 deletions(-)