Hello! I have a bean with @ApplicationScoped. When I inject Instance<MyInterface> instance and my actual beans implementing MyInstance are dependentscoped they get recreated over and over and are not gc'd.
Expected behavior? Cheers
Hello! I have a bean with @ApplicationScoped. When I inject Instance<MyInterface> instance and my actual beans implementing MyInstance are dependentscoped they get recreated over and over and are not gc'd.
Expected behavior? Cheers