guava
guava copied to clipboard
Google core libraries for Java
Bump actions/setup-java from 2 to 3.1.1 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2 to 3.1.1. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v2...v3.1.1) Fixes #6007 RELNOTES=n/a
Various simplifications to code and comments. This time, with a workaround for a breakage in code that uses a particular custom classloader. Fixes https://github.com/google/guava/pull/6006
Update Public Suffix data. RELNOTES=n/a
Another way to satisfy #3960
InternetDomainName documentation is misleading regarding IDN, this clarifies the information. This also updates IDNA RFC references.
_[Original issue](https://code.google.com/p/guava-libraries/issues/detail?id=1382) created by **electrum** on 2013-04-23 at 10:31 PM_ --- It's common to be in a situation where precondition is known to be violated, but the condition can't be...
SHA-3 support was added to the JDK in [JEP 287](http://openjdk.java.net/jeps/287). It would be nice to allow using these for hashing and HMAC.
`com.google.common.primitives.Ints` already has the very useful `static int constrainToRange(int value, int min, int max)`. It would be nice to add this as a method to the `Range` class. Two advantages:...
We are living in fast pacing world. To be on top of the IT world we need to evolve quickly. Having that in mind can we please evolve Charmande... tfu......
`ImmutableIntArray` and its counterparts are a nice abstraction over primitive arrays that do not only offer the benefit of immutability, but also provide the nice ability to create a sub-array...