RFR: 8260342: FXMLLoader fails to load a sub layout using fx:include with the resources attribute

Kevin Rushforth kcr at openjdk.org
Wed Jun 21 12:58:13 UTC 2023


On Wed, 21 Jun 2023 10:43:39 GMT, Guillaume Tâche <duke at openjdk.org> wrote:

> This fixes ResourceBundle loading by calling `ResourceBundle.getBundle(value, Locale.getDefault())` when the loader resources are null or their classloader is null.    
> Apparently the original author of the bug report said they would submit a pull request, but it seems like it never happened.

@gtache Please enable GitHub Actions workflows on your repo, and then push an empty commit to do a GHA run.

@aghaisas Can you review this (including indicating whether you think it needs a second reviewer)?

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1158#issuecomment-1600784203


More information about the openjfx-dev mailing list