Ben Manes

Results 462 comments of Ben Manes

I think this should be closed and users directed to use their favorite Reactive Streams library. See this [example](https://github.com/ben-manes/caffeine/tree/master/examples/coalescing-bulkloader-reactor) using Resctor, which could trivially be adjusted to complete Guava’s ListenableFuture.

Guava hasn't removed or deprecated their cache and it would take a minimum of 2 years from deprecation to removal. If you require pre-JDK8, then another alternative is Cassandra's [off-heap...

Thanks. I think my expectations are the same as yours. I would find it reasonable to, a) JAX-RS closes the original stream b) JAX-RS closes the last stream set c)...

I ran into this @ceki and had to switch to formatting prior to logging. Please consider fixing this mistake.

Are you defining plugins using the [plugin DSL](https://docs.gradle.org/current/userguide/plugins.html#sec:plugins_block)? If so, then you can try using a `buildscript` block instead. I think the build script rewriting needs to detect and use...

Supposedly Android Studio is building this feature directly in. This looks to be a problem due to the JDK versions (52.0 == JDK8). This plugin is delegating to the gradle-versions-plugin,...

This would be really helpful. I don't want my Gradle projects to be internet dependent, which slows them down and doesn't work in offline mode. However I'm not sure how...

I don’t know android enough to help. They are screwing up gradle’s resolution, which this plugin depends on, so if you resolve outside of that you’ll be fine. There’s dependabot...

Neat, it sounds like you added a [victim cache](https://en.m.wikipedia.org/wiki/Victim_cache#:~:text=A%20victim%20cache%20is%20a%20hardware%20cache%20designed%20to%20decrease,cached%20in%20the%20victim%20cache.). I like to use the ARC traces and the adaptive stress test (Corda large, 5x Lirs loop, Corda large) workloads, can...

I’ve seen a few meta policies, but never explored them. They use multi-armed bandits or similar to select the in use algorithm. Sieve is a very tiny change from the...