You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Considering this behavior stretches back to Velocity 1.0.0, I'm not sure this qualifies as a bug. Changing this now would be a backwards-incompatible change that would have to wait for Polymer.
Since JavaPluginLoader#createPlugin doesn't provide a stage when creating the injector, it defaults to
DEVELOPMENT
(see the guice docs).I think it should default to
PRODUCTION
and should be a command line or configuration option. The stage is important as it affects how singletons are initialised.The text was updated successfully, but these errors were encountered: