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

mvel/mvel

MVEL (MVFLEX Expression Language) observed · 2026-08-28

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

Health v2 · maintenance only

77/100

  • Activity 99
  • 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-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5587
  • days_rel: n/a
  • days_push: 7
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1203 stars · 318 forks observed · 2026-08-28

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

MVEL (MVFLEX Expression Language) is an embeddable expression language and runtime for the Java platform, with MVEL3 transpiling expressions to Java source, compiling them in-memory via javac, and executing the resulting bytecode. It also serves as a templating language and is commonly embedded in applications like rule engines for evaluating dynamic expressions.

Use cases

  • evaluate dynamic expressions in a Java application
  • embed a scripting/expression language in a rule engine
  • compile user-supplied expressions to JVM bytecode
  • evaluate expressions against POJO properties or maps
  • render templates with embedded expressions
  • build configurable business rules with expression conditions

When to choose

  • you need a Java-syntax-compatible expression language embedded in a JVM application
  • you want expressions compiled to bytecode rather than interpreted
  • you need templating plus expression evaluation in one library

When to avoid

  • you need a stable, battle-tested release (MVEL3 is alpha with changing APIs)
  • you will evaluate expressions from untrusted sources (expressions can execute arbitrary JVM operations)
  • you need a general-purpose scripting language rather than an expression language

Facets

library · maturity experimental

parser interpreter compiler templating programming-languages developer-tools parsers jvm cross-platform expression-language expression-evaluation rule-engines dynamic-typing transpilation

2 sources

Member repositories

RepositoryRoleHealth v2
mvel/mvelmain77

For agents

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

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