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
trafficstars

This detects the problem of https://github.com/google/guava/issues/7769. To actually merge this, I'd want to: - Make it work with the version of Gradle we already use, 8.5, or else upgrade the...

P3

DO NOT MERGE Demo of Guava changes for https://github.com/openjdk/jdk/pull/23461. This change pre-sizes collectors for which the size of the output collection must match the size of the input stream. It...

Upon reviewing the AbstractBaseGraph class in the Guava library, I have identified an opportunity to enhance its performance by reducing redundant object creation. Specifically, in methods that return collections, such...

type=enhancement
package=graph
P4

### Guava Version 33.2.1 and old versions use asMap() and ComputingValueReference ### Description the bug is specifically caused since a failure loading attempt results in ComputingValueReference keeps reference to previous...

type=defect
P3

_[Original issue](https://code.google.com/p/guava-libraries/issues/detail?id=938) created by **drewmark** on 2012-03-15 at 06:30 PM_ --- Please make AbstractStreamingHashFunction and AbstractNonStreamingHashFunction more visible (like protected or public) so that they can be extended by guava...

type=addition
package=hash
status=triaged
P3

guava-testlib should have an Automatic-Module-Name for use in dependent modular projects. It seems that its module name, `guava.testlib` is derived from the filename as of 30.1.1.-jre. Issue https://github.com/google/guava/issues/2920 and related...

type=other
P3
platform=java11

### API(s) `com.google.common.collect.testing.*` For example `MapTestSuiteBuilder` or `ListTestSuiteBuilder` ### How do you want it to be improved? The collection test suites should make it easier to identify where in the...

type=enhancement
package=testing
P3

It still refers to `https://code.google.com/p/guava-libraries/` and so forth.

package=general
type=documentation
P4

### Guava Version Noticed on 33.2.1-android because of an old PR, but currently using 33.3.1-android ### Description TL;DR: Gradle uses the Module Metadata to use -jre version, but Maven and...

type=defect
P3