Add Eclipse Temurin runtime support and remove obsolete artifacts#46
Merged
naveensrinivasan merged 1 commit intomainfrom Mar 5, 2026
Merged
Add Eclipse Temurin runtime support and remove obsolete artifacts#46naveensrinivasan merged 1 commit intomainfrom
naveensrinivasan merged 1 commit intomainfrom
Conversation
- Introduced a new runtime configuration for Eclipse Temurin in `runtime-registry.yaml`, enabling support for multiple architectures and platforms. - Implemented the `TemurinAdapter` to handle version management, download configuration, and end-of-life integration for Temurin. - Added a policy file for Temurin version management and created comprehensive tests for the new adapter functionality. - Removed obsolete JSON files related to previous package builds and test summaries to streamline the project structure. - Updated the CLI to register the new Temurin runtime adapter, enhancing the overall runtime management capabilities.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #46 +/- ##
==========================================
+ Coverage 48.62% 48.69% +0.07%
==========================================
Files 43 44 +1
Lines 6162 6756 +594
==========================================
+ Hits 2996 3290 +294
- Misses 2848 3112 +264
- Partials 318 354 +36 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
runtime-registry.yaml, enabling support for multiple architectures and platforms.TemurinAdapterto handle version management, download configuration, and end-of-life integration for Temurin.