Skip to content

Commit a2677fa

Browse files
jeet1995Copilot
andcommitted
Fix CHANGELOG.md PR link placeholder
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 02898e7 commit a2677fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/cosmos/azure-cosmos/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#### Bugs Fixed
1010
Fixing an NPE caused due to boxed Boolean conversion. - See [PR 48656](https://github.com/Azure/azure-sdk-for-java/pull/48656/)
11-
* Fixed JVM-level `<clinit>` deadlock caused by `ImplementationBridgeHelpers.initializeAllAccessors()` eagerly loading all Cosmos SDK classes during concurrent class initialization. Each accessor getter now performs targeted class loading (via `Class.forName`) of only the specific class it needs, eliminating the circular initialization dependency chain that caused permanent thread deadlocks in multi-threaded applications and CI environments. - See [PR XXXX](https://github.com/Azure/azure-sdk-for-java/pull/XXXX)
11+
* Fixed JVM-level `<clinit>` deadlock caused by `ImplementationBridgeHelpers.initializeAllAccessors()` eagerly loading all Cosmos SDK classes during concurrent class initialization. Each accessor getter now performs targeted class loading (via `Class.forName`) of only the specific class it needs, eliminating the circular initialization dependency chain that caused permanent thread deadlocks in multi-threaded applications and CI environments. - See [PR 48667](https://github.com/Azure/azure-sdk-for-java/pull/48667)
1212

1313
#### Other Changes
1414

0 commit comments

Comments
 (0)