Phillip Webb
Phillip Webb
Looking into this and I wonder if we should have a `ApplicationResourceLoader` constructor that allows us to specify a different classloader for the `SpringFactoriesLoader`? I think that might help bring...
https://github.com/philwebb/gh-42468 reproduces the issue (in a slightly different form)
I've created #42838 to consider the broader classloader issue so we can target a focused fix for this specific problem in 3.3.x.
Reopening because I missed the `BundleContentProperty` class
@jzheaux Any thoughts on this?
@iNikem Nothing imminent I'm afraid. We're currently working on other items that we need to get in to 2.0 because they will break back compatibility.
This would be a breaking change since `MustacheResourceTemplateLoader.setCharset(String)` is public API. I think we could add an overloaded method at some point and possibly also deprecate `org.springframework.boot.mustache.autoconfigure.MustacheProperties.getCharsetName()`.
This will also effect `RootUriRequestExpectationManager`.
@waffel I've re-opened the issue but it might take a while for us to get to this. Feel free to share the sample that you have created so far.