Branch: refs/heads/master
Home: https://github.com/jenkinsci/gitee-plugin
Commit: b7982ad90cd0c0d2acc7fc9863b1e4a3d0742c68
https://github.com/jenkinsci/gitee-plugin/commit/b7982ad90cd0c0d2acc7fc9863b1e4a3d0742c68
Author: Mark Waite <[email protected]>
Date: 2024-01-04 (Thu, 04 Jan 2024)
Changed paths:
M pom.xml
M src/main/java/com/gitee/jenkins/gitee/JacksonConfig.java
M src/main/java/com/gitee/jenkins/util/JsonUtil.java
A src/spotbugs/excludesFilter.xml
Log Message:
-----------
[JENKINS-72482] Replace the deleted Jackson 2 API constants (#4)
* [JENKINS-72482] Replace the deleted Jackson 2 API constants
Upgrades from Jackson 2 API 2.15.2 to Jackson 2 API 2.16.1 so that the
API deletion is visible. A Jenkins controller with the Jackson 2 API
plugin 2.16.1-373.ve709c6871598 installed may already make this change
visible to a gitee plugin without any change to the plugin source code.
https://github.com/FasterXML/jackson-databind/pull/4162 removed the
constants from the Jackson 2 API after a long period of deprecation.
Similar change was needed in the GitLab plugin and is implemented in
https://github.com/jenkinsci/gitlab-plugin/pull/1606
The gitee plugin and the GitLab plugin appear to be the only two Jenkins
plugins using this constant, per a GitHub search.
* Add more findbugs/spotbugs exclusions
* Fail if new findbugs/spotbugs errors are introduced
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gitee-plugin/push/refs/heads/master/69fb07-b7982a%40github.com.