eclipse-ee4j / mojarra

Mojarra, a Jakarta Faces implementation
Other
166 stars 112 forks source link

Move global EL resolvers from static variables to application variables #5479

Closed OndroMih closed 3 months ago

OndroMih commented 3 months ago

Fixes #5461

This avoids sharing resolvers between multiple applications on the classpath and also avoids memory leaks in application servers after an application and its classloaders are undeployed.

Resolvers are tied to the Faces Application instance.