I have JEdit 5.5 running under JDK8 because I have to. Recently I tried to update the XML plugin because JEdit offered a newer version. After the update the XML plugin stopped working because it requires ErrorList > 2.3, which is not available for JDK 8. I tried to roll back the XML Plugin update, but it kept insisting that ErrorList is too old.
-> Can the XML plugin update be blocked for JEdit 5.5 under JDK8? For ErrorList, this seems possible.
-> How can I rollback the failed update to the XML plugin?
The XML plugin requires ErrorList gt or equal to 2.3. What happened is I released ErrorList 2.4 (java 11) on the same branch as ErrorList 2.3, which hides it in the plugin manager.
Now you should be able to install ErrorList 2.3 from plugin manager or download manually ErrorList 2.3 from http://plugins.jedit.org/plugins/?ErrorList and put the ErrorList.jar in ~/.jedit/jars and restart jEdit to take effect