We need to change the type converter registry to use the existing plugin registry/manager. That would make this a lot easier! I'll work on that sometime this week. I've been meaning to get to that (I have a TODO about it somewhere).
On 2 June 2014 11:15, Gary Gregory <[email protected]> wrote: > If I want to register my own type converters with > > org.apache.logging.log4j.core.config.plugins.util.TypeConverters.registerTypeConverter(Class<?>, > TypeConverter<?>) > > when do I call it to make sure the configuration parsing picks up my > additions before it is to late? > > Gary > > -- > E-Mail: [email protected] | [email protected] > Java Persistence with Hibernate, Second Edition > <http://www.manning.com/bauer3/> > JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> > Spring Batch in Action <http://www.manning.com/templier/> > Blog: http://garygregory.wordpress.com > Home: http://garygregory.com/ > Tweet! http://twitter.com/GaryGregory > -- Matt Sicker <[email protected]>
