Michael Edgar
Michael Edgar
@dhoffer , in case it was lost can you confirm if this same thing happens with the latest Quarkus release, specifically 3.15.1, rather than the SNAPSHOT? There have been changes...
Just to mention it, seems odd that the exception mentions that jars, as if one of them is open in a file explorer or something (?). I would think a...
@dhoffer , one more thing - you've mentioned elsewhere that you're using filters, etc. Can you confirm that none of your OASFilter implementations are loading `META-INF/openapi.json` and not closing it?
I reproduced it in github using the reproducer project, so I'll try to dig in that way.
There seems to be something very odd occurring with an InputStream obtained by the classloader. I've disabled the entire Smallrye OpenAPI builder method that handles static files [1] and added...
Still a work-in-progress, needs lots of testing and feedback/comments on whether this seems generally viable :)
> It does seem highly related to SchemaSwap - at least for the usage of implemenation or type. Yes, I think the `implementation` attribute would be somewhat similar to `SchemaSwap`,...
> This proposal is highly related to `SchemaSwap` and `SchemaFrom`, have you attempted to implement the required functionality using one of the above? I have not. Ultimately the problem with...
> Correct me if I'm wrong, but is being proposed (and what is already supported) emcompasses: > > * swap to > * a class / implementation > * to...
> While CRDs do use a format that resembles OpenAPI(but doesn't match 1:1), they remain fundamentally different in some important ways. For example, I’ve yet to encounter a CRD that...