jenkinsci / office-365-connector-plugin

Office 365 Connector plugin sends jobs status notifications to Microsoft Teams or Outlook
https://plugins.jenkins.io/Office-365-Connector/
Apache License 2.0
89 stars 86 forks source link

Use Commons HttpClient 3.x API plugin #284

Closed basil closed 2 years ago

basil commented 2 years ago

This plugin currently consumes the deprecated Commons HttpClient 3.x API via Jenkins core. In https://github.com/jenkinsci/jenkins/pull/7312 we plan to remove this library from Jenkins core. To ensure this plugin continues to work, this PR prepares the plugin for https://github.com/jenkinsci/jenkins/pull/7312 by adding a dependency on the Commons HttpClient 3.x API plugin. While we were here, we refreshed the build toolchain and dependencies to recent versions. CC @damianszczepanik

basil commented 2 years ago

Jenkins PR build is clean

damianszczepanik commented 2 years ago

Already covered in #291

basil commented 2 years ago

Already covered in #291

Not the critical part: commit db3dd7b99a6b15492b4cd3ccdffd307a078a8730