Skip to content

Commit

Permalink
[azure-devops-exporter] Update configuration according to changes in …
Browse files Browse the repository at this point in the history
…http client (#2437)

Co-authored-by: Dzmitry Targonsky <dzmitry_targonsky@epam.com>
  • Loading branch information
dtargons and Dzmitry Targonsky committed Feb 1, 2022
1 parent bf49923 commit b8a0370
Showing 1 changed file with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@
factory-method="buildHttpClient" >
<constructor-arg>
<bean parent="httpClientConfig">
<property name="username" value="${azure-devops.username}" />
<property name="password" value="${azure-devops.password}" />
<property name="preemptiveAuthEnabled" value="${azure-devops.preemptive-auth-enabled}" />
<property name="authConfig">
<bean class="org.vividus.http.client.AuthConfig">
<property name="username" value="${azure-devops.username}" />
<property name="password" value="${azure-devops.password}" />
<property name="preemptiveAuthEnabled" value="${azure-devops.preemptive-auth-enabled}" />
</bean>
</property>
<property name="httpResponseHandlers">
<list>
<bean class="org.vividus.http.handler.StatusCodeValidatingHandler" >
Expand Down

0 comments on commit b8a0370

Please sign in to comment.