Skip to content

Commit

Permalink
Remove stages that add default encryption algorithms to output pipelines
Browse files Browse the repository at this point in the history
The previous commit added default encryption algorithms to the input
pipelines, so there is nothing to do in the output pipeline. Therefore
this commit is pure refactoring.

See ukf/ukf-meta#243 for details
  • Loading branch information
Alex Stuart committed Aug 26, 2022
1 parent 559d3b6 commit 9d4b5b6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions mdx/uk/generate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,6 @@
p:cacheDuration="${cacheDuration.aggregate.duration}"/>
<ref bean="stripEntityScopes"/>

<ref bean="uk_add_cbc_encryption"/>

<ref bean="uk_finaliseProduction"/>
<ref bean="uk_normaliseNamespaces"/>

Expand Down Expand Up @@ -600,7 +598,6 @@
<bean parent="mda.SetCacheDurationStage"
p:cacheDuration="${cacheDuration.aggregate.duration}"/>
<ref bean="stripEntityScopes"/>
<ref bean="uk_add_cbc_encryption"/>
<ref bean="stripEmptyExtensions"/>
<ref bean="uk_finaliseFallback"/>
<ref bean="uk_normaliseFallback"/>
Expand Down Expand Up @@ -659,8 +656,6 @@
p:cacheDuration="${cacheDuration.aggregate.duration}"/>
<ref bean="stripEntityScopes"/>

<ref bean="uk_add_cbc_encryption"/>

<ref bean="uk_finaliseTest"/>
<ref bean="uk_normaliseTest"/>

Expand Down Expand Up @@ -775,8 +770,6 @@
<ref bean="stripEntityScopes"/>
<ref bean="stripEmptyExtensions"/>

<ref bean="uk_add_cbc_encryption"/>

<ref bean="uk_finaliseExport"/>

<bean id="uk_normaliseExport" parent="mda.XSLTransformationStage"
Expand Down Expand Up @@ -878,8 +871,6 @@
<ref bean="stripEntityScopes"/>
<ref bean="stripEmptyExtensions"/>

<ref bean="uk_add_cbc_encryption"/>

<ref bean="uk_finaliseExport"/>

<bean id="uk_normaliseExportPreview" parent="mda.XSLTransformationStage"
Expand Down

0 comments on commit 9d4b5b6

Please sign in to comment.