Andrew Rouse
Andrew Rouse
> `If one of the {@code class_name} or {@code injection_point_name} cannot be determined, the value has to be provided.` So if the parameter name can't be determined from the class...
> Specifically, why should the bound(s) of the type variable be assignable to or assignable from the upper bound? That seems pretty weird to me. Thought about this a bit...
@jansupol For my use case yes, I would want to include both the ApplicationPath and any context root. I don't have a strong opinion as to whether that should be...
I'm not sure what you mean by "the actual resource" here. The concept of the "route" is defined by the OpenTelemetry Specification as the path template (in whatever format is...
Submitted #528 to add headers to Java source files which don't have them. Based on the eclispe handbook, we should really have a header in every file which allows it...
We did ask the question in the last spec call as to whether we should switch to a header which doesn't explicitly name the copyright holder. [Jakarta Data do this](https://github.com/jakartaee/data/blob/main/api/src/main/java/jakarta/data/Direction.java#L1-L17)...
Still to do on this issue: - [x] remove the references to `@authors` and `copyright.txt` from the file headers #540 - [ ] add copyright headers to non-Java files which...
> Looks like jakarta.servlet.http.HttpServletResponse is another exception. @Azquelt Does CDI have any equivalents for these? No, the only beans I'm aware of provided by CDI are in the [spec section...
I'll have a read through this, but for reference the place where we call smallrye OpenAPI in OpenLiberty is here: https://github.com/OpenLiberty/open-liberty/blob/a0f4167ee6dfad2d80a420d32ea410d4df239542/dev/io.openliberty.microprofile.openapi.2.0.internal/src/io/openliberty/microprofile/openapi20/internal/ApplicationProcessor.java#L301
The OpenAPI warnings relate to https://github.com/OpenLiberty/open-liberty/issues/17069 When OpenAPI scans your classes to to create OpenAPI schema, it only considers classes which are in your application, plus a predefined list of...