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

Ajit Ghaisas aghaisas at openjdk.org
Thu Aug 3 10:32:41 UTC 2023


On Wed, 2 Aug 2023 09:47:25 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.
>
> Guillaume Tâche has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8260342: Resolve review comments

Fix looks good!

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

Marked as reviewed by aghaisas (Reviewer).

PR Review: https://git.openjdk.org/jfx/pull/1158#pullrequestreview-1560790673


More information about the openjfx-dev mailing list