Commit 4b6041e
committed
Remove
Following up on #2251, this change removes the `PolarisCallContext` parameter from the interfaces `BasePersistence`, `IntegrationPersistence` and `PolicyMappingPersistence`. None of the implementations used the parameter for anything else than getting a `PolarisDiagnostics` instance, which is implicitly available in the containing type.PolarisCallContext from BasePersistence et al1 parent af69d9f commit 4b6041e
File tree
25 files changed
+557
-1068
lines changed- persistence
- eclipselink/src
- main/java/org/apache/polaris/extension/persistence/impl/eclipselink
- test/java/org/apache/polaris/extension/persistence/impl/eclipselink
- relational-jdbc/src
- main/java/org/apache/polaris/persistence/relational/jdbc
- test/java/org/apache/polaris/persistence/relational/jdbc
- polaris-core/src
- main/java/org/apache/polaris/core
- persistence
- transactional
- policy
- testFixtures/java/org/apache/polaris/core/persistence
- test/java/org/apache/polaris/core
- persistence
- cache
- storage/cache
- runtime/service/src
- main/java/org/apache/polaris/service/persistence
- test/java/org/apache/polaris/service/entity
25 files changed
+557
-1068
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
Lines changed: 68 additions & 115 deletions
Large diffs are not rendered by default.
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
114 | 120 | | |
115 | 121 | | |
116 | 122 | | |
| |||
0 commit comments