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 e694b13  camel-directvm: Remove unused camel-direct dependency. (#3434)
     new 1400650  CAMEL-14311: Add validate configuration properties to 
camel-catalog.
     new 77661bb  Regen

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:
 catalog/camel-catalog/pom.xml                      |   1 +
 .../org/apache/camel/catalog/CamelCatalog.java     |   8 +
 .../catalog/CamelCatalogJSonSchemaResolver.java    |   7 +
 .../org/apache/camel/catalog/CamelCatalogTest.java | 234 +++++++++++++++++++
 .../src/main/docs/elytron-component.adoc           |   8 +-
 .../ConfigurationPropertiesValidationResult.java   |  19 +-
 .../runtimecatalog/EndpointValidationResult.java   |  33 +++
 .../camel/runtimecatalog/JSonSchemaResolver.java   |   7 +
 .../camel/runtimecatalog/RuntimeCamelCatalog.java  |  14 +-
 .../runtimecatalog/impl/AbstractCamelCatalog.java  | 250 +++++++++++++++++++--
 .../impl/CamelContextJSonSchemaResolver.java       |  19 ++
 .../impl/RuntimeCamelCatalogTest.java              |  53 ++++-
 .../dsl/ElytronEndpointBuilderFactory.java         |   6 +-
 .../org/apache/camel/support/JSonSchemaHelper.java | 157 +++++++++++--
 .../camel/support/PropertyBindingSupport.java      |   2 +-
 docs/components/modules/ROOT/nav.adoc              |   1 +
 .../modules/ROOT/pages}/elytron-component.adoc     |   9 +-
 docs/components/modules/ROOT/pages/index.adoc      |   4 +-
 18 files changed, 765 insertions(+), 67 deletions(-)
 copy 
catalog/camel-main-maven-plugin/src/main/java/org/apache/camel/maven/model/AutowireData.java
 => 
core/camel-api/src/main/java/org/apache/camel/runtimecatalog/ConfigurationPropertiesValidationResult.java
 (71%)
 copy {components/camel-elytron/src/main/docs => 
docs/components/modules/ROOT/pages}/elytron-component.adoc (95%)

Reply via email to