Update docs metadata and targeting for release of azure-core-http-okhttp
This commit is contained in:
Родитель
1e33ffd4fc
Коммит
a177f04148
|
@ -3,7 +3,7 @@ title: Azure Core OkHttp HTTP plugin library for Java
|
||||||
keywords: Azure, java, SDK, API, azure-core-http-okhttp, core
|
keywords: Azure, java, SDK, API, azure-core-http-okhttp, core
|
||||||
author: maggiepint
|
author: maggiepint
|
||||||
ms.author: magpint
|
ms.author: magpint
|
||||||
ms.date: 09/08/2020
|
ms.date: 10/02/2020
|
||||||
ms.topic: article
|
ms.topic: article
|
||||||
ms.prod: azure
|
ms.prod: azure
|
||||||
ms.technology: azure
|
ms.technology: azure
|
||||||
|
@ -11,7 +11,7 @@ ms.devlang: java
|
||||||
ms.service: core
|
ms.service: core
|
||||||
---
|
---
|
||||||
|
|
||||||
# Azure Core OkHttp HTTP plugin library for Java - Version 1.3.1
|
# Azure Core OkHttp HTTP plugin library for Java - Version 1.3.2
|
||||||
|
|
||||||
|
|
||||||
Azure Core OkHttp HTTP client is a plugin for the `azure-core` HTTP client API.
|
Azure Core OkHttp HTTP client is a plugin for the `azure-core` HTTP client API.
|
||||||
|
@ -20,7 +20,7 @@ Azure Core OkHttp HTTP client is a plugin for the `azure-core` HTTP client API.
|
||||||
|
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
|
||||||
- Java Development Kit (JDK) with version 8 or above
|
- A [Java Development Kit (JDK)][jdk_link], version 8 or later.
|
||||||
|
|
||||||
### Include the package
|
### Include the package
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ Azure Core OkHttp HTTP client is a plugin for the `azure-core` HTTP client API.
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.azure</groupId>
|
<groupId>com.azure</groupId>
|
||||||
<artifactId>azure-core-http-okhttp</artifactId>
|
<artifactId>azure-core-http-okhttp</artifactId>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
[//]: # ({x-version-update-end})
|
[//]: # ({x-version-update-end})
|
||||||
|
@ -63,16 +63,21 @@ HttpClient client = new OkHttpAsyncHttpClientBuilder()
|
||||||
.build();
|
.build();
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Next steps
|
||||||
|
|
||||||
|
Get started with Azure libraries that are [built using Azure Core](https://azure.github.io/azure-sdk/releases/latest/#java).
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
||||||
|
If you encounter any bugs, please file issues via [GitHub Issues](https://github.com/Azure/azure-sdk-for-java/issues/new/choose)
|
||||||
|
or checkout [StackOverflow for Azure Java SDK](http://stackoverflow.com/questions/tagged/azure-java-sdk).
|
||||||
|
|
||||||
### Enabling Logging
|
### Enabling Logging
|
||||||
|
|
||||||
Azure SDKs for Java offer a consistent logging story to help aid in troubleshooting application errors and expedite
|
Azure SDKs for Java provide a consistent logging story to help aid in troubleshooting application errors and expedite
|
||||||
their resolution. The logs produced will capture the flow of an application before reaching the terminal state to help
|
their resolution. The logs produced will capture the flow of an application before reaching the terminal state to help
|
||||||
locate the root issue. View the [logging][logging] wiki for guidance about enabling logging.
|
locate the root issue. View the [logging][logging] wiki for guidance about enabling logging.
|
||||||
|
|
||||||
## Next steps
|
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft
|
If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft
|
||||||
|
@ -86,6 +91,7 @@ Azure Projects Contribution Guidelines](http://azure.github.io/guidelines.html).
|
||||||
|
|
||||||
<!-- Links -->
|
<!-- Links -->
|
||||||
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK
|
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-with-Azure-SDK
|
||||||
|
[jdk_link]: https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable
|
||||||
|
|
||||||
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Fcore%2Fazure-core-http-okhttp%2FREADME.png)
|
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Fcore%2Fazure-core-http-okhttp%2FREADME.png)
|
||||||
|
|
||||||
|
|
|
@ -604,7 +604,7 @@
|
||||||
"packageDownloadUrl": "https://repo1.maven.org/maven2",
|
"packageDownloadUrl": "https://repo1.maven.org/maven2",
|
||||||
"packageGroupId": "com.azure",
|
"packageGroupId": "com.azure",
|
||||||
"packageArtifactId": "azure-core-http-okhttp",
|
"packageArtifactId": "azure-core-http-okhttp",
|
||||||
"packageVersion": "1.3.1",
|
"packageVersion": "1.3.2",
|
||||||
"inputPath": [],
|
"inputPath": [],
|
||||||
"excludePath": [],
|
"excludePath": [],
|
||||||
"excludepackages": "com.azure.core.http.okhttp.implementation"
|
"excludepackages": "com.azure.core.http.okhttp.implementation"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче