Add java.nio.file.attribute.UserPrincipal and GroupPrincipal by ryantate · Pull Request #1922 · babashka/babashka

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Comments

Conversation

@ryantate

Copy link

Contributor

@ryantate ryantate commented

Feb 9, 2026

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.

#1919

  • [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:39
As returned by `java.nio.file.attributePosixFileAttributes/owner` and
`/group`. Useful for type hinting when calling `getName` or `implies`
methods.

@borkdude borkdude merged commit e662486 into babashka:master

Feb 9, 2026

3 of 5 checks passed

@ryantate ryantate deleted the file-principals branch

February 13, 2026 16:42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@ryantate @borkdude