Skip to content
New issue

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

[BUG] #508

Closed
nknize opened this issue Aug 2, 2023 · 1 comment
Closed

[BUG] #508

nknize opened this issue Aug 2, 2023 · 1 comment
Assignees
Labels
bug Something isn't working Severity-Blocker

Comments

@nknize
Copy link
Contributor

nknize commented Aug 2, 2023

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

@nknize nknize added bug Something isn't working untriaged Severity-Blocker labels Aug 2, 2023
@sbcd90 sbcd90 self-assigned this Aug 4, 2023
@amsiglan
Copy link
Collaborator

Closed by PR #510

riysaxen-amzn pushed a commit to riysaxen-amzn/security-analytics that referenced this issue Feb 20, 2024
Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Severity-Blocker
Projects
None yet
Development

No branches or pull requests

4 participants