mfvanek / pg-index-health-test-starter

Spring Boot Starter for pg-index-health

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pg-index-health-test-starter

Spring Boot Starter for using pg-index-health library in tests.

Java CI Maven Central License: Apache 2.0 codecov javadoc

Bugs Vulnerabilities Code Smells Lines of Code Coverage

Mutation testing badge OpenSSF Best Practices

Installation

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>

Compatibility

Java versions

Requires Java 11
For Java 8 compatible version take a look at release 0.7.0 and lower

Spring Boot versions

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

Spring Boot 3 compatibility

  • 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

About

Spring Boot Starter for pg-index-health

License:Apache License 2.0


Languages

Language:Java 81.2%Language:Kotlin 18.8%