andrii0lomakin opened a new pull request, #3287: URL: https://github.com/apache/tinkerpop/pull/3287
New feature - the ability to include other YAML files using the "includes" property was added. Files including feature support nesting. So one YAML file can include several files that, in turn, include another file and so on. Circular references are detected during inclusion, and an exception is thrown. The following formats of file paths are supported: 1. The absolute file path. 2. Path relative to the including file. 3. Files prefixed with `classpath:` are searched inside the class path. Files loaded through the class path also support relative path references that will be resolved inside the class path scope. Properties of included files are overwritten in order of inclusion. After that, the including file will overwrite those properties. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
