Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Expression Language 5.0 #6

Open
6 of 14 tasks
Thihup opened this issue May 13, 2022 · 1 comment
Open
6 of 14 tasks

Implement Expression Language 5.0 #6

Thihup opened this issue May 13, 2022 · 1 comment

Comments

@Thihup
Copy link
Owner

Thihup commented May 13, 2022

Running the jakarta-api branch with TCK 5.0, we have 8 failing tests:

  • com/sun/ts/tests/el/api/jakarta_el/beanelresolver/ELClient.java#beanELResolverDefaultMethodReadOnlyTest_from_standalone
  • com/sun/ts/tests/el/api/jakarta_el/methodexpression/ELClient.java#methodExpressionMatchingAmbiguousTest_from_standalone
  • com/sun/ts/tests/el/api/jakarta_el/methodexpression/ELClient.java#methodExpressionMatchingCoercionBeatsExactVarArgsTest_from_standalone
  • com/sun/ts/tests/el/api/jakarta_el/methodexpression/ELClient.java#methodExpressionMatchingExactPreferredTest_from_standalone
  • com/sun/ts/tests/el/api/jakarta_el/methodexpression/ELClient.java#methodExpressionMatchingOverloadBeatsCoercionTest_from_standalone
  • com/sun/ts/tests/el/api/jakarta_el/methodexpression/ELClient.java#methodExpressionMatchingOverloadBeatsExactVarArgsTest_from_standalone
  • com/sun/ts/tests/el/api/jakarta_el/methodexpression/ELClient.java#methodExpressionMatchingVarArgsTest_from_standalone
  • com/sun/ts/tests/el/api/jakarta_el/methodreference/ELClient.java#methodReferenceTest_from_standalone
  • com/sun/ts/tests/el/api/jakarta_el/staticfieldelresolver/ELClient.java#staticFieldELResolverTest_from_standalone
  • com/sun/ts/tests/el/spec/coercion/ELClient.java#elCoerceLambdaExpressionToFunctionalInterfaceTest_from_standalone
  • com/sun/ts/tests/el/spec/coercion/ELClient.java#elCoerceToArrayTest_from_standalone
  • com/sun/ts/tests/el/spec/collectionoperators/ELClient.java#elCollectionListLiteralTest_from_standalone
  • com/sun/ts/tests/el/spec/collectionoperators/ELClient.java#elCollectionMapLiteralTest_from_standalone
  • com/sun/ts/tests/signaturetest/el/ELSigTest.java#signatureTest
@tandraschko
Copy link

@Thihup any preogress here? i would really like to see a benchmark of your project and EL 5.0 compatibility

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants