RepoPilot

oblac/jodd

Jodd! Lightweight. Java. Zero dependencies. Use what you like.

Mixed

Stale — last commit 2y ago

MixedDependency

last commit was 2y ago; 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

last commit was 2y ago; dependency CVE scan unavailable

  • Stale — last commit 2y ago
  • Single-maintainer risk — top contributor 89% of recent commits
  • 8 active contributors
  • BSD-2-Clause 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: oblac/jodd

Generated by RepoPilot · document generated 2026-09-16 · concise human review Evidence snapshot · analyzed 2026-09-16T01:49:20.475Z · commit 3a0790e4d52b

Verdict

Mixed — Stale — last commit 2y ago

  • 8 active contributors
  • BSD-2-Clause licensed
  • CI configured
  • Tests present

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

What it is

Jodd is a lightweight Java utility library and micro-framework suite (~1.7 MB, zero dependencies) providing modular tools for JSON parsing, HTML processing, HTTP clients, dependency injection, database mapping, transactions, and AOP. It's designed as a pick-and-choose alternative to heavyweight frameworks, letting developers import only what they need. Modular monorepo structure: jodd-core/ (base utilities), jodd-bean/, jodd-json/, jodd-db/, jodd-petite/ (DI), jodd-proxetta/ (AOP), jodd-madvoc/ (MVC), jodd-mail/, jodd-http/, etc. Each module has own build.gradle, src/main/java, and src/test/java. JFlex lexers in etc/jflex/ for parsing. Root build.gradle

Start here

Open these first:

  • jodd-core/src/main/java/jodd/core/JoddCore.java — Main entry point for the Jodd framework initialization and configuration; every contributor must understand how core…
  • build.gradle — Root build configuration defining multi-module structure, dependencies, and release process; essential for understanding…
  • jodd-core/src/main/java/jodd/cache/Cache.java — Core cache abstraction interface used throughout the framework; critical for understanding caching patterns and extension…
  • jodd-core/src/main/java/jodd/io/findfile/FindFile.java — File discovery and scanning utility used across multiple modules for classpath scanning and resource location.
  • README.md — Clarifies that this is the legacy monorepo; v6+ is split into separate repositories—critical context for avoiding wasted…

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/oblac/jodd.git
cd jodd
./gradlew build

(Uses Gradle wrapper; no Maven. Requires Git and JDK 8+. Build produces jars in each module's build/libs/)

Daily commands:

./gradlew build              # Full build all modules
./gradlew jodd-core:build   # Build specific module
./gradlew test              # Run tests
./gradlew jmh:run           # Run JMH benchmarks (jodd-core)

No server to start—this is a library. For examples, check individual module READMEs or jodd.org docs.

Key cautions & unknowns

  • Stale — last commit 2y ago
  • Single-maintainer risk — top contributor 89% of recent commits
    1. v5 vs v6 split: This monorepo is v5. v6 has moved to separate repos (jodd-util, jodd-json, etc). New code should target v6 repos, not this one. 2. Gradle wrapper required: Don't use system Gradle; always 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 "Forkable" badge

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

Variant:
RepoPilot: Forkable
[![RepoPilot: Forkable](https://repopilot.app/api/badge/oblac/jodd?axis=fork)](https://repopilot.app/r/oblac/jodd)

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/oblac/jodd on X, Slack, or LinkedIn.

Ask AI about oblac/jodd

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/oblac/jodd"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>