Commit f17e561
Changing parameters names in CosmosPagedFlux back to original names (#45087)
* Initial draft
* Added unit test
* Update CosmosClientBuilderTest.java
* Update CosmosClientBuilderTest.java
* Adding simple extensibility for CosmosPagedFlux
* Refactoring the refactoring to avoid LINT errors
* Update sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/CosmosAsyncDatabase.java
Co-authored-by: Tomas Varon <[email protected]>
* Reacting to code review feedback
* Revert "Reacting to code review feedback"
This reverts commit d54c91b.
* Reapply "Reacting to code review feedback"
This reverts commit 4f280d0.
* Update CosmosAsyncClient.java
* Update CosmosPagedFlux.java
* Update CosmosPagedFlux.java
* Renaming CosmosPagedFlux.createFromList to CosmosPagedFlux.fromList
* Update CHANGELOG.md
---------
Co-authored-by: Tomas Varon <[email protected]>1 parent 41f647d commit f17e561
File tree
3 files changed
+45
-6
lines changed- sdk/cosmos
- azure-cosmos-tests/src/test/java/com/azure/cosmos
- azure-cosmos
- src/main/java/com/azure/cosmos/util
3 files changed
+45
-6
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
364 | | - | |
| 364 | + | |
365 | 365 | | |
366 | 366 | | |
367 | 367 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
Lines changed: 43 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
34 | 39 | | |
35 | 40 | | |
36 | 41 | | |
37 | 42 | | |
38 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
39 | 50 | | |
40 | | - | |
| 51 | + | |
41 | 52 | | |
42 | 53 | | |
43 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
44 | 65 | | |
45 | | - | |
| 66 | + | |
46 | 67 | | |
47 | 68 | | |
48 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
49 | 81 | | |
50 | | - | |
| 82 | + | |
51 | 83 | | |
52 | 84 | | |
53 | 85 | | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
54 | 92 | | |
55 | 93 | | |
56 | 94 | | |
| |||
81 | 119 | | |
82 | 120 | | |
83 | 121 | | |
84 | | - | |
| 122 | + | |
85 | 123 | | |
86 | 124 | | |
87 | 125 | | |
88 | | - | |
| 126 | + | |
89 | 127 | | |
90 | 128 | | |
91 | 129 | | |
| |||
0 commit comments