google / guice

Guice (pronounced 'juice') is a lightweight dependency injection framework for Java 11 and above, brought to you by Google.
https://github.com/google/guice
Apache License 2.0
12.51k stars 1.67k forks source link

JpaFinderProxy is not explicitly bound #1831

Open anuragagarwal561994 opened 2 months ago

anuragagarwal561994 commented 2 months ago

When declaring JpaPersist module with binder().requireExplicitBindings(); in another private module, the above exception is thrown, which leads to the parent module to turn off this setting.