On Wed, 21 Jun 2023 10:43:39 GMT, Guillaume Tâche <d...@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 <t...@lxdev1.bger.admin.ch> Committer: Ajit Ghaisas <aghai...@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