Re: Application specific el-api

2022-04-28 Thread Christopher Schultz
Mark, Vladimir, On 4/28/22 12:10, Mark Thomas wrote: On 28/04/2022 16:54, vladimir dvorak wrote:    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 You have a couple of opt

Re: Application specific el-api

2022-04-28 Thread Mark Thomas
On 28/04/2022 16:54, vladimir dvorak wrote: 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 You have a couple of options. 1. Replace the el-api.jar in $CATALINA_BASE/lib.

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 wrote: >

Re: Application specific el-api

2022-04-28 Thread Mark Thomas
On 28/04/2022 16:30, vladimir dvorak wrote: 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 mechani

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_