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] Rebase Main Branch w/ Refactors from upstream core #970

Closed
nknize opened this issue Aug 2, 2023 · 2 comments
Closed

[BUG] Rebase Main Branch w/ Refactors from upstream core #970

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

Comments

@nknize
Copy link

nknize commented Aug 2, 2023

What is the bug?
Build fails with some latest namespace and library refactoring from core (e.g., #9005). This was caught by the compatibility checker on #9073.

How can one reproduce the bug?
Steps to reproduce the behavior:
Build with latest SNAPSHOT version of core

What is the expected behavior?
Passing build

Do you have any screenshots?

/tmp/groovy-generated-tmpdir-2783003216922734666/src/main/java/org/opensearch/ad/cluster/ClusterManagerEventListener.java:23: error: package org.opensearch.common.component does not exist

import org.opensearch.common.component.LifecycleListener;

Do you have any additional context?
#5910

@nknize nknize added bug Something isn't working untriaged Severity-Blocker labels Aug 2, 2023
@kaituo kaituo removed the untriaged label Aug 3, 2023
@kaituo
Copy link
Collaborator

kaituo commented Aug 3, 2023

The build failure is fixed in #969 waiting for one more approval (cc @amitgalitz )

@kaituo
Copy link
Collaborator

kaituo commented Aug 7, 2023

The build failures due to LifecycleListener are fixed in #969

@kaituo kaituo closed this as completed Aug 7, 2023
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

2 participants