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

Guillaume Tâche duke at openjdk.org
Fri Aug 4 11:47:43 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.

This pull request has now been integrated.

Changeset: d649a5ea
Author:    Guillaume Tâche <tga at lxdev1.bger.admin.ch>
Committer: Ajit Ghaisas <aghaisas at openjdk.org>
URL:       https://git.openjdk.org/jfx/commit/d649a5ea6b6d85ff33a28c48fd0b9fa920637fa5
Stats:     207 lines in 8 files changed: 204 ins; 0 del; 3 mod

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

Reviewed-by: aghaisas

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

PR: https://git.openjdk.org/jfx/pull/1158


More information about the openjfx-dev mailing list