Ricardo Gaspar
Ricardo Gaspar
Hello everyone, ##### **Overview of the issue** Due to the fix for [SQL Injection in Reactive project](https://github.com/jhipster/generator-jhipster/issues/18269) included with Release 7.8.1 (2022-04-07) where jhipster has replaced the Criteria with Condition...
Hi, For grafana versions greater than 6.6.2, it is not possible to get data from the camptocamp-prometheus-alertmanager-datasource. The following error is thrown on the http request Window.fetch: HEAD or GET...
Hi, I have two api each one using a different bearer token. In the first api the bearer token is set using ServerOAuth2AuthorizedClientExchangeFilterFunction, as follow: ```java @Slf4j @Configuration @RequiredArgsConstructor public...
Hi, I do not understand why we cannot set the returned target type on a method… This is my feign reactive interface for accessing the Fargo API ```java package com.gv.zeppelin.service.fargo;...