Registry / utility / spring-expression

spring-expression

JSON →
library7.0.7javamavenunverified

Spring Expression Language (SpEL) provides a powerful expression language for querying and manipulating object graphs at runtime.

<dependency> <groupId>org.springframework</groupId> <artifactId>spring-expression</artifactId> <version>7.0.7</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-EXPRESSION
S
spring-expression
utilityjavav7.0.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SpelExpressionParser
org.springframework.expression.spel.standard.SpelExpressionParser

Evaluates a simple SpEL expression.

import org.springframework.expression.ExpressionParser; import org.springframework.expression.spel.standard.SpelExpressionParser; ExpressionParser parser = new SpelExpressionParser(); String result = parser.parseExpression("'Hello ' + 'World'").getValue(String.class); System.out.println(result);
Debug
Known issues
breakingSpEL injection vulnerability if expressions come from untrusted sources
fix
Use SimpleEvaluationContext or restrict expression sources
affects: all versions
Upgrade
Version history
7.0.7latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
spring-expression — mvn dependency:get spring-expression · libregistry