Re: LOG4J2-2624 and LOG4J2-1606

2021-01-24 Thread Matt Sicker
I'm not sure how much any of the devs here use the log4j-web module anymore (seems more common to use fat jars or one app per servlet container instance at least), so it's hard to say about any idiosyncrasies. The main purpose of the lifecycle hooks for web modules is to allow each class loader to

Re: UnknownFormatConversionException for JTL RecyclerFactory

2021-01-24 Thread Matt Sicker
Via the IDE, it's likely because you don't have annotation processing enabled. If it's also not working via Maven, then you're probably missing an annotation. On Sun, 24 Jan 2021 at 15:28, Volkan Yazıcı wrote: > > Even though RecyclerFactory of JsonTemplateLayout (JTL) has a public > TypeConverte

UnknownFormatConversionException for JTL RecyclerFactory

2021-01-24 Thread Volkan Yazıcı
Even though RecyclerFactory of JsonTemplateLayout (JTL) has a public TypeConverter definition – i.e., RecyclerFactories.RecyclerFactoryConverter – trying to load a simple configuration containing JTL in JTL tests (executed either via mvnw or IDE) yields the following error: ERROR Could not create