opensearch-project / neural-search

Plugin that adds dense neural retrieval into the OpenSearch ecosytem
Apache License 2.0
61 stars 64 forks source link

Fix jdk version for CI test secure cluster action #801

Closed martin-gaievski closed 3 months ago

martin-gaievski commented 3 months ago

Description

Remove jdk version < 21 for CI action "Test secure cluster" to adopt change in security plugin. For lower versions CI action is failing with error:

 Exception in thread "main" java.lang.IllegalStateException: opensearch-security requires Java 21:, your system: 17.0.11+9-LTS

https://github.com/opensearch-project/neural-search/actions/runs/9606643153/job/26496749470?pr=800#step:5:114

Dn't need to backport to 2.x for now as core PR is only for main without "backport" label

Issues Resolved

[List any issues this PR will resolve]

Check List

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.