guava icon indicating copy to clipboard operation
guava copied to clipboard

Google core libraries for Java

Results 283 guava issues
Sort by recently updated
recently updated
newest added

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

type=addition
package=hash
status=triaged
P3

InternetDomainName documentation is misleading regarding IDN, this clarifies the information. This also updates IDNA RFC references.

package=net
type=api-docs
status=triaged
P3

_[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...

type=addition
package=base
P3

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.

type=addition
package=hash
P3

`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:...

type=addition
package=collect
P3

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......

package=base
type=other
P4

`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...

type=addition
package=primitives
P3