Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

5.4.1-2

Compare
Choose a tag to compare
@xvik xvik released this 15 Jan 21:12
· 159 commits to master since this release
  • [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).