Test-Case for #14753
Test-Case for #14753
Is this test supposed to fail before #14753 is merged?
This PRs base branch is apache:issue-11795, the base for PR #14753 @jdaugherty rebased my original PR into a new one I cannot push to.
OK, but when I run the test added in this PR, with branch 7.0.x checked out, it succeeds.
I would expect it to fail before #14753 is merged.
It makes me wonder if the test validates what it's suppose to validate.
It's likely I'm missing something so I just want to hear if this is expected behavior.
The problem with bundle ordering materalized here when adding a PluginAwareResourceBundleMessageSource messageSource definition and sets own basenames to be able to overwrite other bundles keys in a centralized bundle file. Then the plugin basenames were first in the list, not last. So yes, the test should work against 7.0.0, but also with #14753
Can we add a test for the problem that this fixes? to show it fails in 7 prior to the fix?
@jamesfredley I don't think this should have been merged. We needed a test case that showed this was broken prior to the fixes
@jdaugherty Agreed. I merged to two newest PRs together as a starting point, since it was disjointed and hard to follow across the set of PRs.