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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump plugin from 3.57 to 4.1 #97

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Apr 20, 2020

Bumps plugin from 3.57 to 4.1.

Release notes

Sourced from plugin's releases.

4.1

📦 Dependency updates

4.0

Breaking changes in order to make Plugin POM simpler to use and maintain. See this discussion in the developer mailing list for more info. All changes target JENKINS-60474 from #269 by @jtnord

Note: Jenkins 2.164.x is the minimum supported version as it's the first version that includes the Jenkins bom

💥 Breaking changes

  • Update HtmlUnit to 2.36.0 in Jenkins Test Harness (#271) @dependabot
    • API has some binary compatibility breaking changes, plugin maintainers may need to update the test codebase if they use WebClient-based tests
  • JENKINS-58028 - Remove GMaven from dependencyManagement (#209, #277) @bitwiseman @oleg-nenashev
    • GMavenPlus should be used instead

🚀 New features and improvements

  • JENKINS-58028 - Switch from GMaven to GMavenPlus (#209) @bitwiseman
  • JENKINS-60474 - Libraries that are shipped with jenkins-core now have their dependency versions unconditionally managed by the Jenkins Core Bill of Materials
    • The jenkins-bom and no-jenkins-bom profiles have been removed
    • With this change the libaries used will be correct for a given jenkins.version however this requires a version of Jenkins that was published with the bom (2.195 or higher), or has been explicitly published
    • See here for a list of supported versions
  • A quick-build profile has been introduced that disabled things not related to just producing the desired artifacts. This is activated on the command line in the standard maven way (e.g. mvn -P quick-build package)
  • Add an extra enforcer rule prevent releases from containing SNAPSHOT versions
  • JMH benchmarks are now run by activating the jmh-benchmark directly rather than via a property. (mvn -P jmh-benchmark test)
  • Skipping tests using surefire's skipTest property no longer skips other mojos execution.

🚨 Removed

  • Removed Deprecated findbugs properties, use the equivalent spotbugs property (#269) @jtnord
  • Removed support for compiling plugins with java.level < 8. The only supported java.level is 8
  • Deprecated concurrency property has been removed. use the forkCount surefire option directly from the command line (or pom) (e.g. mvn -DforkCount=4 verify)
  • Support for the jgit provider of the release plugin has been removed. Git executable is now required to be installed and available in the PATH
  • Automatic re-running of failing tests has been removed.

🐛 Bug Fixes

📦 Dependency updates

... (truncated)
Commits
  • fbe5a0a [maven-release-plugin] prepare release plugin-4.1
  • 63a10d0 Bump jenkins-test-harness from 2.62 to 2.63
  • 690097a [maven-release-plugin] prepare for next development iteration
  • 6d039d0 [maven-release-plugin] prepare release plugin-4.0
  • b432149 Merge pull request #302 from jenkinsci/dependabot/maven/com.github.spotbugs-s...
  • ce6b2bb Merge pull request #305 from jenkinsci/dependabot/maven/org.codehaus.mojo-fla...
  • f92566d Merge pull request #309 from jenkinsci/powermock-version
  • 21ff057 Merge pull request #306 from jenkinsci/dependabot/maven/org.codehaus.gmavenpl...
  • 1a48b87 Introduce powermock.version property, update PowerMock to 2.0.7
  • 4900d5c Bump gmavenplus-plugin from 1.8.1 to 1.9.0
  • 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 will merge this PR once CI passes on it, as requested by @jglick.


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)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Copy link
Member

@jglick jglick left a comment

Choose a reason for hiding this comment

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

@dependabot merge

@dependabot-preview dependabot-preview bot merged commit 570c3fb into master Apr 20, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/maven/org.jenkins-ci.plugins-plugin-4.1 branch April 20, 2020 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant