Skip to content

Commit

Permalink
Update version to 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Sep 9, 2021
1 parent 3b2e97f commit 59f054d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions spec/src/main/asciidoc/ELSpec.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:xrefstyle: full
:sectnums!:
== Jakarta Expression Language, Version 4.0
== Jakarta Expression Language, Version 5.0

Copyright (c) 2013, 2021 Oracle and/or its affiliates and others.
All rights reserved.
Expand All @@ -17,7 +17,7 @@ Comments to: el-dev@eclipse.org
== Preface

This is the Expression Language specification
version 4.0, developed by the Jakarta Expression Language Team under the Eclipse
version 5.0, developed by the Jakarta Expression Language Team under the Eclipse
Foundation Specification Process.

=== Historical Note
Expand Down Expand Up @@ -132,9 +132,14 @@ expressions and manipulation of EL environments. It also added some
powerful features to the language, such as the support of operations for
collection objects.

EL 4.0 implements the transition from the `javax` namespace to the
EL 4.0 implemented the transition from the `javax` namespace to the
`jakarta` namespace.

EL 5.0 made Java 11 the minimum version and implemented a number of
enhancement requests from the user community. Deprecated code was removed
and use of FeatureDescriptor was deprecated with a view to removing the
dependency on the `java.desktop` module.

==== EL in a nutshell

The syntax is quite simple. Model objects are
Expand Down

0 comments on commit 59f054d

Please sign in to comment.