Skip to content

Commit

Permalink
ACS-8120: fix Spring config
Browse files Browse the repository at this point in the history
  • Loading branch information
krdabrowski committed Jun 20, 2024
1 parent d2328cb commit 64217c6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,15 @@
<property name="retry">
<bean class="org.alfresco.hxi_connector.common.config.properties.Retry">
<property name="reasons">
<list merge="false">
<set merge="false">
<value>org.alfresco.hxi_connector.common.exception.EndpointServerErrorException</value>
<value>java.net.UnknownHostException</value>
<value>java.net.MalformedURLException</value>
<value>com.fasterxml.jackson.core.io.JsonEOFException</value>
<value>com.fasterxml.jackson.databind.exc.MismatchedInputException</value>
<value>org.apache.hc.core5.http.NoHttpResponseException</value>
<value>org.apache.hc.core5.http.MalformedChunkCodingException</value>
</list>
</set>
</property>
</bean>
</property>
Expand Down

0 comments on commit 64217c6

Please sign in to comment.