Opened 4 years ago
Closed 3 years ago
#1959 closed defect (fixed)
i2pbote: Set required Jetty version
Reported by: | zzz | Owned by: | str4d |
---|---|---|---|
Priority: | minor | Milestone: | 0.9.30 |
Component: | apps/plugins | Version: | 0.9.29 |
Keywords: | Cc: | ||
Parent Tickets: | Sensitive: | no |
Description
I verified that the existing 0.4.5 plugin binary will not work on Jetty 9. Recompilation is required. This is as expected, due to bote's extensive use of JSTL/EL.
If you release an 0.4.6 plugin before I2P is released with Jetty 9, please set max-jetty-version=8.9999 in plugin.config.
When you release a new plugin after I2P is released with Jetty 9, please set min-jetty-version=9 and min-i2p-version=0.9.xx in plugin.config. Note that there may also be issues that require code changes, please test.
Subtickets
Change History (1)
comment:1 Changed 3 years ago by
Milestone: | undecided → 0.9.30 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I2P-Bote 0.4.6 set min-jetty-version=9 and min-i2p-version=0.9.30.