Ross ROSS = Recommend OSS · open-source software intelligence for agents

jdeferred/jdeferred

Java Deferred/Promise library similar to JQuery. observed · 2026-08-28

github.com/jdeferred/jdeferred · Java · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4929
  • days_rel: n/a
  • days_push: 2053
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1494 stars · 175 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

JDeferred is a Java Deferred/Promise library modeled after jQuery's Deferred object, supporting promise callbacks, multiple promise composition (when/race/settle), and generics-typed resolve/reject/notify. It works on the JVM and Android and is Java 8 lambda friendly.

Use cases

  • manage async callbacks in java without callback hell
  • combine multiple async tasks with when/race/settle
  • promise library for android development
  • wrap runnable and callable tasks as promises
  • report progress of long-running async operations

When to choose

  • you want jQuery-style deferred/promise semantics on the JVM or Android
  • you need generics-typed promises with progress notifications
  • you want to compose multiple async operations

When to avoid

  • you're on Java 8+ and can use CompletableFuture instead
  • you need reactive streams like RxJava or Project Reactor
  • you need a very actively maintained project - latest release is 2021

Facets

library · maturity maintenance

concurrency developer-tools developer-tools cross-platform mobile-development jvm promise deferred async callbacks java-8-lambdas android

1 source

Member repositories

RepositoryRoleHealth v2
jdeferred/jdeferredmain32

For agents

markdown · JSON · MCP: product_card(name="jdeferred/jdeferred")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem