Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.1.4, Guava update leads to java.lang.UnsupportedOperationException at WindowsSecurityDescriptor.java:358 #1137

Closed
nikclayton opened this issue Jun 10, 2023 · 2 comments
Assignees
Labels
P2 has an ETA

Comments

@nikclayton
Copy link

I'm filing this mostly as documentation in case anyone else has the same problem and comes looking.

Updating from 1.1.3 to 1.1.4 updates the Guava version to 32.0.0.

This triggers this Guava bug on Windows (google/guava#6535).

This has been fixed in https://github.com/google/guava/releases/tag/v32.0.1, so a new Truth release that migrates to that should fix the problem.

nikclayton added a commit to tuskyapp/Tusky that referenced this issue Jun 10, 2023
It bundles Guava 32.0.0 which has a bug on Windows where temporary directories can't be created, causing tests to fail.

See google/truth#1137 and google/guava#6535
nikclayton added a commit to tuskyapp/Tusky that referenced this issue Jun 10, 2023
It bundles Guava 32.0.0 which has a bug on Windows where temporary directories can't be created, causing tests to fail.

See google/truth#1137 and google/guava#6535
@eamonnmcmanus eamonnmcmanus added the P2 has an ETA label Jun 11, 2023
@eric-labelle
Copy link

This has been fixed in v1.1.5 (#1135)

@cpovirk
Copy link
Member

cpovirk commented Jun 20, 2023

Yep, thanks. Sorry again for the various problems with the Guava I/O stuff. I just got around to putting together Truth release notes that mention this.

@cpovirk cpovirk closed this as completed Jun 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 has an ETA
Projects
None yet
Development

No branches or pull requests

4 participants