Bump Java version for oci-objectstorage-fixture to Java 19
Refactor import org.opensearch.common.xcontent.* to import org.opensearch.core.xcontent.*
Sidenote: I tested this locally by performing a ./gradlew publishToMavenLocal on a local 2.x branch for OpenSearch and tested the changes using the version opensearch_version = System.getProperty("opensearch.version", "2.7.0-SNAPSHOT")
We might need to cut a 2.7.0 tag for OpenSearch before merging this in.
Issues Resolved
Resolves #44
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.
Description
oci-objectstorage-fixture
to Java 19import org.opensearch.common.xcontent.*
toimport org.opensearch.core.xcontent.*
Sidenote: I tested this locally by performing a
./gradlew publishToMavenLocal
on a local2.x
branch for OpenSearch and tested the changes using the versionopensearch_version = System.getProperty("opensearch.version", "2.7.0-SNAPSHOT")
We might need to cut a2.7.0
tag for OpenSearch before merging this in.Issues Resolved
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.