HubSpot/dropwizard-guice

AutoConfig should ignore anonymous class

Opened this issue · 1 comments

Otherwise this will not work:

rule.manage(new Managed() { /* code */ } );

Because it will attempt to pull the instance from Guice.

Note: this applies to integration test with DropwizardTestSupport