Add java.nio.file.attribute.UserPrincipal and GroupPrincipal by ryantate · Pull Request #1922 · babashka/babashka
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 262
Comments
Merged
borkdude merged 2 commits intobabashka:masterfrom
Feb 9, 2026Merged
Add java.nio.file.attribute.UserPrincipal and GroupPrincipal#1922
borkdude merged 2 commits intobabashka:masterfrom
Add java.nio.file.attribute.UserPrincipal and GroupPrincipal#1922
borkdude merged 2 commits intobabashka:masterfrom
Conversation
Copy link
Contributor
ryantate
commented
Feb 9, 2026
ryantate
commented
As returned by java.nio.file.attributePosixFileAttributes/owner and /group. Useful for type hinting when calling getName or implies methods.
Please answer the following questions and leave the below in as part of your PR.
-
[X ] I have read the developer documentation.
-
[ X] This PR corresponds to an issue with a clear problem statement.
-
[X ] This PR contains a test to prevent against future regressions
-
[ X] I have updated the CHANGELOG.md file with a description of the addressed issue.
ryantate and others added 2 commits
February 9, 2026 00:39As returned by `java.nio.file.attributePosixFileAttributes/owner` and `/group`. Useful for type hinting when calling `getName` or `implies` methods.
ryantate
deleted the
file-principals
branch
This file contains hidden or 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment