Update runtimes/add GF EE 11 support#384
Merged
Merged
Conversation
|
Can one of the admins verify this patch? |
OndroMih
reviewed
Jul 3, 2026
There was a problem hiding this comment.
Pull request overview
Updates the starter’s runtime compatibility matrix to add GlassFish support for Jakarta EE 11, adjusts Docker enablement rules accordingly, and refreshes WildFly-related documentation/config to newer versions.
Changes:
- Enable GlassFish selection for Jakarta EE 11 with Java SE 21+ (UI + archetype validation).
- Expand/adjust GlassFish Docker support rules and CI coverage for the new combinations.
- Update WildFly version references for running the UI and refresh archetype runtime version pins.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| ui/src/main/java/org/eclipse/starter/ui/Project.java | Updates UI runtime enable/disable logic for GlassFish EE 11 + Java 21+ and Docker constraints. |
| ui/README.md | Updates documentation to reference WildFly 30 for UI deployment. |
| ui/pom.xml | Bumps WildFly version used by the wildfly-maven-plugin configuration. |
| README.md | Updates top-level documentation to reference WildFly 30 for UI deployment. |
| archetype/src/main/resources/META-INF/archetype-post-generate.groovy | Updates archetype validation and Dockerfile retention logic for GlassFish EE 11 + Java constraints. |
| archetype/src/main/resources/archetype-resources/README.md | Refactors template logic controlling when Docker instructions are shown (incl. GlassFish EE 10/11 rules). |
| archetype/src/main/resources/archetype-resources/pom.xml | Updates runtime version pins (GlassFish/Payara/WildFly) and WildFly plugin selection logic. |
| archetype/src/main/resources/archetype-resources/Dockerfile | Updates base images for EE 11 (GlassFish 8) and newer WildFly image tags. |
| .github/workflows/nightly.yml | Updates expected warnings and adds CI coverage for EE 11 GlassFish + Docker and related scenarios. |
| .github/workflows/main.yml | Adds CI coverage for EE 11 GlassFish + Docker scenario. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
No description provided.