jakartaee / expression-language

Jakarta Expression Language
https://eclipse.org/ee4j/el
Other
70 stars 50 forks source link

static exception was causing class loader leaks #151

Closed lprimak closed 3 years ago

lprimak commented 3 years ago

LookaheadSuccess static variable captures first application's class loader contexts that instantiates the parser, preventing that application from ever being unloaded.

Made the variable non-static so it doesn't hang around forever

lprimak commented 3 years ago

ha! Looks like duplicate... closing @arjantijms can you merge #137 please??? thank you!