quarkus icon indicating copy to clipboard operation
quarkus copied to clipboard

Allow to provide custom HTTP options in REST Client Reactive

Open Sgitario opened this issue 2 years ago • 2 comments

Allow providing custom HTTP options via CDI and for a programmatically created client.

Fix https://github.com/quarkusio/quarkus/issues/26116

Sgitario avatar Jul 01 '22 09:07 Sgitario

cc @computerlove @michalszynkiewicz

Sgitario avatar Jul 01 '22 09:07 Sgitario


:waning_crescent_moon: This workflow status is outdated as a new workflow run has been triggered.


Failing Jobs - Building 605540376203b46232e1d4eb8b48fd2e5a66d712

Status Name Step Failures Logs Raw logs
Initial JDK 11 Build Build Failures Logs Raw logs

Failures

:gear: Initial JDK 11 Build #

- Failing: extensions/resteasy-reactive/rest-client-reactive/deployment 
! Skipped: docs extensions/keycloak-admin-client-reactive/deployment extensions/oidc-client-reactive-filter/deployment and 18 more

:package: extensions/resteasy-reactive/rest-client-reactive/deployment

Failed to execute goal net.revelc.code.formatter:formatter-maven-plugin:2.19.0:validate (default) on project quarkus-rest-client-reactive-deployment: File '/home/runner/work/quarkus/quarkus/extensions/resteasy-reactive/rest-client-reactive/deployment/src/test/java/io/quarkus/rest/client/reactive/CustomHttpOptionsViaInjectedRestClientTest.java' has not been previously formatted. Please format file (for example by invoking `mvn -f extensions/resteasy-reactive/rest-client-reactive/deployment net.revelc.code.formatter:formatter-maven-plugin:2.19.0:format`) and commit before running validation!

quarkus-bot[bot] avatar Jul 01 '22 09:07 quarkus-bot[bot]

@Sgitario this is now causing multiple PRs to fail on the JAX-RS TCK JAXRSClient0133 (see https://github.com/quarkusio/quarkus/pull/27509 for example). If we don't have a quick fix, we'll have to revert it.

geoand avatar Aug 26 '22 06:08 geoand