Re: Spring detecting MockPluginCommand and logging WARN in integration tests

2018-11-16 Thread Kirk Lund
Yep! I have a fixed version now that will not fail due to springshell. On Fri, Nov 16, 2018 at 1:07 PM Jens Deppe wrote: > If this test is already applying a custom log configuration, could it not > also turn down the logging for org.springframework.shell? > > --Jens > > On Fri, Nov 16, 2018 at

Re: Spring detecting MockPluginCommand and logging WARN in integration tests

2018-11-16 Thread Jens Deppe
If this test is already applying a custom log configuration, could it not also turn down the logging for org.springframework.shell? --Jens On Fri, Nov 16, 2018 at 12:53 PM Kirk Lund wrote: > I checked the DUnit grep for suspect strings and it's ignore WARNING log > level. So we may DUnit tests

Re: Spring detecting MockPluginCommand and logging WARN in integration tests

2018-11-16 Thread Kirk Lund
I checked the DUnit grep for suspect strings and it's ignore WARNING log level. So we may DUnit tests that are generating the same warning log from org.springframework.shell.core.CommandMarker without causing any tests to fail. On Fri, Nov 16, 2018 at 12:43 PM Kirk Lund wrote: > The new logging