Currently, the OpenSearch gradle plugin only reads from plugins, but in order to write integration tests for opensearch-sdk-java it needs to also read from extensions.
Action items for this issue:
testclusters folder:
OpenSearchNode:
SDK build.gradle:
Currently, the OpenSearch gradle plugin only reads from plugins, but in order to write integration tests for opensearch-sdk-java it needs to also read from extensions.
Action items for this issue:
testclustersfolder:ExtensionsSettingsthat can hold extension informationOpenSearchNode:config/jvm.optionsto enable the extensions feature flagSDK
build.gradle:dependsOn(helloWorld)at the beginning (This will run the extension before integration tests start)