You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Link to the old changelog with a tag based on the release after the last
release that used the changelog. Note the date range of the changelog
in the text so that readers do not waste time following the link to see
how old it is.
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ It allows managing library updates independently from plugins.
9
9
### Plugins directly depending on httpclient
10
10
11
11
Replace the dependency to `org.apache.httpcomponents:httpclient` with the dependency to `apache-httpcomponents-client-4-api`.
12
+
To avoid version conflicts it is suggested not to depend on a specific version, but use the [Jenkins plugin BOM](https://github.com/jenkinsci/bom#readme).
12
13
13
14
* Before:
14
15
```
@@ -29,7 +30,6 @@ Replace the dependency to `org.apache.httpcomponents:httpclient` with the depend
@@ -38,6 +38,7 @@ Replace the dependency to `org.apache.httpcomponents:httpclient` with the depend
38
38
### Plugins using libraries depending on httpclient
39
39
40
40
Add the dependency to `apache-httpcomponents-client-4-api` BEFORE any of dependencies to those libraries to force maven to use `httpclient` declared by `apache-httpcomponents-client-4-api`.
41
+
To avoid version conflicts it is suggested not to depend on a specific version, but use the [Jenkins plugin BOM](https://github.com/jenkinsci/bom#readme).
41
42
42
43
* Before:
43
44
```
@@ -61,7 +62,6 @@ Add the dependency to `apache-httpcomponents-client-4-api` BEFORE any of depende
@@ -77,7 +77,8 @@ Add the dependency to `apache-httpcomponents-client-4-api` BEFORE any of depende
77
77
78
78
## Release Notes
79
79
80
-
See the [Changelog](CHANGELOG.md).
80
+
Current release notes are on [GitHub releases](https://github.com/jenkinsci/apache-httpcomponents-client-4-api-plugin/releases).
81
+
See the archived [Changelog](https://github.com/jenkinsci/apache-httpcomponents-client-4-api-plugin/blob/apache-httpcomponents-client-4-api-4.5.5-2.0/CHANGELOG.md) for releases before 2019.
0 commit comments