This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lazy Initialization for ReplaceIfExceptionMatchingProxy (#4669)
* Lazy initialization * Add generated changelog entries * Add generated changelog entries * test * Remove volatile read * Refactor memoization to a factory * oops * Fix checkstyle
- Loading branch information
1 parent
1d733f2
commit a7ef819
Showing
4 changed files
with
53 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
type: fix | ||
fix: | ||
description: '`ReplaceIfExceptionMatchingProxy` is now lazy, allowing users that | ||
manipulate static remoting-layer state to (generally) have static proxies again. | ||
Previously these might be initialised before static state changes have gone through.' | ||
links: | ||
- https://github.com/palantir/atlasdb/pull/4669 |