Details
-
Bug
-
Resolution: Fixed
-
P4
-
8
Description
The current bundler implementation hard codes and loads the pre-packaged bundlers. There is no accessibility to the outside to add bundlers for stuff like APK and RoboVM without cracking open the source and modifying Bundler either via reflection or class substitution.
These loaders could be driven like a service via the META-INF directory in the jar. Very easily.
These loaders could be driven like a service via the META-INF directory in the jar. Very easily.
Attachments
Issue Links
- relates to
-
JDK-8122354 Backout Service Loader change - cause issue with SceneBuilder
- Closed