Re: [logging-log4j2] 02/02: Test RecyclerFactory read from XML config.

2021-02-17 Thread Volkan Yazıcı
Good to know. Thanks Matt! On Wed, Feb 17, 2021 at 4:12 PM Matt Sicker wrote: > FYI, the @Named injection has a default based on the parameter name > you annotate, so if you make them match (case matters), then you have > less to specify in the test. > > On Wed, 17 Feb 2021 at 08:10, wrote: > >

Re: [logging-log4j2] 02/02: Test RecyclerFactory read from XML config.

2021-02-17 Thread Matt Sicker
FYI, the @Named injection has a default based on the parameter name you annotate, so if you make them match (case matters), then you have less to specify in the test. On Wed, 17 Feb 2021 at 08:10, wrote: > > This is an automated email from the ASF dual-hosted git repository. > > vy pushed a commi