Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Jdbi3MultiDaoExtension #322

Merged
merged 1 commit into from
Aug 2, 2022
Merged

Conversation

sleberknight
Copy link
Member

  • Add Jdbi3MultiDaoExtension to allow easy use of more than one DAO
    in test classes

Misc:

  • Fix typo in Javadoc in Jdbi3DaoExtension and also fix the link to
    SqlObjectPlugin so that it only shows the class name, not the FQCN
  • Add trailing newline in logback.xml, which I found while temporarily
    changing the log level of JDBI while implementing the test

Closes #321

* Add Jdbi3MultiDaoExtension to allow easy use of more than one DAO
  in test classes

Misc:

* Fix typo in Javadoc in Jdbi3DaoExtension and also fix the link to
  SqlObjectPlugin so that it only shows the class name, not the FQCN
* Add trailing newline in logback.xml, which I found while temporarily
  changing the log level of JDBI while implementing the test

Closes #321
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

96.0% 96.0% Coverage
0.0% 0.0% Duplication

@sleberknight sleberknight marked this pull request as ready for review July 31, 2022 00:32
@chrisrohr chrisrohr merged commit b92bca0 into master Aug 2, 2022
@chrisrohr chrisrohr deleted the 321_add_Jdbi3MultiDaoExtension branch August 2, 2022 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create JDBI 3 extension to support using multiple DAOs in tests
3 participants