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 jenkins from 1.76 to 1.77 #68

Merged
merged 5 commits into from Jun 24, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 22, 2022

Bumps jenkins from 1.76 to 1.77.

Release notes

Sourced from jenkins's releases.

1.77

馃挜 Breaking changes

馃摝 Dependency updates

Commits

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 dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 22, 2022
Copy link
Contributor

@MarkEWaite MarkEWaite 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

@basil
Copy link
Member

basil commented Jun 22, 2022

@dependabot cancel merge

@basil
Copy link
Member

basil commented Jun 22, 2022

I am still working on the test harness and HPI plugin.

@basil
Copy link
Member

basil commented Jun 22, 2022

I am still thinking about this. I want to play around with a few scenarios before deciding whether to compile the test harness and HPI plugin with Java 11 bytecode.

@basil
Copy link
Member

basil commented Jun 24, 2022

@dependabot recreate

Bumps [jenkins](https://github.com/jenkinsci/pom) from 1.76 to 1.77.
- [Release notes](https://github.com/jenkinsci/pom/releases)
- [Changelog](https://github.com/jenkinsci/pom/blob/master/CHANGELOG-old.md)
- [Commits](jenkinsci/pom@jenkins-1.76...jenkins-1.77)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/org.jenkins-ci-jenkins-1.77 branch from 769f7c1 to cd214df Compare June 24, 2022 17:52
@basil
Copy link
Member

basil commented Jun 24, 2022

Turns out I had already thought about this in JENKINS-68570 but forgotten my conclusion:

Core components that are not part of the delivered .war (e.g., maven-hpi-plugin, jenkins-test-harness, etc.) still need to support older versions of Jenkins core, so we should continue building and testing these with both Java 8 and Java 11. These use the regular core parent POM, which we are planning on removing Java 8 support from. I suppose we could inline the relevant Java 8 specific profiles that we are deleting from the core parent POM into these two repositories in order to be able to upgrade them to the latest core parent POM while still supporting Java 8.

@basil basil requested a review from jglick June 24, 2022 19:18
@basil basil merged commit 47b052d into master Jun 24, 2022
@dependabot dependabot bot deleted the dependabot/maven/org.jenkins-ci-jenkins-1.77 branch June 24, 2022 19:48
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 java Pull requests that update Java code
Projects
None yet
3 participants