| I don't agree that this is not possible with Weld. Of course it would be quite some work to do it, but there is no technical show stopper afaict. You might probably need to swap out the Bean<T> for @ApplicationScoped to properly support equals across different BeanManagers. But that should be it. |