Skip to content

v2.2.1

Choose a tag to compare

@malczuuu malczuuu released this 26 Feb 20:02
· 74 commits to main since this release
Immutable release. Only release title and notes can be modified.

Spring Boot

https://central.sonatype.com/namespace/io.github.problem4j

  1. Maven:
    <dependencies>
        <!-- pick one for your project -->
        <dependency>
            <groupId>io.github.problem4j</groupId>
            <artifactId>problem4j-spring-webflux</artifactId>
            <version>2.2.1</version>
        </dependency>
        <dependency>
            <groupId>io.github.problem4j</groupId>
            <artifactId>problem4j-spring-webmvc</artifactId>
            <version>2.2.1</version>
        </dependency>
    </dependencies>
  2. Gradle (Kotlin DSL):
    dependencies {
        // pick one for  your project
        implementation("io.github.problem4j:problem4j-spring-webflux:2.2.1")
        implementation("io.github.problem4j:problem4j-spring-webmvc:2.2.1")
    }

Changed

  • Bump problem4j-core to 1.4.2.
  • Bump problem4j-jackson2 to 1.4.2.
  • Bump problem4j-jackson3 to 1.4.2.