Skip to content

Conversation

@dependabot-preview
Copy link

Bumps plugin from 3.2 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)
Changelog

Sourced from plugin's changelog.

Changelog for old versions

WARNING: Changelogs have been moved to GitHub Releases

Newer versions

See GitHub Releases

3.43

Release date: 2019-04-30

  • PR-196: Javadoc fix in 3.40 did not work on JDK 11.0.3
  • Miscellaneous dependency & plugin updates frnom dependabot

3.42

Release date: 2019-04-02

  • PR-174: Forbid usage of TestNG (since it does not work anyway)
  • PR-188: Pick up jenkins-test-harness changes to
    • add JenkinsRule.showAgentLogs
    • not clash with jenkins-core in a version-number library dependency

3.41

Release date: 2019-03-31

  • PR-170: Bump frontend-maven-plugin from 1.6 to 1.7.5
  • PR-178: Bump maven-javadoc-plugin from 3.0.1 to 3.1.0
  • PR-179: Bump maven-invoker-plugin from 3.1.0 to 3.2.0
  • PR-180: Bump mockito-core from 2.24.5 to 2.25.1
  • PR-184: Bump maven-scm.version from 1.11.1 to 1.11.2

3.40

Release date: 2019-03-08

  • PR-173: Fix Javadoc related crash when using a JDK 11.0.2
  • PR-167: Default value of jenkins.version changed to 2.138.4 (but all plugins should override this with an explicit value)
  • Various dependency and plugin updates (thanks dependabot)
    • flatten-maven-plugin from 1.0.1 to 1.1.0
    • maven-localizer-plugin from 1.24 to 1.26
    • spotbugs-annotations from 3.1.11 to 3.1.12

3.39

Release date: 2019-02-28

... (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 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @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 your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 3.2 to 4.1.
- [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-3.2...plugin-4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 21, 2020
@dependabot-preview
Copy link
Author

Superseded by #18.

@dependabot-preview dependabot-preview bot deleted the dependabot/maven/org.jenkins-ci.plugins-plugin-4.1 branch May 15, 2020 04:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant