We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is the bug? Build fails with some latest namespace and library refactoring from core (e.g., opensearch-project/OpenSearch#9005). This was caught by the compatibility checker on opensearch-project/OpenSearch#9073.
How can one reproduce the bug? Steps to reproduce the behavior: Build with latest Core SNAPSHOT
What is the expected behavior? Build passes
Do you have any screenshots?
> Task :checkCompatibility /tmp/groovy-generated-tmpdir-4501804200968858888/src/main/java/org/opensearch/securityanalytics/SecurityAnalyticsPlugin.java:25: error: package org.opensearch.common.component does not exist import org.opensearch.common.component.LifecycleComponent; ^ /tmp/groovy-generated-tmpdir-4501804200968858888/src/main/java/org/opensearch/securityanalytics/SecurityAnalyticsPlugin.java:26: error: cannot find symbol import org.opensearch.common.io.stream.NamedWriteableRegistry; ^ symbol: class NamedWriteableRegistry location: package org.opensearch.common.io.stream /tmp/groovy-generated-tmpdir-4501804200968858888/src/main/java/org/opensearch/securityanalytics/util/CorrelationIndices.java:27: error: cannot find symbol import org.opensearch.rest.RestStatus;
Do you have any additional context? #5910
The text was updated successfully, but these errors were encountered:
Closed by PR #510
Sorry, something went wrong.
Bumped version to 2.7. (opensearch-project#508)
1f10991
Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
sbcd90
No branches or pull requests
What is the bug?
Build fails with some latest namespace and library refactoring from core (e.g., opensearch-project/OpenSearch#9005). This was caught by the compatibility checker on opensearch-project/OpenSearch#9073.
How can one reproduce the bug?
Steps to reproduce the behavior:
Build with latest Core SNAPSHOT
What is the expected behavior?
Build passes
Do you have any screenshots?
Do you have any additional context?
#5910
The text was updated successfully, but these errors were encountered: