opensearch-project / opensearch-system-templates

The repository is a plugin which acts as a repository for system templates which should be loaded as part of the cluster setup. These contain application based configuration templates which are used to provide sensible defaults for various use-cases for which users may be using OpenSearch.
https://www.opensearch.org
Apache License 2.0
0 stars 4 forks source link

Set minimum Java version to 11 #26

Closed andrross closed 2 months ago

andrross commented 2 months ago

Description

Set minimum Java version to 11 on the 2.17 branch. This will need to be forward ported to the 2.x branch as well.

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.

gaiksaya commented 2 months ago

@andrross I believe we need to add 11 to matrix as well here: https://github.com/opensearch-project/opensearch-system-templates/blob/2.17/.github/workflows/check.yml#L14 and https://github.com/opensearch-project/opensearch-system-templates/blob/2.17/.github/workflows/check.yml#L43