Michael Edgar

Results 220 comments of Michael Edgar

@sclorng - you should be able to set the `type` to `null` with an `org.eclipse.microprofile.openapi.OASFilter` implementation. The model that results from the annotation scan would be made available for modification.

This should be supported, reference https://swagger.io/docs/specification/data-models/data-types/#any

@sclorng , you should be able to accomplish this by setting the following property. ``` mp.openapi.schema.java.lang.Object={ "name": "AnyType" } ``` Then, given this POJO: ```java @Schema(name = "TestBean") class Bean...

Close when [`actions/setup-java`](https://github.com/actions/setup-java/releases) and [`github/codeql-action`](https://github.com/github/codeql-action/releases) release updates and no longer trigger `set-output` warnings.

@lthasle, how many different paths/operations do you add the `@Parameter` annotation to? Would it be an option to provide an `OASFilter` implementation that adds it after the scanner completes? I'm...

Hi @Raptoer, what is your requirement? There may be better-supported alternate approaches that rely on standard interfaces intended for application use. The `AnnotationScanner` interface is an internal type and shouldn't...

@Raptoer , what type of annotations are you dealing with? Something entirely custom to your application domain?

> I tried just using the class loader in the filter when it get activated, but I don't seem to have access to my application classes at that time. How...

@snazy thanks for opening this. Is the expectation that the anchors would be supported when reading a static file, but not present in the final OpenAPI model -- since they...

@amoscatelli , seems reasonable to me.