eclipse-ee4j / mojarra

Mojarra, a Jakarta Faces implementation
Other
160 stars 109 forks source link

Fix `UnsupportedOperationException` when using custom taglibs #5195

Closed igormukhin closed 1 year ago

igormukhin commented 1 year ago

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

codylerum commented 1 year ago

LGTM

melloware commented 1 year ago

can we get this merged ?

melloware commented 1 year ago

Fix #5198

tandraschko commented 1 year ago

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