You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it should be possible using
XmlRouteParser.parseXmlRouteSimpleExpressions(is, baseDir, fqn, fileSimpleExpressions);
org.apache.camel.maven.ValidateMojo.validateSimple(CamelCatalog, List)
The text was updated successfully, but these errors were encountered:
might be more complicated than planned because it requires to provide the Classloader org.apache.camel.catalog.CamelCatalog to provide an accurate validation
currently only validating Camel URI.
it should be possible using
XmlRouteParser.parseXmlRouteSimpleExpressions(is, baseDir, fqn, fileSimpleExpressions);
org.apache.camel.maven.ValidateMojo.validateSimple(CamelCatalog, List)
The text was updated successfully, but these errors were encountered: