You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: COVERAGE.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -208,9 +208,9 @@ Updated: 2026-07-20
208
208
| `com.google.guava:guava` | [r06<br>- 33.6.0-jre](metadata/com.google.guava/guava/index.json) | <details><summary>Show</summary> Guava is Google's core Java library suite, providing collection types, immutable collections, graph APIs, caching, hashing, primitives, string handling, I/O helpers, and concurrency utilities. The 33.6.0-jre artifact is the standard JVM flavor for Java applications running on a JRE rather than the Android-specific flavor.</details> | [80.3% (159/198 calls)](stats/com.google.guava/guava/) |
209
209
| `com.google.guava:guava-bootstrap` | [11.0.2<br>- 12.0-rc1](metadata/com.google.guava/guava-bootstrap/index.json) | <details><summary>Show</summary> Guava Bootstrap provides a JDK 6-like java.util.concurrent.ExecutorService interface compiled with JDK 5 settings for use during Guava's build. It is used on Guava's bootstrap class path so Guava can compile invokeAll and invokeAny signatures consistently across JDK 5 and JDK 6.</details> | [100.0% (0/0 calls)](stats/com.google.guava/guava-bootstrap/) |
210
210
| `com.google.guava:listenablefuture` | [9999.0-empty-to-avoid-conflict-with-guava](metadata/com.google.guava/listenablefuture/index.json) | <details><summary>Show</summary> This artifact is an empty compatibility placeholder that Guava depends on so build tools prefer it over the standalone ListenableFuture artifact. It avoids duplicate ListenableFuture classes when applications depend on Guava and the older standalone coordinate at the same time.</details> | [100.0% (0/0 calls)](stats/com.google.guava/listenablefuture/) |
211
-
| `com.google.http-client:google-http-client` | [1.42.2<br>- 2.1.1](metadata/com.google.http-client/google-http-client/index.json) | <details><summary>Show</summary> Google HTTP Client is a Java library for accessing web resources over HTTP. It provides pluggable HTTP transports plus data models for parsing and serializing HTTP request and response content.</details> | [100.0% (17/17 calls)](stats/com.google.http-client/google-http-client/) |
212
-
| `com.google.http-client:google-http-client-apache-v2` | [1.42.2<br>- 2.1.1](metadata/com.google.http-client/google-http-client-apache-v2/index.json) | <details><summary>Show</summary> Apache HTTP transport v2 for the Google HTTP Client Library for Java adapts Apache HttpClient 4.x as an HTTP transport implementation. It lets JVM applications send requests through Google HTTP Client abstractions while relying on Apache HttpClient and HttpCore for connection handling and HTTP protocol behavior.</details> | [100.0% (0/0 calls)](stats/com.google.http-client/google-http-client-apache-v2/) |
213
-
| `com.google.http-client:google-http-client-gson` | [1.42.2<br>- 2.1.1](metadata/com.google.http-client/google-http-client-gson/index.json) | <details><summary>Show</summary> GSON extensions for the Google HTTP Client Library for Java provide a Gson-backed JSON factory, parser, and generator for HTTP request and response payloads. The artifact lets applications use Gson for JSON serialization and deserialization while building on the Google HTTP Client transport abstractions.</details> | [100.0% (0/0 calls)](stats/com.google.http-client/google-http-client-gson/) |
211
+
| `com.google.http-client:google-http-client` | [1.42.2<br>- 2.2.0](metadata/com.google.http-client/google-http-client/index.json) | <details><summary>Show</summary> Google HTTP Client is a Java library for accessing web resources over HTTP. It provides pluggable HTTP transports plus data models for parsing and serializing HTTP request and response content.</details> | [100.0% (17/17 calls)](stats/com.google.http-client/google-http-client/) |
212
+
| `com.google.http-client:google-http-client-apache-v2` | [1.42.2<br>- 2.2.0](metadata/com.google.http-client/google-http-client-apache-v2/index.json) | <details><summary>Show</summary> Apache HTTP transport v2 for the Google HTTP Client Library for Java adapts Apache HttpClient 4.x as an HTTP transport implementation. It lets JVM applications send requests through Google HTTP Client abstractions while relying on Apache HttpClient and HttpCore for connection handling and HTTP protocol behavior.</details> | [100.0% (0/0 calls)](stats/com.google.http-client/google-http-client-apache-v2/) |
213
+
| `com.google.http-client:google-http-client-gson` | [1.42.2<br>- 2.2.0](metadata/com.google.http-client/google-http-client-gson/index.json) | <details><summary>Show</summary> GSON extensions for the Google HTTP Client Library for Java provide a Gson-backed JSON factory, parser, and generator for HTTP request and response payloads. The artifact lets applications use Gson for JSON serialization and deserialization while building on the Google HTTP Client transport abstractions.</details> | [100.0% (0/0 calls)](stats/com.google.http-client/google-http-client-gson/) |
214
214
| `com.google.inject.extensions:guice-servlet` | [3.0<br>- 4.2.3](metadata/com.google.inject.extensions/guice-servlet/index.json) | <details><summary>Show</summary> Guice Servlet extends Google Guice for Java servlet applications, adding request and session scopes plus servlet and filter binding support. It integrates Guice-managed dependency injection into servlet containers through APIs such as ServletModule, GuiceFilter, and GuiceServletContextListener.</details> | [100.0% (0/0 calls)](stats/com.google.inject.extensions/guice-servlet/) |
| `com.google.javascript:closure-compiler-externs` | [v20150505](metadata/com.google.javascript/closure-compiler-externs/index.json) | <details><summary>Show</summary> Closure Compiler Externs packages JavaScript extern definition files used by Google Closure Compiler to model browser, DOM, ES, and platform APIs during type checking and optimization. These definitions let the compiler recognize externally provided symbols so it can preserve public API names and perform safer JavaScript compilation.</details> | [100.0% (0/0 calls)](stats/com.google.javascript/closure-compiler-externs/) |
@@ -602,7 +602,7 @@ Updated: 2026-07-20
602
602
| `io.netty:netty-resolver` | [4.1.79.Final<br>- 5.0.0.Alpha2](metadata/io.netty/netty-resolver/index.json) | <details><summary>Show</summary> Netty Resolver provides asynchronous name resolution abstractions used by Netty networking components. It supplies resolver groups and default or no-op InetSocketAddress resolvers that integrate with Netty's Future and EventExecutor APIs.</details> | [100.0% (0/0 calls)](stats/io.netty/netty-resolver/) |
| `io.netty:netty-resolver-dns-classes-macos` | [4.1.74.Final<br>- 4.2.16.Final](metadata/io.netty/netty-resolver-dns-classes-macos/index.json) | <details><summary>Show</summary> Netty Resolver DNS Classes for macOS provides the Java-side classes used by Netty's macOS DNS resolver integration. It exposes a DNS server address stream provider that loads Netty's native macOS resolver library and reads the system nameserver configuration for DNS resolution.</details> | [100.0% (0/0 calls)](stats/io.netty/netty-resolver-dns-classes-macos/) |
605
-
| `io.netty:netty-tcnative-classes` | [2.0.48.Final<br>- 2.0.80.Final](metadata/io.netty/netty-tcnative-classes/index.json) | <details><summary>Show</summary> Netty tcnative classes provide Java bindings for Netty's fork of Tomcat Native, exposing native TLS and SSL functionality to Netty-based applications. The artifact supplies the shared class definitions that Netty's platform-specific tcnative libraries use to access OpenSSL and Apache APR capabilities.</details> | [100.0% (1/1 calls)](stats/io.netty/netty-tcnative-classes/) |
605
+
| `io.netty:netty-tcnative-classes` | [2.0.48.Final<br>- 2.0.81.Final](metadata/io.netty/netty-tcnative-classes/index.json) | <details><summary>Show</summary> Netty tcnative classes provide Java bindings for Netty's fork of Tomcat Native, exposing native TLS and SSL functionality to Netty-based applications. The artifact supplies the shared class definitions that Netty's platform-specific tcnative libraries use to access OpenSSL and Apache APR capabilities.</details> | [100.0% (1/1 calls)](stats/io.netty/netty-tcnative-classes/) |
606
606
| `io.netty:netty-transport` | [4.1.80.Final<br>- 4.2.0.Final](metadata/io.netty/netty-transport/index.json) | <details><summary>Show</summary> Netty Transport provides the core channel and transport infrastructure used to build asynchronous event-driven network clients and servers. It supplies abstractions and implementations for I/O operations, event loops, channels, and bootstrapping within the Netty framework.</details> | [38.1% (16/42 calls)](stats/io.netty/netty-transport/) |
607
607
| `io.netty:netty-transport-classes-epoll` | [4.1.99.Final<br>- 4.2.16.Final](metadata/io.netty/netty-transport-classes-epoll/index.json) | <details><summary>Show</summary> Provides the Java classes for Netty's Linux epoll transport, integrating epoll-based channels and event loops with Netty's transport APIs. It is used to build high-performance non-blocking network clients and servers on Linux when paired with the corresponding native epoll artifacts.</details> | [100.0% (0/0 calls)](stats/io.netty/netty-transport-classes-epoll/) |
608
608
| `io.netty:netty-transport-classes-io_uring` | [4.2.1.Final<br>- 4.2.3.Final](metadata/io.netty/netty-transport-classes-io_uring/index.json) | <details><summary>Show</summary> Netty's io_uring transport classes provide channel, socket, and event-loop support for using Linux io_uring with Netty. This artifact contains the JVM-side classes for the transport, complementing Netty's native io_uring components for high-performance asynchronous networking on supported Linux systems.</details> | [100.0% (0/0 calls)](stats/io.netty/netty-transport-classes-io_uring/) |
0 commit comments