Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/using-add-on-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ dedicated packages.

## Deprecated packages

| SDK package | Robolectric add-on package | Javadoc | Comment |
|----------------------------------------|-------------------------------------------------------------------|---------------------------------------|-----------------------------------------------------------|
| `org.apache.httpcomponents:httpclient` | [`org.robolectric:shadows-httpclient`][shadows-httpclient-source] | [Javadoc][shadows-httpclient-javadoc] | These shadows are only provided for legacy compatibility. |
| SDK package | Robolectric add-on package | Javadoc | Comment |
|----------------------------------------|-------------------------------------------------------------------|---------------------------------------|-----------------------------------------------------------------------------|
| `org.apache.httpcomponents:httpclient` | [`org.robolectric:shadows-httpclient`][shadows-httpclient-source] | [Javadoc][shadows-httpclient-javadoc] | This package was deprecated in [Robolectric 4.17][robolectric-4.17-release] |

## Removed packages

Expand All @@ -33,5 +33,6 @@ dedicated packages.
[robolectric-4.14-release]: https://github.com/robolectric/robolectric/releases/tag/robolectric-4.14
[robolectric-4.15-release]: https://github.com/robolectric/robolectric/releases/tag/robolectric-4.15
[robolectric-4.16-release]: https://github.com/robolectric/robolectric/releases/tag/robolectric-4.16
[robolectric-4.17-release]: https://github.com/robolectric/robolectric/releases/tag/robolectric-4.17
[shadows-httpclient-javadoc]: javadoc/latest/org/robolectric/shadows/httpclient/package-summary.html
[shadows-httpclient-source]: https://github.com/robolectric/robolectric/tree/master/shadows/httpclient