You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adoptions to OSS PRs, no functional changes.
* AuthZ modules and packages - the political rename
* Adoptions to cleanup made for the OSS PRs
-----
* [Dremio/adopt to OSS PR] NoSQL: Add CDI/common+testing + necessary nosql-store implementations
Adds common and test-specific CDI functionality. Requires the NoSQL store implementations `:polaris-persistence-nosql-realms-store-nosql` and `:polaris-nodes-store-nosql`.
Those modules have cross-project dependencies for test purposes, hence those are all contained in this PR.
CDI for Quarkus will be added in a follow-up.
* [Dremio/adopt to OSS PR] NoSQL: Add maintenance implementation
* NoSQL: authz renames + moves
* Nits + style
Copy file name to clipboardExpand all lines: persistence/nosql/authz/api/src/main/java/org/apache/polaris/persistence/nosql/authz/api/PredefinedRoles.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
* specific language governing permissions and limitations
Copy file name to clipboardExpand all lines: persistence/nosql/authz/api/src/main/java/org/apache/polaris/persistence/nosql/authz/api/PrivilegeCheck.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
* specific language governing permissions and limitations
Copy file name to clipboardExpand all lines: persistence/nosql/authz/api/src/main/java/org/apache/polaris/persistence/nosql/authz/api/PrivilegeSet.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@
16
16
* specific language governing permissions and limitations
0 commit comments