Re: CI of Components...

2016-08-06 Thread Karl Heinz Marbaise
Hi Robert, On 8/6/16 3:27 PM, Robert Scholte wrote: Hi Karl Heinz, the interface and implementation of the logger are separated. It should pick up the logger implementation as defined for the Maven runtime. If that's not the case, then we have an issue here. It works as you describe it..no p

Re: CI of Components...

2016-08-06 Thread Robert Scholte
Hi Karl Heinz, the interface and implementation of the logger are separated. It should pick up the logger implementation as defined for the Maven runtime. If that's not the case, then we have an issue here. thanks, Robert On Sat, 06 Aug 2016 13:01:55 +0200, Karl Heinz Marbaise wrote:

Re: CI of Components...

2016-08-06 Thread Karl Heinz Marbaise
Of course the subject should be "DI of Components" .. Kind regards Karl Heinz On 8/6/16 1:01 PM, Karl Heinz Marbaise wrote: Hi, i have a question concerning DI If I have the following code: public class XX { @Inject private ScmManager scmManager; During the run in Maven this will

CI of Components...

2016-08-06 Thread Karl Heinz Marbaise
Hi, i have a question concerning DI If I have the following code: public class XX { @Inject private ScmManager scmManager; During the run in Maven this will automatically looked up and injected into this attribute...so fine so far... But is it possible to provide a different logge