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

Fix compilation of JSPs with nested classes after ECJ update (2.0.x branch) #60

Merged
merged 2 commits into from
Jul 27, 2022

Conversation

Lerm
Copy link

@Lerm Lerm commented Jun 8, 2022

Fix for UNDERTOW-2104 - for 2.0.x branch.

After upgrade of ECJ version Jastow is unable to properly compile some JSPs with local classes (i.e. nested classes defined in scriplet) - ECJ now issues additional call 'isPackage' for such classes and existing implementation in JDTCompiler class doesn't work with nested classes.

Copy link
Contributor

@rmartinc rmartinc left a comment

Choose a reason for hiding this comment

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

@fl4via @ropalka This is the backport PR for branch 2.0 (needed for CP). I know this branch is in maintenance status but approving anyway to mark is ready. Thanks!

@ropalka ropalka self-requested a review July 27, 2022 19:41
@ropalka ropalka merged commit d21fa35 into undertow-io:2.0.x Jul 27, 2022
@ropalka
Copy link
Contributor

ropalka commented Jul 27, 2022

Thanks @Lerm !

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.

None yet

3 participants