Louis Xhaferi

Results 9 comments of Louis Xhaferi

Hey @OlgaMaciaszek 👋🏻 , just asking, as I've seen you mention that `spring-cloud-openfeign` is now under maintenance mode a couple of times: Could you maybe point me to Docs where...

Thank you for sharing that link! :) Still off-topic, but regarding the link to the Spring Interface Client Docs: Nope, still can't see it. But also, when I drill down...

Also one semi important note: Kotlin does not support a `null` type, schema languages often do. Come up with a way to handle it. Some examples `type = ['string', 'null']`...

I'm gonna start implementing this this weekend. Wish me luck. (jk)

Yeah okay I'm not gonna get it done and don't have enough time to make serious progress. I want this to work without a preset and while I still get...

Thanks for the tips, I had those things done, apart from `splitObject: true`. One thing I set out to, was to have the Unions inside of the actual models. Let's...

Hey, I had the same problem when working with FeignClient, which I suppose is similar to the Repository stereotype. Here's an example. [Spring Boot Integration Test](https://github.com/LouisXhaferi/mockk-clearing-issue/blob/main/src/test/kotlin/com/example/mockkclearingissue/BugExampleTest.kt) As to my understanding,...

We ran into a similar (maybe the same?) issue when trying to use polymorphic types, like: ```kotlin @JsonTypeInfo(use = NAME, include = PROPERTY, property = DISCRIMINATOR_PROPERTY) @JsonSubTypes( Type(value = Activate::class,...

It wasn't the same problem I encountered, apparently, as I'm still seeing it in version 2.6.0. ![image](https://github.com/springdoc/springdoc-openapi/assets/52397677/14bdc3eb-5002-4764-82ba-77b2613790db)