-
Notifications
You must be signed in to change notification settings - Fork 273
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
[Campaign] opensearch.opensearchplugin
add groupID
field to org.opensearch.plugin
#2521
Comments
opensearch.opensearchplugin
add groupID
field to org.opensearch.plugin
Adding @lukas-vlcek @dblock @bbarani |
opensearch.opensearchplugin
add groupID
field to org.opensearch.plugin
opensearch.opensearchplugin
add groupID
field to org.opensearch.plugin
@prudhvigodithi Is there any way how I can help with 2.4 pack-porting? I think all the individual plugin PRs have already been created and they are now waiting for review/merge. Once they are merged they will all need to be back-ported to |
Hey @lukas-vlcek thanks for checking :), yes 2.4 branch is not yet cut, it will be done from 2.x, right now the 2.4 release is being tested using 2.x branch https://github.com/opensearch-project/opensearch-build/blob/main/manifests/2.4.0/opensearch-2.4.0.yml, so at this point we are good. |
…roject#2521 Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: Peter Zhu <[email protected]> Signed-off-by: Peter Zhu <[email protected]>
Hey @lukas-vlcek Just noticed this error with notifications-core when executing |
Please see my comment here: opensearch-project/notifications#554 (comment) |
Hey @lukas-vlcek when you get a chance can you please do Documentation Update for your changes? |
Closing this issue as all the associated tasks are completed. @lukas-vlcek @bbarani @peterzhuamazon |
@prudhvigodithi If all plugins are updating groupID to org.opensearch.plugin, is there any reason to keep group as org.opensearch? Ref: I was getting failures related to this when trying to publishToMavenLocal for k-NN that were fixed by switching group to "org.opensearch.plugins":
Related: opensearch-project/k-NN#596 |
Ah looks like its related to opensearch-project/notifications#554 (comment). |
…roject#2521 (opensearch-project#2731) Signed-off-by: Peter Zhu <[email protected]> Signed-off-by: Peter Zhu <[email protected]> Signed-off-by: Monu Singh <[email protected]>
Is your feature request related to a problem? Please describe
Main Related issue: opensearch-project/OpenSearch#4156
Track the plugins to make sure the
groupId
is added asorg.opensearch.plugin
to the publicationpluginZip
inside thebuild.gradle
file.Documentation Update: https://github.com/opensearch-project/opensearch-plugins/blob/main/BUILDING.md#opensearchpluginzip
Describe the solution you'd like
Solution Implemented from the PR opensearch-project/OpenSearch#4156
Describe alternatives you've considered
N/A
Additional context
More Background about publishing plugin zips to maven: #1916
More Background on extending
opensearch.pluginzip
to the 3rd party plugins: opensearch-project/OpenSearch#3692The text was updated successfully, but these errors were encountered: