-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the dependency on Guava. (#534)
* Use `lombok.NonNull` instead of `com.google.common.base.Preconditions.checkNotNull` for checking. * Use `java.util.Optional` instead of `com.google.common.base.Optional`. * Use `java.util.Objects` instead of `com.google.common.base.Objects` * Use `String.join` instead of `com.google.common.base.Joiner` * Remove the use of `com.google.common.collect.Lists`. * Remove the use of `com.google.common.collect.ImmutableList`. * Remove the use of `com.google.common.collect.*`. * Remove the use of `com.google.common.base.Function` and `com.google.common.primitives.Bytes`. * Remove `com.google.common.primitives.Longs`, add our own implementation. * Use the self-implemented base16 and build-in base64 module instead of guava * Introduce commons-codec and use its Base32 module. * fixup! Use `java.util.Objects` instead of `com.google.common.base.Objects` * fixup! Introduce commons-codec and use its Base32 module. * fixup! Remove the use of `com.google.common.base.Function` and `com.google.common.primitives.Bytes`. * Remove the use of `com.google.common.collect.ImmutableList`. * remove com.google.guava:guava:32.1.2-android * empty commit, trigger a pipeline * clean up shadowJar config * empty commit, trigger a pipeline * fix import
- Loading branch information
Showing
136 changed files
with
1,068 additions
and
1,247 deletions.
There are no files selected for viewing
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
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
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
Oops, something went wrong.