Skip to content

v1.0.1

Choose a tag to compare

@malczuuu malczuuu released this 01 Oct 20:29
· 48 commits to main since this release

https://central.sonatype.com/artifact/io.github.malczuuu.problem4j/problem4j-core/1.0.1

  1. Maven:
    <dependencies>
        <dependency>
            <groupId>io.github.malczuuu.problem4j</groupId>
            <artifactId>problem4j-core</artifactId>
            <version>1.0.1</version>
        </dependency>
    </dependencies>
  2. Gradle (Kotlin DSL):
    dependencies {
        implementation("io.github.malczuuu.problem4j:problem4j-core:1.0.1")
    }

Fixed

  • Fix typos in status code reason phrases.
  • Fix ProblemImpl#toString to include problem extension fields.
  • Fix ProblemImpl#equals to not perform full fields comparison if objects are the same.
  • Restore missing sanity check for key in ProblemImpl.ExtensionImpl.
  • Ignore invalid data inputed to ProblemBuilder.

Changes: v1.0.0...v1.0.1