Skip to content
Success

Changes

Summary

  1. Remove unnecessary warning suppression (details)
  2. Remove out of date comment - implementation moved to new project (details)
  3. Fix #183 - avoid NPE (details)
  4. Update copyright year to 2022 (details)
Commit f2172ced3679382f373619e5ee9bc48c4e03db17 by Mark Thomas
Remove unnecessary warning suppression
The file was modified api/src/main/java/jakarta/el/ELUtil.java (diff)
Commit 40644fd42104260624525b1403b31ae5be7a7d38 by Mark Thomas
Remove out of date comment - implementation moved to new project
The file was modified api/src/main/java/jakarta/el/ELUtil.java (diff)
Commit f18ab97df2c3a789616c46193a9d1561ac2187df by Mark Thomas
Fix #183 - avoid NPE

If varargs are null that must be (since EL doesn't support casting) be a
single null argument for the varargs which needs to be coerced.
The file was modified spec/src/main/asciidoc/ELSpec.adoc (diff)
The file was modified api/src/main/java/jakarta/el/ELUtil.java (diff)
Commit 16fba2fcfd042b422f841b470f7211ee19c03b40 by Mark Thomas
Update copyright year to 2022

The fix for #183 was made in 2022 so that triggered a requirement for
the copyright year to be updated.
The file was modified api/src/main/javadoc/doc-files/EFSL.html (diff)
The file was modified api/pom.xml (diff)
The file was modified spec/src/main/asciidoc/license-efsl.adoc (diff)