Collect telemetry for Java properties#26038
Merged
MarkEWaite merged 1 commit intojenkinsci:masterfrom Jan 5, 2026
Merged
Conversation
Signed-off-by: Alexander Brandes <mc.cache@web.de>
MarkEWaite
approved these changes
Jan 3, 2026
Member
|
Needs an issue with |
Member
Author
Was about to file that post-merge |
Contributor
|
This PR is now ready for merge. We will merge it after approximately 24 hours if there is no negative feedback. /label ready-for-merge |
Member
|
This PR still needs a changelog entry. |
14 tasks
MarkEWaite
added a commit
to MarkEWaite/bom
that referenced
this pull request
Jan 4, 2026
Do not merge Includes pull requests that are currently marked as "Ready for merge": * jenkinsci/jenkins#26034 * jenkinsci/jenkins#26036 * jenkinsci/jenkins#26038 * jenkinsci/jenkins#26041 * jenkinsci/jenkins#26042 * jenkinsci/jenkins#26043 * jenkinsci/jenkins#26044 * jenkinsci/jenkins#26046 * jenkinsci/jenkins#26048 Reverts pull requests: * jenkinsci/jenkins#26018 * jenkinsci/jenkins#26049
4 tasks
MarkEWaite
added a commit
to MarkEWaite/acceptance-test-harness
that referenced
this pull request
Jan 4, 2026
Created from Jenkins core pull request: * jenkinsci/jenkins#26051 Includes ready to merge pull requests: * jenkinsci/jenkins#26034 * jenkinsci/jenkins#26036 * jenkinsci/jenkins#26038 * jenkinsci/jenkins#26041 * jenkinsci/jenkins#26042 * jenkinsci/jenkins#26043 * jenkinsci/jenkins#26044 * jenkinsci/jenkins#26046 * jenkinsci/jenkins#26048 Reverts pull requests: * jenkinsci/jenkins#26018 * jenkinsci/jenkins#26049
4 tasks
shalinisudarsan
pushed a commit
to shalinisudarsan/jenkins
that referenced
this pull request
Jan 6, 2026
Reinstantiate telemetry for Java properties Signed-off-by: Alexander Brandes <mc.cache@web.de> (cherry picked from commit 2e58b23)
MarkEWaite
pushed a commit
to MarkEWaite/jenkins
that referenced
this pull request
Jan 7, 2026
Reinstantiate telemetry for Java properties Signed-off-by: Alexander Brandes <mc.cache@web.de> (cherry picked from commit 2e58b23)
14 tasks
MarkEWaite
pushed a commit
to MarkEWaite/jenkins
that referenced
this pull request
Jan 7, 2026
Reinstantiate telemetry for Java properties Signed-off-by: Alexander Brandes <mc.cache@web.de> (cherry picked from commit 2e58b23)
AmoghParmar
pushed a commit
to AmoghParmar/jenkins
that referenced
this pull request
Jan 7, 2026
Reinstantiate telemetry for Java properties Signed-off-by: Alexander Brandes <mc.cache@web.de>
shalinisudarsan
pushed a commit
to shalinisudarsan/jenkins
that referenced
this pull request
Jan 8, 2026
Reinstantiate telemetry for Java properties Signed-off-by: Alexander Brandes <mc.cache@web.de> (cherry picked from commit 2e58b23)
shalinisudarsan
pushed a commit
to shalinisudarsan/jenkins
that referenced
this pull request
Jan 8, 2026
Reinstantiate telemetry for Java properties Signed-off-by: Alexander Brandes <mc.cache@web.de> (cherry picked from commit 2e58b23)
MarkEWaite
added a commit
that referenced
this pull request
Jan 21, 2026
* Fix sidebar navigation for non-ASCII localized section headers * Bump minimum supported remoting version (#26034) * Fix race condition during initial admin account creation (#26036) * Update README.md * Update README.md * Update README.md * Remove link to non-existent newsletter Also format with `yarn lint:fix` as noted in the contributing guide. * Update README.md * Update good first issues query * Fix race condition during initial admin account creation * Update core/src/main/java/hudson/security/HudsonPrivateSecurityRealm.java Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Use synchronized method for initial admin account creation --------- Co-authored-by: Mark Waite <mark.earl.waite@gmail.com> Co-authored-by: Kris Stern <krisstern@outlook.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Collect telemetry for Java properties (#26038) Reinstantiate telemetry for Java properties Signed-off-by: Alexander Brandes <mc.cache@web.de> * Update dependency com.puppycrawl.tools:checkstyle to v12.3.1 (#26041) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency io.jenkins.plugins:jakarta-xml-bind-api to v4.0.6-12.vb_1833c1231d3 (#26042) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency io.jenkins.plugins:jaxb to v2.3.9-143.v5979df3304e6 (#26043) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency io.jenkins.plugins:checks-api to v402 (#26044) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency org.jenkins-ci.plugins:credentials to v1460 (#26046) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update stapler.version to v2065 (major) (#26049) Update stapler.version to v2065 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency org.jenkins-ci:version-number to v1.14 (#26054) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Fix sidebar navigation for non-ASCII section headers * Resolve merge conflict with master --------- Signed-off-by: Alexander Brandes <mc.cache@web.de> Co-authored-by: strangelookingnerd <49242855+strangelookingnerd@users.noreply.github.com> Co-authored-by: Pnkcaht <samzoovsk19@gmail.com> Co-authored-by: Mark Waite <mark.earl.waite@gmail.com> Co-authored-by: Kris Stern <krisstern@outlook.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Alexander Brandes <mc.cache@web.de> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Beck <1831569+daniel-beck@users.noreply.github.com>
meetgoti07
pushed a commit
to meetgoti07/jenkins
that referenced
this pull request
Jan 29, 2026
…nsci#26068) * Fix sidebar navigation for non-ASCII localized section headers * Bump minimum supported remoting version (jenkinsci#26034) * Fix race condition during initial admin account creation (jenkinsci#26036) * Update README.md * Update README.md * Update README.md * Remove link to non-existent newsletter Also format with `yarn lint:fix` as noted in the contributing guide. * Update README.md * Update good first issues query * Fix race condition during initial admin account creation * Update core/src/main/java/hudson/security/HudsonPrivateSecurityRealm.java Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Use synchronized method for initial admin account creation --------- Co-authored-by: Mark Waite <mark.earl.waite@gmail.com> Co-authored-by: Kris Stern <krisstern@outlook.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Collect telemetry for Java properties (jenkinsci#26038) Reinstantiate telemetry for Java properties Signed-off-by: Alexander Brandes <mc.cache@web.de> * Update dependency com.puppycrawl.tools:checkstyle to v12.3.1 (jenkinsci#26041) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency io.jenkins.plugins:jakarta-xml-bind-api to v4.0.6-12.vb_1833c1231d3 (jenkinsci#26042) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency io.jenkins.plugins:jaxb to v2.3.9-143.v5979df3304e6 (jenkinsci#26043) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency io.jenkins.plugins:checks-api to v402 (jenkinsci#26044) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency org.jenkins-ci.plugins:credentials to v1460 (jenkinsci#26046) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update stapler.version to v2065 (major) (jenkinsci#26049) Update stapler.version to v2065 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency org.jenkins-ci:version-number to v1.14 (jenkinsci#26054) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Fix sidebar navigation for non-ASCII section headers * Resolve merge conflict with master --------- Signed-off-by: Alexander Brandes <mc.cache@web.de> Co-authored-by: strangelookingnerd <49242855+strangelookingnerd@users.noreply.github.com> Co-authored-by: Pnkcaht <samzoovsk19@gmail.com> Co-authored-by: Mark Waite <mark.earl.waite@gmail.com> Co-authored-by: Kris Stern <krisstern@outlook.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Alexander Brandes <mc.cache@web.de> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Beck <1831569+daniel-beck@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The change proposed reinstantiates the telemetry data for basic Java system properties. I would like to collect some information about the JVM and OS versions used, especially in terms of Java 25 acceptance.
Testing done
None, relying on existing coverage and functionality.
Calling
ExtensionList.lookupSingleton(jenkins.telemetry.impl.JavaSystemProperties).createContent()yields the expected result:Screenshots (UI changes only)
Before
After
Proposed changelog entries
Proposed changelog category
/label
Proposed upgrade guidelines
N/A
Submitter checklist
@Restrictedor have@since TODOJavadocs, as appropriate.@Deprecated(since = "TODO")or@Deprecated(forRemoval = true, since = "TODO"), if applicable.evalto ease future introduction of Content Security Policy (CSP) directives (see documentation).Desired reviewers
@mention
Before the changes are marked as
ready-for-merge:Maintainer checklist
upgrade-guide-neededlabel is set and there is a Proposed upgrade guidelines section in the pull request title (see example).lts-candidateto be considered.