opensearch-project / opensearch-project/security-analytics
[FEATURE] Implement function to return list of supported JDKs.
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 111
- Forks
- 111
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 13
Description
Is your feature request related to a problem?
The security analytics frontend plugin maintains a list of the supported JDKs here for the purposes of running integration tests. This requires maintaining that list of supported JDKs in both the back and frontend repos.
What solution would you like?
Ideally, there should be an API available that frontend could call to retrieve the list of JDKs so the list could be maintained only on the backend.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the JDK list in the security-analytics-dashboards-plugin .github/workflows/cypress-workflow.yml link and inspect the security-analytics backend's existing API entry points. Define the supported-JDK response and verify that the frontend can retrieve the list instead of maintaining its own copy.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100