opensearch-plugin-template-java
opensearch-plugin-template-java copied to clipboard
Template repo for creating OpenSearch plugins
### Is your feature request related to a problem? the current major release of OpenSearch is 2.x, however the template for plugins already targets 3.x and isn't compatible with 2.x...
### Is your feature request related to a problem? I forked this repo and trying to figure out how to publish (snapshots of) my plugin to maven. ### What solution...
## What/Why ### What are you proposing? currently, this repository is using the GH action workflow `dco.yml` to verify that a sign-off is provided. nowadays, this can be controlled directly...
### What is the bug? if `gradlew build` fails, the CI still happily continues and doesn't fail the build. ### How can one reproduce the bug? cause e.g. the `javadoc`...
### Description I realized that plugin names are note represented correctly according to plugin configuration in testing framework. Please see the code in this PR for more details. **This PR...
### What is the bug? I want to create a custom plugin for opensearch. I have simply cloned the repository and run the check task. The gradle build give me...
## What/Why ### What are you proposing? Some plugins need `plugin-security.policy` config file. The plugin template does not have any example or it explain how to add it. ### What...
### What is the bug? Plugins depending on 1.3.6 are failing to build ### How can one reproduce the bug? Try and build a plugin ### What is the expected...
### What is the bug? I am trying to develop my own OpenSearch Plugin, which generated from the template project. When building the project, something went wrong with version 1.3.6....
### Is your feature request related to a problem? Coming from https://github.com/opensearch-project/job-scheduler/pull/242 where I was struggling with fixing backwards compatibility tests for job-scheduler against OpenSearch 3.0. There's way too much...