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

Apply routine updates to fix PCT with more recent Jenkins versions and JDK11 #262

Merged
merged 8 commits into from
Feb 26, 2022

Conversation

Vlatombe
Copy link
Member

@Vlatombe Vlatombe commented Feb 9, 2022

  • Update jenkins.version to 2.277.1
  • Update matching bom
  • Update maven wrapper to a current version
  • Update wiremock as the previous version had guava incompatibilities with new core

Overlaps with #261 so maintainer will need to pick one of these (this PR being more conservative using an older Jenkins baseline, but doesn't cover the guava upgrade)

  • Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
  • Ensure that the pull request title represents the desired changelog entry
  • Please describe what you did
  • Link to relevant issues in GitHub or Jira
  • Link to relevant pull requests, esp. upstream and downstream changes
  • Ensure you have provided tests - that demonstrates feature works or fixes the issue

* Update jenkins.version to 2.277.1
* Update matching bom
* Update maven wrapper to a current version
@Vlatombe Vlatombe changed the title Apply routine updates to fix PCT with more recent Jenkins versions Apply routine updates to fix PCT with more recent Jenkins versions and JDK11 Feb 9, 2022
@twasyl
Copy link

twasyl commented Feb 14, 2022

@oleg-nenashev @lanwen Any chance you could trigger a release?

@@ -13,6 +12,7 @@
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import wiremock.org.eclipse.jetty.http.HttpStatus;
Copy link
Member

Choose a reason for hiding this comment

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

NIT: generally I would not rely on on internal implementations, but use java.net.HttpURLConnection.HTTP_CREATED, but this was existing anyway.

@KostyaSha KostyaSha merged commit b1482bd into jenkinsci:master Feb 26, 2022
@KostyaSha
Copy link
Member

hope squash merge is not a problem for everyone

@kerogers-cloudbees
Copy link

@KostyaSha Can you release this plugin? Or do you know who can so I can ask them?

@Vlatombe Vlatombe deleted the routine-updates branch March 4, 2022 09:25
@KostyaSha
Copy link
Member

@KostyaSha Can you release this plugin?

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants