Skip to content
Failed

Changes

Summary

  1. Update build to use Java 11 (details)
  2. Use <> and fix IDE warning after switch to Java 11 (details)
  3. Fix deprecation warnings after update to Java 11 (details)
  4. Fix autoboxing warnings in unit tests for API (details)
  5. Fix #45. Add coercion of LambdaExpression to functional interface (details)
Commit b75b0204b84ca3371bb30a6c35e57fa9c92d6d30 by Mark Thomas
Update build to use Java 11
The file was modified impl/pom.xml (diff)
The file was modified api/pom.xml (diff)
The file was modified spec/pom.xml (diff)
Commit 72d2582a9a79a48cd58c3d6687db90ff8c00061f by Mark Thomas
Use <> and fix IDE warning after switch to Java 11
The file was modified api/src/main/java/jakarta/el/ELUtil.java (diff)
Commit 3d5c43d8e87b0b8451174c65a69fdb1627e924eb by Mark Thomas
Fix deprecation warnings after update to Java 11
The file was modified src/test/java/org/glassfish/el/test/ELProcessorTest.java (diff)
The file was modified src/test/java/org/glassfish/el/test/StaticRefTest.java (diff)
Commit 079309606838c2ad966e69f38a490bea19405e35 by Mark Thomas
Fix autoboxing warnings in unit tests for API
The file was modified src/test/java/org/glassfish/el/test/ELProcessorTest.java (diff)
The file was modified src/test/java/org/glassfish/el/test/StaticRefTest.java (diff)
The file was modified src/test/java/org/glassfish/el/test/LambdaTest.java (diff)
The file was modified src/test/java/org/glassfish/el/test/OperatorTest.java (diff)
Commit bcd0eeb349af607eb15428c04853a0be0948f80c by Mark Thomas
Fix #45. Add coercion of LambdaExpression to functional interface

No changes required to the implementation API.
Changes will be required to the TCK.
The file was modified spec/src/main/asciidoc/ELSpec.adoc (diff)