That's from collectPlugins() I believe. There's a JIRA issue about slow start-up or something like that. It's definitely related. I believe we can get away with a single plugin scan followed by multiple lookups in the plugin registry.
On 3 September 2014 11:15, Gary Gregory <[email protected]> wrote: > I find this confusing: > > 2014-09-03 12:11:46,073 DEBUG Generated plugins in 0.155939 seconds, > packages: [org.apache.logging.log4j.core, org.apache.logging.log4j.test], > preload: false. > 2014-09-03 12:11:46,209 DEBUG Generated plugins in 0.135048 seconds, > packages: [org.apache.logging.log4j.core, org.apache.logging.log4j.test], > preload: false. > 2014-09-03 12:11:46,348 DEBUG Generated plugins in 0.137793 seconds, > packages: [org.apache.logging.log4j.core, org.apache.logging.log4j.test], > preload: false. > > > Is the same thing being generated 3 times? > > I can't imagine so, and this has been the source of confusion recently. > > Can we give more information on what kind of plugins are generated? > > 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]>
