QuickPerf 1.0.1
·
49 commits
to master
since this release
🚀 Improvements
General
- Fix wording on the console: performance property => performance-related property @jeanbisutti
JUnit 5
- Support Test Templates. QuickPerf now works with @ParameterizedTest and @RepeatedTest @loicmathieu
🐛 Bug fixes
JUnit 4 & Spring
-
QuickPerfSpringRunner did not call the Spring TestExecutionListener instances before the test method execution. Fixed bug example @jeanbisutti
-
QuickPerfSpringRunner did not call the Spring TestExecutionListener instances after the test method execution. Fixed bug example
@jeanbisutti
SQL
- @DisableQueriesWithoutBindParameters should not detect the join as unbind parameter @archyoshi
🚧 Build & CI
-
Replace Travis CI with GitHub Actions @jeanbisutti
-
Bump Testcontainers fixing a macOS issue @jeanbisutti
-
Execute Testcontainers tests in the CI @jeanbisutti