v1.0.1
https://central.sonatype.com/artifact/io.github.malczuuu.problem4j/problem4j-core/1.0.1
- Maven:
<dependencies> <dependency> <groupId>io.github.malczuuu.problem4j</groupId> <artifactId>problem4j-core</artifactId> <version>1.0.1</version> </dependency> </dependencies>
- Gradle (Kotlin DSL):
dependencies { implementation("io.github.malczuuu.problem4j:problem4j-core:1.0.1") }
Fixed
- Fix typos in status code reason phrases.
- Fix
ProblemImpl#toStringto include problem extension fields. - Fix
ProblemImpl#equalsto not perform full fields comparison if objects are the same. - Restore missing sanity check for
keyinProblemImpl.ExtensionImpl. - Ignore invalid data inputed to
ProblemBuilder.
Changes: v1.0.0...v1.0.1