I am writing a java library module in Micronaut which has an httpClient. The idea is that my microservices will use this library as a jar dependency and use the
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
Using Micronaut micronautVersion=3.4.3 getting an below exception for the below code @Validated public interface ICategoryOperation { @Get(value = "/{?searc