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 46244e8 Fixed CS
new 121377d CAMEL-14311: Add validate configuration properties to
camel-catalog.
new f172a29 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 +
.../ConfigurationPropertiesValidationResult.java | 6 +-
.../runtimecatalog/EndpointValidationResult.java | 280 +------------------
.../runtimecatalog/PropertiesValidationResult.java | 304 +++++++++++++++++++++
docs/components/modules/ROOT/pages/index.adoc | 14 +-
5 files changed, 321 insertions(+), 284 deletions(-)
create mode 100644
core/camel-api/src/main/java/org/apache/camel/runtimecatalog/PropertiesValidationResult.java