Ошибка внедрения CompositeAuthenticationProvider в QuarkusJAVA

Программисты JAVA общаются здесь
Anonymous
Ошибка внедрения CompositeAuthenticationProvider в Quarkus

Сообщение Anonymous »

В Quarkus 2 возникает ошибка с подключением Rest Clients. Для каждого запроса к внешнему API я получаю следующую ошибку:

"Ошибка вызова REST API, ошибка внедрения
gen.apis.project.external .v1.api.auth.CompositeAuthenticationProvider$OidcClientRequestFilterDelegateImpl0
gen.apis.project.external.v1.api.auth.CompositeAuthenticationProvider.oidcClientRequestFilterDelegate0"

В application.properties у меня есть следующая конфигурация:

quarkus.openapi-generator.codegen.spec.project_ext_v1_yaml.base-package=gen.apis.project .external.v1
quarkus.openapi-generator.codegen.spec.project_ext_v1_yaml.return-response=true
quarkus.openapi-generator.codegen.spec.project_ext_v1_yaml.client-headers-factory=none
quarkus.openapi-generator.codegen.spec.project_ext_v1_yaml.custom-register-providers=org.tkit.quarkus.rs.interceptor.TransferEncodingFilter

Кто-нибудь знает, что может быть причиной этого?

Подробнее здесь: https://stackoverflow.com/questions/768 ... in-quarkus

Вернуться в «JAVA»