Skip to content

Commit ada995a

Browse files
Update tested library versions (#9039)
Added tested versions: #### `com.auth0:java-jwt` - `4.6.0` #### `org.scala-sbt:util-interface` - `2.0.2` Co-authored-by: Github Actions <actions@github.com>
1 parent 3add9a7 commit ada995a

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

COVERAGE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Coverage
22

3-
Updated: 2026-07-12
3+
Updated: 2026-07-13
44

55
![Coverage over Time](https://raw.githubusercontent.com/oracle/graalvm-reachability-metadata/stats/coverage/latest/metrics-over-time.svg#gh-light-mode-only)
66
![Coverage over Time](https://raw.githubusercontent.com/oracle/graalvm-reachability-metadata/stats/coverage/latest/metrics-over-time-dark.svg#gh-dark-mode-only)
@@ -47,7 +47,7 @@ Updated: 2026-07-12
4747
| `com.atomikos:atomikos-util` | [6.0.0<br>- 6.0.1](metadata/com.atomikos/atomikos-util/index.json) | <details><summary>Show</summary> Atomikos Util provides shared Java utility classes used by Atomikos Transactions Essentials. It includes helpers for class loading, logging abstraction, bean property access, timing, event publication, task execution, IDs, and versioned files.</details> | [95.2% (20/21 calls)](stats/com.atomikos/atomikos-util/) |
4848
| `com.atomikos:transactions` | [6.0.0<br>- 6.0.1](metadata/com.atomikos/transactions/index.json) | <details><summary>Show</summary> Atomikos Transactions Core provides the core transaction manager and two-phase commit coordination classes used for distributed transactions. It also includes recovery and log persistence components for durable transaction state and crash recovery.</details> | [100.0% (1/1 calls)](stats/com.atomikos/transactions/) |
4949
| `com.atomikos:transactions-api` | [6.0.0<br>- 6.0.1](metadata/com.atomikos/transactions-api/index.json) | <details><summary>Show</summary> Atomikos Transactions API defines the public interfaces and configuration contracts for Atomikos-managed distributed transactions, participants, and transactional resources. It also exposes recovery and logging abstractions used to coordinate two-phase commit and crash recovery.</details> | [100.0% (0/0 calls)](stats/com.atomikos/transactions-api/) |
50-
| `com.auth0:java-jwt` | [4.5.1<br>- 4.5.2](metadata/com.auth0/java-jwt/index.json) | <details><summary>Show</summary> Java JWT is Auth0's Java implementation of JSON Web Token (JWT) for creating and verifying JWTs in server-side JVM applications. It supports common JWS algorithms for signing and verification and integrates as a standard Maven JVM dependency.</details> | [100.0% (1/1 calls)](stats/com.auth0/java-jwt/) |
50+
| `com.auth0:java-jwt` | [4.5.1<br>- 4.6.0](metadata/com.auth0/java-jwt/index.json) | <details><summary>Show</summary> Java JWT is Auth0's Java implementation of JSON Web Token (JWT) for creating and verifying JWTs in server-side JVM applications. It supports common JWS algorithms for signing and verification and integrates as a standard Maven JVM dependency.</details> | [100.0% (1/1 calls)](stats/com.auth0/java-jwt/) |
5151
| `com.auth0:jwks-rsa` | [0.23.0<br>- 0.24.1](metadata/com.auth0/jwks-rsa/index.json) | <details><summary>Show</summary> This Java library obtains and parses JSON Web Keys from a JWKS endpoint for use when verifying JWTs and other JOSE-signed data. It provides providers and builders for fetching keys by key ID, with optional caching and rate limiting for repeated lookups.</details> | [100.0% (0/0 calls)](stats/com.auth0/jwks-rsa/) |
5252
| `com.baomidou:mybatis-plus` | [3.5.3<br>- 3.5.17](metadata/com.baomidou/mybatis-plus/index.json) | <details><summary>Show</summary> MyBatis-Plus is an enhancement toolkit for MyBatis that reduces boilerplate for CRUD operations, query construction, and mapper development. It adds wrappers, pagination, service utilities, and related extensions to speed up database application development.</details> | [100.0% (0/0 calls)](stats/com.baomidou/mybatis-plus/) |
5353
| `com.barchart.udt:barchart-udt-bundle` | [2.3.0](metadata/com.barchart.udt/barchart-udt-bundle/index.json) | <details><summary>Show</summary> Barchart UDT Bundle packages the Barchart Java bindings for the UDP-based Data Transfer protocol together with native libraries for multiple platforms. It lets JVM applications use UDT sockets and channels for high-throughput network communication without assembling the core JAR and native NAR artifacts separately.</details> | [100.0% (15/15 calls)](stats/com.barchart.udt/barchart-udt-bundle/) |
@@ -1413,7 +1413,7 @@ Updated: 2026-07-12
14131413
| `org.scala-lang:tasty-core_3` | [3.2.2<br>- 3.9.0-RC3](metadata/org.scala-lang/tasty-core_3/index.json) | <details><summary>Show</summary> TASTy core provides the shared format definitions, readers, buffers, and hashing utilities for TASTy, Scala 3's typed abstract syntax tree serialization format. The tasty-core_3 artifact packages JVM classes used by the Scala compiler and tooling to read, validate, hash, and construct TASTy payloads.</details> | [100.0% (0/0 calls)](stats/org.scala-lang/tasty-core_3/) |
14141414
| `org.scala-sbt:compiler-interface` | [1.3.5<br>- 2.0.0-alpha9](metadata/org.scala-sbt/compiler-interface/index.json) | <details><summary>Show</summary> compiler-interface defines the xsbti APIs that Zinc and sbt use to communicate with Scala and Java compilers during incremental compilation. It exposes compile configuration, analysis, reporting, classfile management, and compiler bridge interfaces while keeping the published API usable from JVM bytecode.</details> | [100.0% (10/10 calls)](stats/org.scala-sbt/compiler-interface/) |
14151415
| `org.scala-sbt:test-interface` | [1.0](metadata/org.scala-sbt/test-interface/index.json) | <details><summary>Show</summary> test-interface defines the common sbt testing API that test frameworks implement and clients use to run tests and receive results. It provides Java interfaces and selectors for framework discovery, task execution, event reporting, logging, and optional throwable details.</details> | [100.0% (0/0 calls)](stats/org.scala-sbt/test-interface/) |
1416-
| `org.scala-sbt:util-interface` | [1.3.0<br>- 2.0.1](metadata/org.scala-sbt/util-interface/index.json) | <details><summary>Show</summary> util-interface provides Java interfaces and simple data types used by sbt utility modules for logging, problem reporting, source positions, severities, and tuple values. It keeps these APIs independent of a particular Scala binary version so sbt components can share diagnostic and compiler-analysis data across module boundaries.</details> | [100.0% (0/0 calls)](stats/org.scala-sbt/util-interface/) |
1416+
| `org.scala-sbt:util-interface` | [1.3.0<br>- 2.0.2](metadata/org.scala-sbt/util-interface/index.json) | <details><summary>Show</summary> util-interface provides Java interfaces and simple data types used by sbt utility modules for logging, problem reporting, source positions, severities, and tuple values. It keeps these APIs independent of a particular Scala binary version so sbt components can share diagnostic and compiler-analysis data across module boundaries.</details> | [100.0% (0/0 calls)](stats/org.scala-sbt/util-interface/) |
14171417
| `org.scalacheck:scalacheck_2.13` | [1.18.1<br>- 1.19.0](metadata/org.scalacheck/scalacheck_2.13/index.json) | <details><summary>Show</summary> ScalaCheck is a Scala property-based testing library for generating test data and checking properties over many randomized cases. It can be used standalone or with Scala test frameworks to exercise Scala and Java code and shrink failing examples.</details> | [100.0% (12/12 calls)](stats/org.scalacheck/scalacheck_2.13/) |
14181418
| `org.scalactic:scalactic_3` | [3.2.19<br>- 3.3.0-alpha.2](metadata/org.scalactic/scalactic_3/index.json) | <details><summary>Show</summary> Scalactic provides core constructs used by ScalaTest for expressive assertions and validation, including equality, normalization, value constraints, and Or/Every data types. The scalactic_3 artifact is the Scala 3 JVM build and can be used independently by Scala applications that want those testing and validation utilities without depending on the full ScalaTest suite.</details> | [100.0% (15/15 calls)](stats/org.scalactic/scalactic_3/) |
14191419
| `org.scalameta:junit-interface` | [0.7.29<br>- 1.3.4](metadata/org.scalameta/junit-interface/index.json) | <details><summary>Show</summary> junit-interface is a Java implementation of sbt's test interface for running JUnit 4 tests. It lets build tools and test runners discover JUnit test fingerprints, apply filters, execute test tasks, and report results through the sbt test-interface API.</details> | [100.0% (10/10 calls)](stats/org.scalameta/junit-interface/) |

metadata/com.auth0/java-jwt/index.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"description" : "Java JWT is Auth0's Java implementation of JSON Web Token (JWT) for creating and verifying JWTs in server-side JVM applications. It supports common JWS algorithms for signing and verification and integrates as a standard Maven JVM dependency.",
1010
"tested-versions" : [
1111
"4.5.1",
12-
"4.5.2"
12+
"4.5.2",
13+
"4.6.0"
1314
],
1415
"allowed-packages" : [
1516
"com.auth0.jwt"

metadata/org.scala-sbt/util-interface/index.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@
8888
"1.12.10",
8989
"1.12.11",
9090
"2.0.0",
91-
"2.0.1"
91+
"2.0.1",
92+
"2.0.2"
9293
],
9394
"allowed-packages" : [
9495
"xsbti"

0 commit comments

Comments
 (0)