This repository has been archived by the owner on Nov 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to latest version of JNA to fix initialization deadlock.
Summary: context: java-native-access/jna#652 Reviewed By: jtorkkola fbshipit-source-id: 7e34248
- Loading branch information
1 parent
3cdc341
commit 14d3b33
Showing
14 changed files
with
33 additions
and
33 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
prebuilt_jar( | ||
name = "jna", | ||
binary_jar = "jna-4.4.0.jar", | ||
binary_jar = "jna-4.5.1.jar", | ||
licenses = [ | ||
"LICENSE", | ||
], | ||
source_jar = "jna-4.4.0-sources.jar", | ||
source_jar = "jna-4.5.1-sources.jar", | ||
visibility = ["PUBLIC"], | ||
) | ||
|
||
prebuilt_jar( | ||
name = "jna-platform", | ||
binary_jar = "jna-platform-4.4.0.jar", | ||
binary_jar = "jna-platform-4.5.1.jar", | ||
licenses = [ | ||
"LICENSE", | ||
], | ||
source_jar = "jna-platform-4.4.0-sources.jar", | ||
source_jar = "jna-platform-4.5.1-sources.jar", | ||
visibility = ["PUBLIC"], | ||
) |
Binary file not shown.
Binary file renamed
BIN
+143 KB
third-party/java/jna/jna-4.4.0-sources.jar → third-party/java/jna/jna-4.5.1-sources.jar
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+852 KB
...y/java/jna/jna-platform-4.4.0-sources.jar → ...y/java/jna/jna-platform-4.5.1-sources.jar
Binary file not shown.
Binary file renamed
BIN
+2.18 MB
third-party/java/jna/jna-platform-4.4.0.jar → third-party/java/jna/jna-platform-4.5.1.jar
Binary file not shown.