belgif / rest-problem-java

Java library for RFC 9457 Problems with support for standard problem types of the Belgif REST guide (https://www.belgif.be/specification/rest/api-guide/#error-handling)
https://belgif.github.io/rest-problem-java/
Apache License 2.0
3 stars 0 forks source link

Improve test coverage for belgif-rest-problem-java-ee #40

Closed jpraet closed 4 months ago

jpraet commented 4 months ago

Also fixes a bug in the ProblemClientBuilder: the delegate methods should return the ProblemClientBuilder instead of the delegate ClientBuilder.

jpraet commented 4 months ago

JDK dynamic proxies in ProblemSupport not fully tested yet. I'll do that in another PR because the code looks like it can be refactored.

sonarcloud[bot] commented 4 months ago

Quality Gate Passed Quality Gate passed

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
100.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud