Hi The documentation at https://sling.apache.org/documentation/bundles/repository-initialization.html does not state which features are supported since which version of the language (in fact it only documents supported features in 1.0.2). What happens if I use a non-supported feature with an older repoinit parser? For example if I use the "with path" clause (https://issues.apache.org/jira/browse/SLING-7226) with repoinit.parser 1.1.0? My assumption (not yet verified) is that it will just throw an exception.
Would it make sense to version the repoinit language semantically and put the required version into the repoinit statements (as first line). That way one could (at least for future) bail out of processing repoinit statements which are not yet supported with a proper exception (or optionally just skip those). Thanks in advance for your input, Konrad
