Skip to content

Commit 780a3a9

Browse files
committed
A few more product name fixes
1 parent 7e91a28 commit 780a3a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/troubleshoot-java-sdk-v4-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ The Azure Cosmos DB emulator HTTPS certificate is self-signed. For the SDK to wo
158158

159159
The Azure Cosmos DB Java SDK pulls in a number of dependencies; generally speaking, if your project dependency tree includes an older version of an artifact that Azure Cosmos DB Java SDK depends on, this may result in unexpected errors being generated when you run your application. If you are debugging why your application unexpectedly throws an exception, it is a good idea to double-check that your dependency tree is not accidentally pulling in an older version of one or more of the Azure Cosmos DB Java SDK dependencies.
160160

161-
The workaround for such an issue is to identify which of your project dependencies brings in the old version and exclude the transitive dependency on that older version, and allow CosmosDB SDK to bring in the newer version.
161+
The workaround for such an issue is to identify which of your project dependencies brings in the old version and exclude the transitive dependency on that older version, and allow Azure Cosmos DB Java SDK to bring in the newer version.
162162

163163
To identify which of your project dependencies brings in an older version of something that Azure Cosmos DB Java SDK depends on, run the following command against your project pom.xml file:
164164
```bash
@@ -187,7 +187,7 @@ For more information, see the [exclude transitive dependency guide](https://mave
187187

188188
## <a name="enable-client-sice-logging"></a>Enable client SDK logging
189189

190-
The Java Async SDK uses SLF4j as the logging facade that supports logging into popular logging frameworks such as log4j and logback.
190+
Azure Cosmos DB Java SDK v4 uses SLF4j as the logging facade that supports logging into popular logging frameworks such as log4j and logback.
191191

192192
For example, if you want to use log4j as the logging framework, add the following libs in your Java classpath.
193193

0 commit comments

Comments
 (0)