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

EL - Fix failing lambda coercion test and other fixes #1215

Merged
merged 3 commits into from
Jan 11, 2024

Conversation

markt-asf
Copy link
Contributor

Fixes Issue
jakartaee/expression-language#194

Related Issue(s)
#1159 (was't quite right)

Describe the change
The three changed tests are expected to fail. Not sure how they ever passed locally - possibly a since fixed Tomcat bug.

Additional context
This PR also fixes two additional issues I noticed when configuring the tckrefactor branch for use with Tomcat locally

  • one class was in the wrong package (location didn't match declaration)
  • removed references to the getFeatureDescriptors() method which has been removed

With these changes, the TCK now passes when tested against the latest Tomcat 11 release.

CC @alwin-joseph @anajosep @arjantijms @cesarhernandezgt @dblevins @m0mus @edbratt @gurunrao @jansupol @jgallimore @kazumura @kwsutter @LanceAndersen @bhatpmk @RohitKumarJain @shighbar @gthoman @brideck @OndroMih @dmatej
@starksm64 @scottmarlow

Copy link
Contributor

@alwin-joseph alwin-joseph left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested with Glassfish8-M1. Failing tests pass with this change!

@alwin-joseph alwin-joseph merged commit e0f4b12 into jakartaee:tckrefactor Jan 11, 2024
2 of 3 checks passed
@markt-asf markt-asf mentioned this pull request Jan 11, 2024
@markt-asf markt-asf deleted the fix-el-lambda-coercion branch January 15, 2024 15:52
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

Successfully merging this pull request may close these issues.

2 participants