camel-language-server icon indicating copy to clipboard operation
camel-language-server copied to clipboard

Add Validation for simple expression

Open apupier opened this issue 7 years ago • 1 comments

currently only validating Camel URI.

it should be possible using XmlRouteParser.parseXmlRouteSimpleExpressions(is, baseDir, fqn, fileSimpleExpressions); org.apache.camel.maven.ValidateMojo.validateSimple(CamelCatalog, List<CamelSimpleExpressionDetails>)

apupier avatar Apr 01 '19 12:04 apupier

might be more complicated than planned because it requires to provide the Classloader org.apache.camel.catalog.CamelCatalog to provide an accurate validation

apupier avatar Apr 25 '19 08:04 apupier