opensearch-project / custom-codecs

OpenSearch custom lucene codecs for providing different on-disk index encoding (e.g., compression).
Apache License 2.0
6 stars 13 forks source link

[BUG] Artifacts of Custom Codecs on the maven repository #83

Closed sarthakaggarwal97 closed 7 months ago

sarthakaggarwal97 commented 7 months ago

What is the bug?

This is more of a question. I can see in the maven repository that we have an artifact for custom-codecs, but the last version is 2.10.0. Is there is a reason why the 2.11.0 version was not added? Is there any process that we follow currently so that artifacts are published alongside OpenSearch release.

What is the expected behavior?

A version of custom-codecs being released alongside other OpenSearch version releases.

@reta @nknize @andrross

reta commented 7 months ago

@sarthakaggarwal97 the custom-codecs is external plugin now (see please https://github.com/opensearch-project/custom-codecs/) so there are no artifacts to publish except the plugin ZIP.

andrross commented 7 months ago

I think this is the link to the artifacts for the external plugin: https://mvnrepository.com/artifact/org.opensearch.plugin/opensearch-custom-codecs

sarthakaggarwal97 commented 7 months ago

got it, thanks for the inputs @andrross @reta