Skip to content

Commit

Permalink
TRUNK-6188: Add whitelisting for components loaded via XStream
Browse files Browse the repository at this point in the history
  • Loading branch information
dkayiwa committed Aug 30, 2024
1 parent 8757a6d commit c2470d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions omod/src/main/resources/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@
<description>Clean open appointments at end of the day.
</description>
</globalProperty>
<globalProperty>
<property>${project.parent.artifactId}.serializer.whitelist.types</property>
<defaultValue>org.openmrs.module.appointmentschedulingui.reporting.converter.AppointmentStatusToLocalizedStatusTypeConverter,org.openmrs.module.appointmentscheduling.reporting.dataset.definition.AppointmentDataSetDefinition</defaultValue>
<description>Add whitelisting for components loaded via XStream TRUNK-6188</description>
</globalProperty>

<!-- Module Activator -->
<activator>${project.parent.groupId}.${project.parent.artifactId}.AppointmentActivator
Expand Down

0 comments on commit c2470d3

Please sign in to comment.