https://central.sonatype.com/artifact/io.github.malczuuu.problem4j/problem4j-core/1.1.1
- Maven:
<dependencies> <dependency> <groupId>io.github.malczuuu.problem4j</groupId> <artifactId>problem4j-core</artifactId> <version>1.1.1</version> </dependency> </dependencies>
- Gradle (Kotlin DSL):
dependencies { implementation("io.github.malczuuu.problem4j:problem4j-core:1.1.1") }
Fixed
- Add
null-checks of builder methods that convertStringtoURI. - Update
ProblemBuilderImpl#status(ProblemStatus), so it updatestitleautomatically only if it wasnullor was implicitly assigned withProblemStatus
Changes: v1.1.0...v1.1.1