Commit 5dad048
authored
Move JsonPatchDocument from azure-core-experimental to azure-core (Azure#16597)
* Move JsonPatchDocument from azure-core-experimental to azure-core
* Removed circular dependency, fixed lazy JsonSerializer instantiation, removed unnecessary Supplier pattern, created test-only JsonSerializer implementation
* Add missing export to module-info
* Remove exports and opens from azure-core-experimental for jsonpatch1 parent a323b3b commit 5dad048
File tree
14 files changed
+321
-316
lines changed- sdk/core
- azure-core-experimental/src/main/java
- com/azure/core/experimental/jsonpatch
- azure-core
- src
- main/java
- com/azure/core/util/jsonpatch
- samples/java/com/azure/core/util/jsonpatch
- test/java/com/azure/core/util/jsonpatch
14 files changed
+321
-316
lines changedLines changed: 0 additions & 50 deletions
This file was deleted.
Lines changed: 0 additions & 62 deletions
This file was deleted.
Lines changed: 0 additions & 62 deletions
This file was deleted.
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
12 | | - | |
13 | | - | |
14 | 11 | | |
15 | 12 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| 217 | + | |
217 | 218 | | |
218 | 219 | | |
219 | 220 | | |
| |||
0 commit comments