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

fix build/CI and add backport workflow #161

Merged
merged 2 commits into from
Mar 4, 2022

Conversation

ylwu-amzn
Copy link
Collaborator

Signed-off-by: Yaliang Wu ylwu@amazon.com

Description

  • Fix build: plugin version; enable license header checking; build RPM/DEB;
  • Fix CI workflow: support java 11 and 14; run security IT against docker
  • Add backport workflow

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Yaliang Wu <ylwu@amazon.com>
@ylwu-amzn ylwu-amzn requested a review from a team March 4, 2022 00:58
@ylwu-amzn ylwu-amzn marked this pull request as draft March 4, 2022 01:07
Signed-off-by: Yaliang Wu <ylwu@amazon.com>
opensearch_version = "${opensearch_version}"
common_utils_version = "${opensearchBaseVersion}.0-SNAPSHOT"
opensearch_version = System.getProperty("opensearch.version", "1.3.0-SNAPSHOT")
// 1.3.0 -> 1.3.0.0, and 1.3.0-SNAPSHOT -> 1.3.0.0-SNAPSHOT
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is 1.x.0 -> 1.x.0.0 a convention that we normally use for how the version evolve?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, other plugins like AD using same convention.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants