RepoPilot

sofastack/sofa-boot

SOFABoot is a framework that enhances Spring Boot and fully compatible with it, provides readiness check, class isolation, etc.

Healthy

Strong maintenance signals

MixedDependency

dependency CVE scan unavailable

HealthyFork & modify

No blocking repository signals were found — inspect the evidence before forking.

HealthyLearn from

Documented and popular — useful reference codebase to read through.

MixedDeploy as-is

dependency CVE scan unavailable

  • Last commit 2w ago
  • 10 active contributors
  • Distributed ownership (top contributor 46% of recent commits)
  • Apache-2.0 licensed
  • CI configured
  • Tests present

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: sofastack/sofa-boot

Generated by RepoPilot · document generated 2026-09-16 · concise human review Evidence snapshot · analyzed 2026-09-16T21:56:51.967Z · commit 696b17a36ee8

Verdict

Healthy — Strong maintenance signals

  • Last commit 2w ago
  • 10 active contributors
  • Distributed ownership (top contributor 46% of recent commits)
  • Apache-2.0 licensed
  • 2 more receipts on the live page

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

What it is

SOFABoot is a Spring Boot enhancement framework that extends Spring Boot 3.x with production-grade features like readiness health checks, class isolation via custom classloaders, Spring context isolation (ISLE), and log space separation. It bundles SOFAStack middleware SDKs as self-contained starters and maintains full Spring Boot compatibility while solving domain-specific issues Spring Boot leaves open. Maven monorepo anchored at sofa-boot-project/: sofa-boot-actuator-autoconfigure/ provides all health/readiness endpoints via Spring Boot's autoconfiguration mechanism (imports in META-INF/spring/), organized by domain (health/, isle/, rpc/, beans/, components/, startup/, threadpool/).…

Start here

Open these first:

  • sofa-boot-project/sofa-boot-actuator-autoconfigure/src/main/java/com/alipay/sofa/boot/act… — Core readiness check auto-configuration that orchestrates health checks during Spring Boot startup — foundational to…
  • sofa-boot-project/sofa-boot-actuator/src/main/java/com/alipay/sofa/boot/actuator/health/H… — Processes and executes health checker components; critical for understanding how readiness checks are invoked and managed…
  • sofa-boot-project/sofa-boot-actuator/src/main/java/com/alipay/sofa/boot/actuator/health/R… — Spring event listener that triggers readiness checks during application startup; essential entry point for the readiness…
  • sofa-boot-project/sofa-boot-actuator-autoconfigure/src/main/resources/META-INF/spring/org… — Spring Boot 2.7+ auto-configuration registry that enables all SOFABoot actuator features; must be reviewed when adding new…
  • sofa-boot-project/sofa-boot-actuator/src/main/java/com/alipay/sofa/boot/actuator/health/R… — HTTP actuator endpoint exposing readiness status; critical for understanding how applications expose health/readiness to…

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

git clone https://github.com/sofastack/sofa-boot.git && cd sofa-boot && mvn clean install -DskipTests. View demo projects at https://github.com/sofastack-guides/sofa-boot-guides/tree/4.x for runnable examples (sofaboot-…

Daily commands:

mvn clean install builds the entire project. No embedded app server detected in file list; this is a library/starter, not a runnable application. Use demo repos above to see spring-boot-maven-plugin usage. Tests run via…

…shortened for this brief.

Key cautions & unknowns

  • Java 17 minimum enforced (spring.boot.version=3.5.12 implies this); building with Java 11 will fail. Spring Boot 3.x requires Jakarta EE (javax.* → jakarta.*), not javax.servlet; custom filters/interceptors must use…
  • Published-advisory coverage was unavailable for the captured dependencies.
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Healthy" badge

Paste into your README — live-updates from the latest cached analysis.

Variant:
RepoPilot: Healthy
[![RepoPilot: Healthy](https://repopilot.app/api/badge/sofastack/sofa-boot)](https://repopilot.app/r/sofastack/sofa-boot)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/sofastack/sofa-boot on X, Slack, or LinkedIn.

Ask AI about sofastack/sofa-boot

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question
Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/sofastack/sofa-boot"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>