Merge pull request #10954 from DSpace/backport-10870-to-dspace-9_x

[Port dspace-9_x] Remove duplicate maxRetry bean definitions
This commit is contained in:
Tim Donohue
2025-06-23 12:39:50 -05:00
committed by GitHub
11 changed files with 4 additions and 40 deletions

View File

@@ -317,4 +317,8 @@
class="org.dspace.importer.external.openalex.metadatamapping.OpenAlexFunderFieldMapping"> class="org.dspace.importer.external.openalex.metadatamapping.OpenAlexFunderFieldMapping">
</bean> </bean>
<bean class="java.lang.Integer" id="maxRetry">
<constructor-arg value="3"/>
</bean>
</beans> </beans>

View File

@@ -109,8 +109,4 @@
<constructor-arg value="dc.description.abstract"/> <constructor-arg value="dc.description.abstract"/>
</bean> </bean>
<bean class="java.lang.Integer" id="maxRetry">
<constructor-arg value="3"/>
</bean>
</beans> </beans>

View File

@@ -114,8 +114,4 @@
<entry key="http://arxiv.org/schemas/atom" value="arxiv" /> <entry key="http://arxiv.org/schemas/atom" value="arxiv" />
</util:map> </util:map>
<bean class="java.lang.Integer" id="maxRetry">
<constructor-arg value="3"/>
</bean>
</beans> </beans>

View File

@@ -102,8 +102,4 @@
<entry key="http://www.w3.org/2000/01/rdf-schema#" value="rdfs" /> <entry key="http://www.w3.org/2000/01/rdf-schema#" value="rdfs" />
</util:map> </util:map>
<bean class="java.lang.Integer" id="maxRetry">
<constructor-arg value="3"/>
</bean>
</beans> </beans>

View File

@@ -159,8 +159,4 @@
<constructor-arg value="dc.publisher"/> <constructor-arg value="dc.publisher"/>
</bean> </bean>
<bean class="java.lang.Integer" id="maxRetry">
<constructor-arg value="3"/>
</bean>
</beans> </beans>

View File

@@ -129,8 +129,4 @@
<entry key="http://www.epo.org/exchange" value="ns" /> <entry key="http://www.epo.org/exchange" value="ns" />
</util:map> </util:map>
<bean class="java.lang.Integer" id="maxRetry">
<constructor-arg value="3"/>
</bean>
</beans> </beans>

View File

@@ -220,8 +220,4 @@
</bean> </bean>
--> -->
<bean class="java.lang.Integer" id="maxRetry">
<constructor-arg value="3"/>
</bean>
</beans> </beans>

View File

@@ -150,10 +150,6 @@
</util:map> </util:map>
<bean class="java.lang.Integer" id="maxRetry">
<constructor-arg value="2"/>
</bean>
<bean class="org.dspace.importer.external.pubmed.metadatamapping.transform.GeneratePubmedQueryService" id="pubmedService"> <bean class="org.dspace.importer.external.pubmed.metadatamapping.transform.GeneratePubmedQueryService" id="pubmedService">
<description>Defines how an org.dspace.content.Item is mapped to a query in scopus. Please note that exactly one of <description>Defines how an org.dspace.content.Item is mapped to a query in scopus. Please note that exactly one of
these must be present. If multiple are present the result is undefined. these must be present. If multiple are present the result is undefined.

View File

@@ -156,8 +156,4 @@
<entry key="http://www.scholix.org" value="slx" /> <entry key="http://www.scholix.org" value="slx" />
</util:map> </util:map>
<bean class="java.lang.Integer" id="maxRetry">
<constructor-arg value="3"/>
</bean>
</beans> </beans>

View File

@@ -260,8 +260,4 @@
<entry key="http://www.w3.org/2005/Atom" value="ns" /> <entry key="http://www.w3.org/2005/Atom" value="ns" />
</util:map> </util:map>
<bean class="java.lang.Integer" id="maxRetry">
<constructor-arg value="3"/>
</bean>
</beans> </beans>

View File

@@ -99,10 +99,6 @@
<constructor-arg value="dc.contributor.author"/> <constructor-arg value="dc.contributor.author"/>
</bean> </bean>
<bean class="java.lang.Integer" id="maxRetry">
<constructor-arg value="3"/>
</bean>
<!-- Below there are other mapping that apply to an extended configuration in use for instance at the vuFind installation <!-- Below there are other mapping that apply to an extended configuration in use for instance at the vuFind installation
of ALICIA https://alicia.concytec.gob.pe/vufind/Search/Results?type=AllFields --> of ALICIA https://alicia.concytec.gob.pe/vufind/Search/Results?type=AllFields -->