Michael Edgar
Michael Edgar
I don't think the symbol processing approach will work. The annotation scanning functionality is based on a Jandex index, which itself is based on bytecode. This input this project depends...
If these endpoints are under the non-application path, they would still be picked up from the index by the OpenAPI scanner, right? Or would those end up in a separate...
The Health extension can create a filter that adds those paths to the OpenAPI, but I don't believe metrics has that. If those are not using JAX-RS annotations they're invisible...
@Rekha-Prakash , unfortunately not yet. Hopefully in the next day or two. Did you try using the built-in control schemas? I'm curious if it's any different for you without a...
Can any of those with this issue confirm whether or not your application uses `@RolesAllowed` or `@Authenticated` annotations on your REST endpoint methods? I believe this issue should be fixed...
@marcelinobadin , although `quarkus.smallrye-openapi.oidc-open-id-connect-url` is currently fixed at build time, `quarkus.oidc.auth-server-url` is not. If you do not need to differentiate, you can ignore `quarkus.smallrye-openapi.oidc-open-id-connect-url` and just use `quarkus.oidc.auth-server-url` instead. Let...
@eolivelli , @maoling - please take a look when you have a chance. This replaces https://github.com/apache/zookeeper/pull/1713 that you looked at last year.
@eolivelli , I've made a change that should address the NPE in the new test. Question.. I see errors locally around `org.apache.zookeeper.server.FollowerRequestProcessorTest` having a bad `package` declaration. Is this intended?
@eolivelli , please take another look.
@eolivelli @anmolnar @phunt @symat PTAL. The CI has not yet run with the test fix. Please also note my earlier question regarding `FollowerRequestProcessorTest`. The package declaration does not match the...