Jonas Schmitt

Results 8 comments of Jonas Schmitt

Stumbled into the same Issue - setting `logging.config=classpath:logback-spring.xml` inside the `application.properties` + providing a custom logback XML file solved it for me (thanks @w1rth). Because I stumbled a bit first...

@melanki sadly no. But what I can say is, that it is working in browser based environments (React App built with vite). Not sure if I'm doing something wrong in...

@costa-collibra Would you mind sharing some more insights on this and what exactly you had to tweak in your custom request in order to get it work? 🙏

@costa-collibra oh I see... I thought you provided your own custom request file using: `npx openapi-typescript-codegen --input ./spec.json --output ./generated --request ./request.ts` - https://github.com/ferdikoomen/openapi-typescript-codegen/wiki/Custom-request-file I guess that could be a...

Oh I didn't know about that fork / project 😱 Will check it out 🤝 Thanks for the hint! @jordanshatford @costa-collibra @mrlubos

Thanks for the hint @vlad-ge! Any good reason why to pin version `3.1.0`? If I just go with the latest version I stumble into the following error: ```log [7:28:40 AM]...

Any plan on fixing this before migrating to JS action?

I'm currently facing the same issue - any news on this? > I'm using docker image: `eclipse-mosquitto:2.0.15` **Scenario:** - `Client A` connects and subscribes `$share/group/topic` with `QoS=2` - `Client B`...