• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

jwtk / jjwt / #1777
100%

Build:
DEFAULT BRANCH: master
Ran 07 Jun 2026 07:11PM UTC
Jobs 1
Files 379
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

07 Jun 2026 07:08PM UTC coverage: 100.0%. Remained the same
#1777

push

github

web-flow
Merge pending 0.14.x changes into main branch (#1056)

* Java 8 API compatibility changes (#1015):

- Upgraded dependencies and maven plugins to latest versions compatible with JDK 8+.
- Remove JDK 7 from CI build
- Consolidated `ci.yml` build matrix
- JDK 8 through 25 build testing
- Removed `io.jsonwebtoken.impl.lang.Function` in favor of `java.util.function.Function`
- Marked API interfaces as `@FunctionalInterface` where possible
- Migrated `io.jsonwebtoken.lang.Supplier` usages to `java.util.function.Supplier` where possible, except for `RedactedSupplier` usages.
- Breaking change: Renamed and moved `io.jsonwebtoken.lang.Supplier` to `io.jsonwebtoken.security.ConfidentialValue`
- Breaking change: Renamed `GsonSupplierSerializer` to `GsonConfidentialValueSerializer`
- Breaking change: Renamed `JacksonSupplierSerializer` to `JacksonConfidentialValueSerializer`
- Declared `@FunctionalInterface` / cleanup where feasible.
- Removing explicit Java 7 and Java 8 callouts/references now that 8 is the default/baseline.

---

* Maven Build: drop JDK 7, raise minimum JRE to Java 8, and minimum build JDK to Java 17 (#1046)

- Remove all JDK 7 maven source/target compatibility settings
- Raise minimum required Java runtime from 7 to 8
- Set build JDK to 17; update CI to use JDK 17 for code-coverage job
- Make jdk-17 test profile active by default
- Replace -P jdk-N activation with -Dtest.jdk.version=N property:
Each jdk-N profile now activates via test.jdk.version=N property value instead of requiring -P on the command line. A companion profile skip-default-tests suppresses the default surefire execution whenever test.jdk.version is set, so only the requested JDK runs tests.
- use release for m-compiler-p and m-javadoc-p # (#1019)
- Add tests to reach 100% Clover coverage; run coverage job on JDK 17:
- Cover previously-uncovered branches in ProviderKey, ProviderPrivateKey,
ProvidedPrivateKeyBuilder, KeysBridge, and JcaTemplate.JcaInstanceFactory.
- On macOS th... (continued)

48 of 48 new or added lines in 18 files covered. (100.0%)

6873 of 6873 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #1777.1 07 Jun 2026 07:11PM UTC 379
100.0
Source Files on build #1777
  • Tree
  • List 379
  • Changed 70
  • Source Changed 70
  • Coverage Changed 40
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 39ad6902 on github
  • Prev Build on master
  • Next Build on master
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc