Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup or clarify (null) in output of --list-config #7064

Closed
joakime opened this issue Oct 29, 2021 · 0 comments · Fixed by #7065
Closed

Cleanup or clarify (null) in output of --list-config #7064

joakime opened this issue Oct 29, 2021 · 0 comments · Fixed by #7065
Assignees

Comments

@joakime
Copy link
Contributor

joakime commented Oct 29, 2021

Target Jetty version(s)
10+

Enhancement Description

When using --list-config the output can often contain (null) entries, like this ...

Java Environment:
-----------------
 java.home = /home/joakim/java/jvm/jdk-11.0.12+7 (null)
 java.vm.vendor = Eclipse Foundation (null)
 java.vm.version = 11.0.12+7 (null)
 java.vm.name = OpenJDK 64-Bit Server VM (null)
 java.vm.info = mixed mode (null)
 java.runtime.name = OpenJDK Runtime Environment (null)
 java.runtime.version = 11.0.12+7 (null)
 java.io.tmpdir = /tmp (null)
 user.dir = /home/joakim/code/jetty/distros/bases/ssl11 (null)
 user.language = en (null)
 user.country = US (null)

We should clean this up, and make it more clear what that is meaning.

joakime added a commit that referenced this issue Oct 29, 2021
@joakime joakime linked a pull request Oct 29, 2021 that will close this issue
@joakime joakime self-assigned this Oct 29, 2021
joakime added a commit that referenced this issue Nov 15, 2021
Improved start handling of output so that testcases
can now validate the output if they need to.

Signed-off-by: Joakim Erdfelt <[email protected]>
joakime added a commit that referenced this issue Nov 15, 2021
Improved start handling of output so that testcases
can now validate the output if they need to.

Signed-off-by: Joakim Erdfelt <[email protected]>
joakime added a commit that referenced this issue Nov 16, 2021
Improved start handling of output so that testcases
can now validate the output if they need to.

Signed-off-by: Joakim Erdfelt <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant