The Expressions library enables language-level code expressions to be represented as objects in the form of expression trees at runtime, for example, a method call or a binary operation such as x < y. This enables dynamic analysis of lambda's code, usually for building fluent interfaces.
Version2.6.0compared with

Version Details

Compile Changes (1)

2.5 2.6.0
ChangeGroup / ArtifactPreviousCurrent
~ Updated org.ow2.asm » asm7.29.0

Provided Changes (1)

2.5 2.6.0
ChangeGroup / ArtifactPreviousCurrent
~ Updated org.projectlombok » lombok1.18.101.18.16

Test Changes (1)

2.5 2.6.0
ChangeGroup / ArtifactPreviousCurrent
~ Updated junit » junit4.124.13.1