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
@@ -67,6 +71,7 @@ public void destroy(AppContext context){}
67
71
*/
68
72
publicvoidsetInjector(Injectorinjector){
69
73
if(!Configuration.isTesting()){
74
+
logger.warn("WARNING!!! Method Bootstrap#setInjector(Injector) is deprecated and will be removed in future versions. Please switch to Bootstrap#getInjector() instead.");
0 commit comments