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
master
Jetty version 9.4.x+
Java version All versions
OS type/version All.
Description When the start.jar --list-config is used, the following output is produced ...
start.jar --list-config
--(snip)-- Jetty Environment: ----------------- jetty.version = 9.4.39.v20210325 jetty.tag.version = master --(snip)--
The jetty.tag.version always reports as master. This should either be the tag name, or the build-number (git sha).
jetty.tag.version
The text was updated successfully, but these errors were encountered:
Issue #6148 - update jetty.tag.version behavior
8715600
Signed-off-by: Joakim Erdfelt <[email protected]>
Issue #6148 - introduce jetty.build to show git sha for build
19a1b0c
Merge pull request #6149 from eclipse/jetty-9.4.x-start-tag-name
23c45c0
Merged PR #6149
Sorry, something went wrong.
--list-config
joakime
Successfully merging a pull request may close this issue.
Jetty version
9.4.x+
Java version
All versions
OS type/version
All.
Description
When the
start.jar --list-config
is used, the following output is produced ...The
jetty.tag.version
always reports asmaster
.This should either be the tag name, or the build-number (git sha).
The text was updated successfully, but these errors were encountered: