Files
DSpace/dspace/config/spring/api/coar-notify.xml
Mattia Vianelli f2cc19f4a1 Merged in CST-11045 (pull request #1269)
CST-11045 Rest side changes for the review-endorsement-ingest patterns +Checkstyle fix on QAEventServiceImpl

* CST-11045 Rest side changes for the review-endorsement-ingest patterns +Checkstyle fix on QAEventServiceImpl

* CST-11045 Rollback of the 2 changed files containing the patterns

* CST-11045 Changed again the 2 files containing the patterns, error during the tests are logged but not regarding IT class changed


Approved-by: Andrea Bollini
2023-11-11 16:37:09 +00:00

22 lines
867 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd"
default-lazy-init="true">
<bean class="org.dspace.coarnotify.SubmissionCOARNotifyServiceImpl"/>
<bean class="org.dspace.coarnotify.COARNotifyConfigurationService">
<property name="patterns">
<map>
<entry key="coarnotify">
<list>
<value>request-review</value>
<value>request-endorsement</value>
<value>request-ingest</value>
</list>
</entry>
</map>
</property>
</bean>
</beans>