mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-13 00:15:47 +00:00
This commit migrates the RestIntegTestTask from groovy to Java. No changes to logic should be included, however the following changes are needed: * Move Fixture interface to Java (Java can not depend on Groovy classes) * Support lazy evaluation of non-input System parameters (can not use Groovy strings) * Use constants for system property names * Remove dead System property pass through code (the build plugin does this already)