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] Fix compatibility failure due to missing javadocs #376

Open
nknize opened this issue Aug 2, 2023 · 0 comments
Open

[BUG] Fix compatibility failure due to missing javadocs #376

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

Comments

@nknize
Copy link

nknize commented Aug 2, 2023

What is the bug?
Build compatibility check fails with some javadoc issues. This was caught by the compatibility checker on opensearch-project/OpenSearch#9073.

How can one reproduce the bug?
Steps to reproduce the behavior:
Run compatibility checker

What is the expected behavior?
Compatibility passes (e.g., no javadoc failures)

Do you have any screenshots?

2023-08-02T18:07:30.4630742Z /tmp/groovy-generated-tmpdir-4848251130445546177/src/main/java/org/opensearch/geospatial/plugin/GeospatialPlugin.java:25: error: package org.opensearch.common.component does not exist
2023-08-02T18:07:30.4639915Z import org.opensearch.common.component.LifecycleComponent;
2023-08-02T18:07:30.4649470Z                                       ^
2023-08-02T18:07:30.4653208Z /tmp/groovy-generated-tmpdir-4848251130445546177/src/main/java/org/opensearch/geospatial/plugin/GeospatialPlugin.java:126: error: cannot find symbol
2023-08-02T18:07:30.4661133Z     public Collection<Class<? extends LifecycleComponent>> getGuiceServiceClasses() {
2023-08-02T18:07:30.4671071Z                                       ^
2023-08-02T18:07:30.4678931Z   symbol:   class LifecycleComponent
2023-08-02T18:07:30.4682778Z   location: class GeospatialPlugin
2023-08-02T18:07:30.4686679Z /tmp/groovy-generated-tmpdir-4848251130445546177/src/main/java/org/opensearch/geospatial/ip2geo/listener/Ip2GeoListener.java:26: error: package org.opensearch.common.component does not exist
2023-08-02T18:07:30.4695187Z import org.opensearch.common.component.AbstractLifecycleComponent;
2023-08-02T18:07:30.4710733Z                                       ^
2023-08-02T18:07:30.4719315Z /tmp/groovy-generated-tmpdir-4848251130445546177/src/main/java/org/opensearch/geospatial/ip2geo/listener/Ip2GeoListener.java:38: error: cannot find symbol
2023-08-02T18:07:30.4723883Z public class Ip2GeoListener extends AbstractLifecycleComponent implements ClusterStateListener {
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 v3.0.0 v3.0.0
Projects
None yet
Development

No branches or pull requests

2 participants