Changes between Initial Version and Version 2 of Ticket #16682
- Timestamp:
- 2018-08-24T11:09:43+02:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16682 – Description
initial v2 9 9 - JavaFX is based on native libraries, the plugin must install only those for the current platform. If I remember correctly the JOGL plugin does already something like this. 10 10 - the plugin classes will have to be made available to JOSM core classloader for MP3 support => a new plugin property must be added for this (`Core-Export`?) 11 - the plugin will include OpenJFX 11. As we still need to support Java 8, the plugin must not be loaded on Java <= 10, for compatibility reasons => a new plugin property must be added for this (`M ain-Java-Version`?)11 - the plugin will include OpenJFX 11. As we still need to support Java 8, the plugin must not be loaded on Java <= 10, for compatibility reasons => a new plugin property must be added for this (`Minimum-Java-Version`?)