jakarta-el-api 5.0.1-1 source package in Ubuntu

Changelog

jakarta-el-api (5.0.1-1) unstable; urgency=medium

  * New upstream release
  * Updated the URL of the upstream repository
  * Standards-Version updated to 4.6.1

 -- Emmanuel Bourg <email address hidden>  Wed, 07 Dec 2022 23:00:40 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jakarta-el-api_5.0.1-1.dsc 2.1 KiB c4c046337eff88283d116bbe289e7ceecbb655ef69b04cd9318b9d508e516c38
jakarta-el-api_5.0.1.orig.tar.xz 118.6 KiB 361d45247992d24262ac34829bbd9521672318755dfdd7f438aee56ee3e3d5c1
jakarta-el-api_5.0.1-1.debian.tar.xz 8.1 KiB 4e489b08687c39bf9b9a0254339ba5eb6b9703577239c60ff8fc5565c2885a92

Available diffs

No changes file available.

Binary packages built by this source

libjakarta-el-api-java: Jakarta Expression Language API

 EL is a simple language designed to meet the needs of the presentation
 layer in Java web applications.
 .
 It features:
  * A simple syntax restricted to the evaluation of expressions
  * Variables and nested properties
  * Relational, logical, arithmetic, conditional, and empty operators
  * Functions implemented as static methods on Java classes
  * Lenient semantics where appropriate default values and type conversions
    are provided to minimize exposing errors to end users