Modify ↓
Opened 5 years ago
Closed 5 years ago
#18556 closed enhancement (fixed)
[PATCH] Continuous Download should be restartless
Reported by: | taylor.smock | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin continuosDownload | Version: | |
Keywords: | restart, plugin | Cc: |
Description
Its kind of annoying to have to restart JOSM to use this plugin.
This patch does the following:
- Implements the
destroyable
interface as necessary for plugin cleanup (restartless update/removall) - Marks it as a plugin that doesn't have to be restarted on install
- Increases the JOSM eclipse compile version from Java 7 to Java 8
In my short testing, the patch appears to work well.
Attachments (2)
Change History (3)
by , 5 years ago
Attachment: | 18556.patch added |
---|
comment:1 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks! PR merged in https://github.com/JOSM/continuos-download/releases/tag/v1.3.0
Note:
See TracTickets
for help on using tickets.
Allow plugin to be restartless