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

Initial commit for an EvictingBlockingQueue. Please share your input.

type=addition
package=concurrent
cla: yes
P4

Extra xml decimal attribute escaper is added in this PR. It works similar as the existing xml attribute escaper. The main difference is that it will normalize a character as...

type=enhancement
package=escape
P4

(This was prompted by reviewing some work on `whenAllSucceed(...).call(...)` (hopefully coming soon to Guava!). It might also help with other bulk APIs, like `inCompletionOrder` and `ListeningExectorService.invokeAny`, and maybe we could...

type=enhancement
package=concurrent
P3

For now, I'm adding the wrapper for Maven 3.8.2, which is the version most of us at Google have handy at the moment. Arguably we should switch to 3.9.0, since...

type=other
package=general
P2

_[Original issue](https://code.google.com/p/guava-libraries/issues/detail?id=1618) created by **[email protected]** on 2013-12-18 at 05:30 PM_ --- """ The issue appears to be in the API of InternetDomainName.findPublicSuffix() - https://github.com/google/guava/blob/ab29b173055a1ff647516848b176265fc6792ba0/guava/src/com/google/common/net/InternetDomainName.java#L167 The issue appears to be that...

type=defect
package=net
P3

Hi, I’ve searched through Guava API, looking for a random string generator, but found none. And I’ve looked at [this thread](http://stackoverflow.com/questions/20782919/does-guava-have-a-method-to-generate-random-strings) which suggested using the BaseEncoding in some way for...

type=addition
package=base
status=research
P3

### API(s) ```java ReaderInputStream(reader, charset, bufferSize) ``` ### How do you want it to be improved? Use the default error action for malformed input and unmappable characters when creating the...

type=enhancement
status=triaged
package=io
P3

### API(s) ```java com.google.common.collect.Multimap; com.google.common.collect.MultimapBuilder; ``` ### How do you want it to be improved? Support `.weakValues()` similar to `com.google.common.collect.MapMaker`, allowing for individual values to be garbage collected. When all...

type=enhancement
package=collect
status=triaged
P3