Set aksDeployBranch and templates ref to wildfly40 for WF40 deploy#35
Merged
allanmckenzie merged 1 commit intoJul 10, 2026
Merged
Conversation
oktayekincioglu
approved these changes
Jul 10, 2026
zozd-hmcts
approved these changes
Jul 10, 2026
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.
Why
The first Java 25 / WildFly 40 release run (after PR #31 merged) failed at the Deploy Validation Stack step:
Root cause: the deploy pulled the old
wildfly-appchart 0.25.3, which only ships standalone config for WildFly 10 and 26.1.2 (no WF40). The WF40listing-serviceimage booted against a WildFly 26standalone.xml, never became ready, and Helm--waittimed out.The WF40 deploy config (chart
0.25.4-wildfly40+wildfly.version: 40.0.0.Final, viahelmsman_vars/validation25.env) lives on thewildfly40branches ofcpp-azure-devops-templatesandcpp-aks-deploy. listing's pipeline was still pointing atmain/default.What
Align listing with the already-working
usersgroupsandprosecution-casefilepipelines:cppAzureDevOpsTemplatesrepository resourceref:main→wildfly40context-validation.yamlparameteraksDeployBranch: 'wildfly40'CI-config only — no code or Maven changes. Local full reactor build + ITs were already green before merge.
🤖 Generated with Claude Code