File tree
4 files changed
+11
-42
lines changed- testapps/testapp/src/main
- java/com/microsoft/identity/client/testapp
- res
- layout
- values
4 files changed
+11
-42
lines changed- changelog.txt+4-1
- common/build.gradle+1-1
- common/src/main/java/com/microsoft/identity/common/internal/activebrokerdiscovery/BrokerDiscoveryClientFactory.kt+5-42
- common/src/test/java/com/microsoft/identity/common/BrokerOAuth2TokenCacheTest.java+127-3
- common/src/test/java/com/microsoft/identity/common/BrokerOAuth2TokenCacheWithInMemoryCacheTest.java+1.2k
- common4j/src/main/com/microsoft/identity/common/java/cache/BrokerOAuth2TokenCache.java+76-69
- common4j/src/main/com/microsoft/identity/common/java/flighting/CommonFlight.java+6-1
- common4j/src/main/com/microsoft/identity/common/java/opentelemetry/AttributeName.java+6-1
- common4j/src/main/com/microsoft/identity/common/java/opentelemetry/SpanName.java+6-1
Lines changed: 0 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | 90 | | |
92 | 91 | | |
93 | 92 | | |
| |||
203 | 202 | | |
204 | 203 | | |
205 | 204 | | |
206 | | - | |
207 | 205 | | |
208 | 206 | | |
209 | 207 | | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | 208 | | |
220 | 209 | | |
221 | 210 | | |
| |||
Lines changed: 9 additions & 29 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
435 | 435 | | |
436 | 436 | | |
437 | 437 | | |
438 | | - | |
439 | | - | |
440 | | - | |
441 | | - | |
442 | | - | |
443 | | - | |
444 | | - | |
445 | | - | |
446 | | - | |
447 | | - | |
448 | | - | |
449 | | - | |
450 | | - | |
451 | | - | |
452 | | - | |
453 | | - | |
454 | | - | |
455 | | - | |
456 | | - | |
457 | | - | |
458 | | - | |
459 | | - | |
460 | | - | |
461 | | - | |
462 | | - | |
463 | | - | |
464 | | - | |
465 | 438 | | |
466 | 439 | | |
467 | 440 | | |
| |||
472 | 445 | | |
473 | 446 | | |
474 | 447 | | |
475 | | - | |
| 448 | + | |
476 | 449 | | |
477 | 450 | | |
478 | 451 | | |
479 | 452 | | |
480 | 453 | | |
481 | 454 | | |
482 | | - | |
| 455 | + | |
483 | 456 | | |
484 | 457 | | |
485 | 458 | | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
486 | 466 | | |
487 | 467 | | |
488 | 468 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments