Hi,
setting a scope (e.g. ApplicationScope) on your repositories should fix the warning. Repositories are normally stateless, so using ApplicationScoped should be fine.
Hi,
setting a scope (e.g. ApplicationScope) on your repositories should fix the warning. Repositories are normally stateless, so using ApplicationScoped should be fine.