Skip to content

Commit c3f8547

Browse files
authored
Merge branch 'main' into dependabot/maven/net.revelc.code.formatter-formatter-maven-plugin-2.25.0
2 parents 476938b + 82b41c3 commit c3f8547

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<dependency>
8181
<groupId>org.awaitility</groupId>
8282
<artifactId>awaitility</artifactId>
83-
<version>4.2.2</version>
83+
<version>4.3.0</version>
8484
<scope>test</scope>
8585
</dependency>
8686
</dependencies>

entraid/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<dependency>
9494
<groupId>org.awaitility</groupId>
9595
<artifactId>awaitility</artifactId>
96-
<version>4.2.2</version>
96+
<version>4.3.0</version>
9797
<scope>test</scope>
9898
</dependency>
9999
</dependencies>

entraid/src/main/java/redis/clients/authentication/entraid/AzureTokenAuthConfigBuilder.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,10 @@ public static AzureTokenAuthConfigBuilder from(AzureTokenAuthConfigBuilder sampl
109109
.maxAttemptsToRetry(tokenManagerConfig.getRetryPolicy().getMaxAttempts())
110110
.delayInMsToRetry(tokenManagerConfig.getRetryPolicy().getdelayInMs())
111111
.identityProviderConfig(tokenAuthConfig.getIdentityProviderConfig());
112+
113+
builder.defaultAzureCredential = sample.defaultAzureCredential;
112114
builder.scopes = sample.scopes;
115+
builder.tokenRequestExecTimeoutInMs = sample.tokenRequestExecTimeoutInMs;
113116
return builder;
114117
}
115118
}

0 commit comments

Comments
 (0)