-
Task
-
Resolution: Done
-
Minor
-
None
-
None
The JWS for OpenShift guide used to have image version numbers hardcoded as literal values. These literal values were subsequently replaced by <version> placheholders, but these placeholders now tend to make the code examples harder to read.
Apply the following changes to modularized JWS for OpenShift guide:
- In the following sections, replace each occurrence of the <version> placeholder with a configurable {ImageVersion} attribute that will make the code examples easier to read:
- Section 3.5 (steps 5 and 6)
- Section 3.6 (steps 3 and 4)
- Appendix A.1.1
- In the following sections, replace each "56" literal with the configurable {ImageVersion} attribute to facilitate global updates of the image version in future releases:
- Section 3.2
- Section 3.3
- In the following sections, replace each "5.6" literal with the {ProductVersion} attribute:
- Section 3.2
- Section 3.3
- In the following section, replace each "5.6.x" literal with the {component-version} attribute that is used for the JWS metering labels:
- Section 3.3
Apply Chapter 3 changes to the MR https://gitlab.cee.redhat.com/red-hat-jboss-web-server-documentation/jws-documentation/-/merge_requests/681 for Chapter 3 modularization based on JWS-2409.
Apply Appendix A.1.1 changes to the MR https://gitlab.cee.redhat.com/red-hat-jboss-web-server-documentation/jws-documentation/-/merge_requests/683 for the old Chapter 5 modularization based on JWS-2411.