We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(null)
--list-config
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.
The text was updated successfully, but these errors were encountered:
Issue #7064 - Fix (null) for source output in --list-config
c695925
Signed-off-by: Joakim Erdfelt <[email protected]>
Issue #7064 - address (null) output present in start.jar
0edf9b5
Improved start handling of output so that testcases can now validate the output if they need to. Signed-off-by: Joakim Erdfelt <[email protected]>
781ddbc
Issue #7064 - Fix (null) for source output in --list-config (#7065)
edaead4
joakime
Successfully merging a pull request may close this issue.
Target Jetty version(s)
10+
Enhancement Description
When using
--list-config
the output can often contain(null)
entries, like this ...We should clean this up, and make it more clear what that is meaning.
The text was updated successfully, but these errors were encountered: