KS. Yim
KS. Yim
I thought this was an intended behavior. Just to clarify the issue description, `ExceptionHandlerFunction` was supposed to always be applied at the same level with `{Request, Response}Converter`?
> Do you have any concerns about this? 🤔 We are currently using `ExceptionHandlerFunction` to catch exceptions raised in some service decorators (e.g. `AuthService`). Does this change imply that those...
Agree with the direction. I was quite confused with the differentiation between `ServerErrorHandler` and `ExceptionHandlerFunction` in the past and the change will make their roles more clear. I was just...
I will send a fix PR 😆.
@Parkkibum95 Thanks, it seems no one has started working on this 😆
@Parkkibum95 Currently, defining a `@Get` mapping alone in `AnnotatedService` does not support `HEAD` requests while other frameworks do. Imagine the following get mapping definitions: ```java // Armeria AnnotatedService @Get("/foo") public...
@Parkkibum95 No worries, I was thinking of modifying `DefaultRoute#apply` method. You may want to see a `HEAD` request is routed even with a `Route` which supports `HttpMethod#GET` but `HttpMethod#HEAD`, but...
@jannfis Same use case here, too. I was able to achieve this by doing the following with v0.9.2: ```yaml registries: - name: private harbor yyy api_url: https://harbor.xxx.com ping: no prefix:...
@minwoox Everything works just fine without any problem except the metadata generation (has no runtime effect). Just couldn't get a help from autocomplete(tested with armeria 1.18.0) which works by looking...
Not sure if we should manually add `gen-src/${sourceSet.name}/[grpc, java]` to java source set with older version of protobuf plugin. If so, we should optionally add `gen-src/${sourceSet.name}/grpc` to java source set...