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

Bump plugin from 4.48 to 4.54 #508

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 23, 2023

Bumps plugin from 4.48 to 4.54.

Release notes

Sourced from plugin's releases.

4.54

馃毃 Removed

馃殌 New features and improvements

馃摝 Dependency updates

4.53

馃摝 Dependency updates

4.52

馃挜 Breaking changes

This release of the plugin build toolchain requires Java 11 or newer and Jenkins 2.361 or newer. Update jenkins.version in pom.xml to 2.361 or newer as described in the developer documentation, and adjust your Jenkinsfile to remove any Java 8 configurations. Note that in the absence of an explicit set of configurations, the default set of configurations still includes Java 8. The recommended set of configurations can be found in the archetype. Also note that pending JENKINS-46795 any changes to a repository's Jenkinsfile require write access to take effect in the PR build.

If you neglect to update jenkins.version to 2.361 or later, you will receive the following error:

This version of maven-hpi-plugin requires Jenkins 2.361 or later.

If you neglect to adjust your Jenkinsfile to remove any Java 8 configurations (or try to build locally with Java 8), you will receive a low-level class version error.

馃毃 Removed

... (truncated)

Commits
  • 500c002 [maven-release-plugin] prepare release plugin-4.54
  • a76b01b Manage versions of maven-assembly-plugin and maven-help-plugin (#684)
  • 45b6944 Remove managed dependency on Animal Sniffer (#679)
  • 2bc3677 Remove unnecessary default group ID (#681)
  • ead3363 Remove unnecessary useReleaseProfile configuration (#682)
  • cd569bc Skip Yarn linting in quick-build profile (#680)
  • 0d15080 Add properties for Maven plugin versions (#677)
  • faa67ff Bump jenkins-test-harness (#678)
  • 59317c2 Inline Maven property incrementals.url for Maven 4 support (#666)
  • a316c25 Bump maven-failsafe-plugin from 3.0.0-M7 to 3.0.0-M8 (#675)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 [plugin](https://github.com/jenkinsci/plugin-pom) from 4.48 to 4.54.
- [Release notes](https://github.com/jenkinsci/plugin-pom/releases)
- [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md)
- [Commits](jenkinsci/plugin-pom@plugin-4.48...plugin-4.54)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Release Drafter label java Pull requests that update Java code labels Jan 23, 2023
@rantoniuk
Copy link
Contributor

@olamy do you have any idea how to easily fix the XStream related issue?

java.io.IOException: java.lang.RuntimeException: Failed to serialize
com.cloudbees.hudson.plugins.folder.AbstractFolder#properties for class com.cloudbees.hudson.plugins.folder.Folder

I think it's related to JEP-200, maybe you've run into it in other plugins already?

@olamy
Copy link
Member

olamy commented Feb 5, 2023

interesting to have this as jdk17 only

Signed-off-by: Olivier Lamy <olamy@apache.org>
@olamy
Copy link
Member

olamy commented Feb 6, 2023

@rantoniuk fixed with ec2db52
but we would need someone more generic from the parent pom to make this easy.

Copy link
Member

@olamy olamy left a comment

Choose a reason for hiding this comment

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

@dependabot squash and merge

@dependabot dependabot bot merged commit c2fd9dc into master Feb 7, 2023
@dependabot dependabot bot deleted the dependabot/maven/org.jenkins-ci.plugins-plugin-4.54 branch February 7, 2023 00:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Release Drafter label java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants