Bernhard Danecker

Results 5 issues of Bernhard Danecker

currently OrmLiteConfigUtil scans the project directory only for `.java` files and ignores the rest. As kotlin is gaining more and more popularity it would make sense to support those files...

#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [x]...

Issue: Bug

fixes #14765 JsonNullable was implemented incorrectly, checking for nullable property instead of required property as originally defined by OpenAPI Spec This is a major breaking change and this PR should...

This change adds new Method signatures to the `HostConfiguration` in regards of `AddApiHttpClients` to support also the `AddHttpClient(Action configureClient)` variant. This allows to access the `ServiceProvider` during configuration which can...

`TokenProvider.GetAsync()` was declared with visibility modifier `internal`. This resulted in a generated class which could only be implemented in the same module, although the class itself is declared as `public`...