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 UnsupportedOperationException when using custom taglibs #5195

Merged
merged 1 commit into from
Jan 16, 2023

Conversation

igormukhin
Copy link
Contributor

Arrays.asList() produces immutable list.
But it needs to be mutable for the line 61 to work resourceURLs.add(context.getResource(path));

`Arrays.asList()` produces immutable list.
But it needs to be mutable for the line  61 to work `resourceURLs.add(context.getResource(path));`
@codylerum
Copy link
Contributor

codylerum commented Jan 13, 2023

LGTM

@melloware
Copy link
Contributor

can we get this merged ?

@melloware
Copy link
Contributor

Fix #5198

@tandraschko
Copy link
Contributor

@arjantijms @BalusC could you merge it?
We could then switch our PF ITs to a snapshot

Copy link
Contributor

@christophs78 christophs78 left a comment

Choose a reason for hiding this comment

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

Successfully validated this against #5198

@BalusC BalusC merged commit 2f61a22 into eclipse-ee4j:4.0 Jan 16, 2023
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.

7 participants