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
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.
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:
>
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
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_