All codebase moved to the main repository.
Spring Boot Starter for using pg-index-health library in tests.
Using Gradle:
testImplementation 'io.github.mfvanek:pg-index-health-test-starter:0.11.0'
with Kotlin DSL
testImplementation("io.github.mfvanek:pg-index-health-test-starter:0.11.0")
Using Maven:
<dependency>
<groupId>io.github.mfvanek</groupId>
<artifactId>pg-index-health-test-starter</artifactId>
<version>0.11.0</version>
<scope>test</scope>
</dependency>
Requires Java 11
For Java 8 compatible version take a look at release 0.7.0 and lower
Spring Boot | Min JDK | pg-index-health-test-starter |
---|---|---|
2.4.x | 8 | 0.3.x — 0.4.x |
2.5.x | 8 | 0.5.x — 0.6.x |
2.6.x | 8 | 0.7.x |
2.7.x | 11 | 0.8.x — 0.11.x |
- Starting from 0.9.0.1 added support for Spring Boot 3.0
- Starting from 0.10.2 added support for Spring Boot 3.2