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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JENKINS-60997] Work around BEANUTILS-509 #9257

Merged
merged 2 commits into from
May 10, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 10, 2024

Bumps stapler.version from 1850.v191b_f2fee423 to 1860.vb_89682cf8d96.
Updates org.kohsuke.stapler:stapler from 1850.v191b_f2fee423 to 1860.vb_89682cf8d96

Proposed changelog entries

  • Work around an upstream issue that could cause a hang in rare cases when two users concurrently load a configuration screen of the same type.

Proposed upgrade guidelines

N/A

Submitter checklist

Edit tasklist title
Beta Give feedback Tasklist Submitter checklist, more options

Delete tasklist

Delete tasklist block?
Are you sure? All relationships in this tasklist will be removed.
  1. The Jira issue, if it exists, is well-described.
    Options
  2. The changelog entries and upgrade guidelines are appropriate for the audience affected by the change (users or developers, depending on the change) and are in the imperative mood (see examples). Fill in the Proposed upgrade guidelines section only if there are breaking changes or changes that may require extra steps from users during upgrade.
    Options
  3. There is automated testing or an explanation as to why this change has no tests.
    Options
  4. New public classes, fields, and methods are annotated with @Restricted or have @since TODO Javadocs, as appropriate.
    Options
  5. New deprecations are annotated with @Deprecated(since = "TODO") or @Deprecated(forRemoval = true, since = "TODO"), if applicable.
    Options
  6. New or substantially changed JavaScript is not defined inline and does not call eval to ease future introduction of Content Security Policy (CSP) directives (see documentation).
    Options
  7. For dependency updates, there are links to external changelogs and, if possible, full differentials.
    Options
  8. For new APIs and extension points, there is a link to at least one consumer.
    Options

Desired reviewers

Before the changes are marked as ready-for-merge:

Maintainer checklist

Edit tasklist title
Beta Give feedback Tasklist Maintainer checklist, more options

Delete tasklist

Delete tasklist block?
Are you sure? All relationships in this tasklist will be removed.
  1. There are at least two (2) approvals for the pull request and no outstanding requests for change.
    Options
  2. Conversations in the pull request are over, or it is explicit that a reviewer is not blocking the change.
    Options
  3. Changelog entries in the pull request title and/or Proposed changelog entries are accurate, human-readable, and in the imperative mood.
    Options
  4. Proper changelog labels are set so that the changelog can be generated automatically.
    Options
  5. If the change needs additional upgrade steps from users, the upgrade-guide-needed label is set and there is a Proposed upgrade guidelines section in the pull request title (see example).
    Options
  6. If it would make sense to backport the change to LTS, a Jira issue must exist, be a Bug or Improvement, and be labeled as lts-candidate to be considered (see query).
    Options
Release notes

Sourced from org.kohsuke.stapler:stapler's releases.

1860.vb_89682cf8d96

馃懛 Changes for plugin developers

馃摝 Dependency updates

Commits

Updates org.kohsuke.stapler:stapler-groovy from 1850.v191b_f2fee423 to 1860.vb_89682cf8d96

Release notes

Sourced from org.kohsuke.stapler:stapler-groovy's releases.

1860.vb_89682cf8d96

馃懛 Changes for plugin developers

馃摝 Dependency updates

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `stapler.version` from 1850.v191b_f2fee423 to 1860.vb_89682cf8d96.

Updates `org.kohsuke.stapler:stapler` from 1850.v191b_f2fee423 to 1860.vb_89682cf8d96
- [Release notes](https://github.com/jenkinsci/stapler/releases)
- [Changelog](https://github.com/jenkinsci/stapler/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jenkinsci/stapler/commits)

Updates `org.kohsuke.stapler:stapler-groovy` from 1850.v191b_f2fee423 to 1860.vb_89682cf8d96
- [Release notes](https://github.com/jenkinsci/stapler/releases)
- [Changelog](https://github.com/jenkinsci/stapler/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jenkinsci/stapler/commits)

---
updated-dependencies:
- dependency-name: org.kohsuke.stapler:stapler
  dependency-type: direct:production
- dependency-name: org.kohsuke.stapler:stapler-groovy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 10, 2024
Bumps [org.jvnet.hudson:commons-jelly-tags-define](https://github.com/jenkinsci/jelly) from 1.1-jenkins-20230713 to 1.1-jenkins-20240510.
- [Release notes](https://github.com/jenkinsci/jelly/releases)
- [Commits](https://github.com/jenkinsci/jelly/commits)

---
updated-dependencies:
- dependency-name: org.jvnet.hudson:commons-jelly-tags-define
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@basil basil changed the title Bump stapler.version from 1850.v191b_f2fee423 to 1860.vb_89682cf8d96 [JENKINS-60997] Work around BEANUTILS-509 May 10, 2024
@basil basil added the bug For changelog: Minor bug. Will be listed after features label May 10, 2024
Copy link
Member

@basil basil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merging, as this was already reviewed upstream.

@basil basil merged commit 2610e43 into master May 10, 2024
16 of 17 checks passed
@basil basil deleted the dependabot/maven/stapler.version-1860.vb_89682cf8d96 branch May 10, 2024 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug For changelog: Minor bug. Will be listed after features dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
1 participant