unblu / openapi

Java clients to connect to the unblu collaboration server
https://unblu.github.io/openapi/
Apache License 2.0
3 stars 0 forks source link

Use RuntimeException instead of checked exceptions (ApiException) #5

Open dominik-kovacs opened 3 months ago

dominik-kovacs commented 3 months ago

according to docs it's possible to generate the client without checked exceptions https://openapi-generator.tech/docs/generators/java/ parameter useRuntimeException

It would reduce lots of boilerplate code, since these exception are usually converted to unchecked exceptions, not bringing actual value

jmini commented 3 months ago

Thank you for this feedback.

We are currently investigating the impact of such a change.