Category "micronaut-client"

Micronaut application memory issue with httpcall

There was already an issue https://github.com/micronaut-projects/micronaut-core/issues/6623 related to the HTTP call for Micronaut application, which was closed

Micronaut - Error encoding object to JSON: No serializer found for class io.netty.handler.codec.http.cookie.ServerCookieEncoder

Using Micronaut micronautVersion=3.4.3 getting an below exception for the below code @Validated public interface ICategoryOperation { @Get(value = "/{?searc