OpenLiberty / OpenLiberty/ci.common
Do not print a message when expanding a variable in normal processing
Open
@sajeerzeji is already working on this.
Since Sep 16, 2026.
- Dominant language
- Java
- Stars
- 4
- Forks
- 32
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 5
Description
During the build of ci.common many messages like this are printed: [INFO] Resolving Property depth_v5 for expression v6_${depth_v5}. Resolved expression value is v6_v5_v4_v3_v2_1
In most tools you can use replacement variables and they are processed in the normal course of events and no INFO message is printed. This message should be converted into a debug message to make this tool less verbose.
Contributor guide
No contributing guide indexed for this repository
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.
Assessment
This issue has not been assessed yet.