Re: Application specific el-api

2022-04-28 Thread vladimir dvorak
Hi, my intention is to use custom el-api with modified BeanELResolver, that uses instead slow reflection API much faster https://github.com/EsotericSoftware/reflectasm kind regards Vladimir čt 28. 4. 2022 v 17:46 odesílatel Mark Thomas napsal: > On 28/04/2022 16:30, vladimir dvorak wr

Application specific el-api

2022-04-28 Thread vladimir dvorak
Hi, I'm trying to use jakarta-el, which is an alternative to el-api.jar from Tomcat. Jakarta-el is deployed with application, implementation part of lib works correctly since it uses separate package, but I can't force the Tomcat classloader mechanism to not use the classes from api part TOMCAT_