Skip to content
Stephane Carrez edited this page May 1, 2020 · 5 revisions

Ada EL is a library that implements an expression language similar to JSP and JSF Unified Expression Languages (EL).

The syntax is defined by JSR 245.

The library abstractions are close to the javax.el classes.

NEWS

Version 1.8.0 -

  • New Expand procedure to expand the properties in place

Version 1.7.0 - Dec 2019

  • Refactor to follow the Ada Debian policy, rename GNAT project into elada

Version 1.6.1 - Jul 2018

  • Fix minor compilation warnings and build with Ada 2012

Version 1.6.0 - Dec 2015

  • Added support for thread local EL context
  • Improvement of configure and installation process with gprinstall (if available)

Version 1.5.1 - Jul 2014

Version 1.5 - Feb 2014

Version 1.4.2 - Feb 2013

  • Fix compilation to use -gnatn instead of -gnatN
  • Fix compilation with gcc 4.7

Version 1.4 - May 2012

  • New Eval function which accepts an Object as value
  • Support for shared or static build configuration

Version 1.3 - Fev 2012

  • New helpers to evaluate the EL expressions of a list of properties

Version 1.2 - Sep 2011

  • Add support for Method expression

Version 1.1 - May 2011

  • Move the Ada EL beans framework in Ada Util

Version 1.0 - Apr 2010

  • Implement JSR 245