-
Notifications
You must be signed in to change notification settings - Fork 537
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MergeTree: Deprecate the PropertyManager Class and Its Exposure (#22183)
Deprecate the PropertyManager Class and Its Exposure The `PropertyManager` class, along with the `propertyManager` properties and `addProperties` functions on segments and intervals, are not intended for external use. These elements will be removed in a future release for the following reasons: * There are no scenarios where their direct use is needed. * Using them directly will result in eventual consistency problems. * Upcoming features will require modifications to these mechanisms. I've removed most internal usages where the deprecated things are not necessary, to make later modifications easier. Additionally, we no longer instantiate PropertyManager class unless is it is needed. [AB#12580](https://dev.azure.com/fluidframework/235294da-091d-4c29-84fc-cdfc3d90890b/_workitems/edit/12580) --------- Co-authored-by: Tyler Butler <[email protected]>
- Loading branch information
1 parent
876b1b4
commit cbba695
Showing
25 changed files
with
202 additions
and
175 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
"fluid-framework": minor | ||
"@fluidframework/merge-tree": minor | ||
"@fluidframework/sequence": minor | ||
"@fluid-experimental/sequence-deprecated": minor | ||
--- | ||
--- | ||
"section": "deprecation" | ||
--- | ||
The PropertyManager class and related functions and properties are deprecated | ||
|
||
The `PropertyManager` class, along with the `propertyManager` properties and `addProperties` functions on segments and intervals, are not intended for external use. | ||
These elements will be removed in a future release for the following reasons: | ||
|
||
* There are no scenarios where they need to be used directly. | ||
* Using them directly will cause eventual consistency problems. | ||
* Upcoming features will require modifications to these mechanisms. |
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
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
Oops, something went wrong.