Skip to content

Commit

Permalink
SHIBUI-1992
Browse files Browse the repository at this point in the history
Removed defaults:
metadataresolver.enabled:true
  • Loading branch information
chasegawa committed Jul 27, 2021
1 parent f121582 commit 2d94f33
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,8 @@ class TestObjectGenerator {
it.maxRefreshDelay = 'P1D'
it
}
// Changes in MetadataResolver (removing defaults), so adding back those settings here.
it.enabled = Boolean.TRUE
it
}
}
Expand All @@ -543,6 +545,8 @@ class TestObjectGenerator {
it.content = 'content'
it
}
// Changes in MetadataResolver (removing defaults), so adding back those settings here.
it.enabled = Boolean.TRUE
it
}
}
Expand All @@ -556,6 +560,8 @@ class TestObjectGenerator {
it.dynamicMetadataResolverAttributes = new DynamicMetadataResolverAttributes().with {
it
}
// Changes in MetadataResolver (removing defaults), so adding back those settings here.
it.enabled = Boolean.TRUE
it
}
}
Expand All @@ -573,6 +579,8 @@ class TestObjectGenerator {
it.reloadableMetadataResolverAttributes = new ReloadableMetadataResolverAttributes().with {
it
}
// Changes in MetadataResolver (removing defaults), so adding back those settings here.
it.enabled = Boolean.TRUE
it
}
}
Expand All @@ -589,6 +597,8 @@ class TestObjectGenerator {
it.refreshDelayFactor = 0.3
it
}
// Changes in MetadataResolver (removing defaults), so adding back those settings here.
it.enabled = Boolean.TRUE
it
}
}
Expand Down

0 comments on commit 2d94f33

Please sign in to comment.