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