Changes between Version 113 and Version 114 of DevelopersGuide/DevelopingPlugins


Ignore:
Timestamp:
2024-04-19T18:25:13+02:00 (2 months ago)
Author:
Klumbumbus
Comment:

Min. Java 8 -> 11, see #17858

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/DevelopingPlugins

    v113 v114  
    207207== Packaging a plugin ==
    208208=== A plugin is deployed as a single jar ===
    209 A JOSM plugin is deployed as a single **Java 8** jar file. The jar files name must be equal to the plugin name, i.e. {{{routing4all.jar}}}.
     209A JOSM plugin is deployed as a single **Java 11** jar file. The jar files name must be equal to the plugin name, i.e. {{{routing4all.jar}}}.
    210210
    211211The jar file must include
     
    255255
    256256== Publishing a plugin ==
    257 The plugin list a user sees ([/plugin here]) is automatically generated at regular intervals (currently about 10 minutes) from plugin JAR files (**built with Java 8**) that are located in [source:osm/applications/editors/josm/dist/ josm/dist] on the josm.openstreetmap.de SVN repository (referred to as "internal" plugins) and from links that are embedded in the [wiki:/Plugins Plugins] page (referred to as "external" plugins). Each method has advantages and disadvantages.
     257The plugin list a user sees ([/plugin here]) is automatically generated at regular intervals (currently about 10 minutes) from plugin JAR files (**built with Java 11**) that are located in [source:osm/applications/editors/josm/dist/ josm/dist] on the josm.openstreetmap.de SVN repository (referred to as "internal" plugins) and from links that are embedded in the [wiki:/Plugins Plugins] page (referred to as "external" plugins). Each method has advantages and disadvantages.
    258258
    259259Advantages of hosting code externally: