This repository has been archived by the owner on Jul 5, 2023. It is now read-only.
5.4.1-2
- [jdbi3]
- Fix NPE on repository injection point (
@Inject
in interface) after .printGuiceAopMap() enabling - Support repository recognition from binding target: bind(Base.class).to(Repository.class) (where Repository extends Base)
This is a very special case when repository "implementation" (actual queries) could be "pluggable"
(e.g. jdbi repository implementation is only one type of possible implementation).
- Fix NPE on repository injection point (