Skip to content

Commit

Permalink
Simplify outboard statistics generation
Browse files Browse the repository at this point in the history
With MDA 0.10, it's no longer necessary to
duplicate this code.
  • Loading branch information
iay committed Oct 4, 2024
1 parent 8eb7d06 commit bdfed43
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions mdx/uk/verbs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,7 @@
<property name="stages">
<list>
<ref bean="uk_registeredEntities"/>

<!--
The rest of the pipeline is a duplicate of the
uk_statisticsPipeline bean definition. It would
be better to use that, but Pipeline isn't a thing
that can appear within another Pipeline at
present (MDA 0.9.x).
-->

<!-- Apply flow constraints for this flow. -->
<bean id="flowConstraints" parent="ukf.FlowConstraintApplyingStage"
p:flowName="statistics"/>

<ref bean="assemble"/>
<ref bean="uk_generateStatistics"/>
<ref bean="uk_serializeStatistics"/>
<ref bean="uk_statisticsPipeline"/>
</list>
</property>
</bean>
Expand Down

0 comments on commit bdfed43

Please sign in to comment.