We frequently find ourselves in a situation where a change in Openfire breaks a plugin, without us realizing it. It then ends up annoying users, who only sometimes report it to us. We then take some time to address that issue, which adds to the time that the plugin is 'broken.
It would be preferable to know about plugins breaking after a change in Openfire ahead of the Openfire release that contains that change.
This should allow us to:
- release a version of the plugin that sets a
maxServerVersion, ensuring that at least that version will not run with affected future versions of Openfire in a 'clean' manner.
- release a version of the plugin that fixes the incompatibility.
It would be helpful if this can be facilitated by automation. For setting a maxServerVersion, ideally, a PR is created automatically that applies the desired changes to the plugin's plugin.xml file (and related changes to the changelog file). Additionally, an issue should be raised automatically to request the plugin's implementation to be made compatible with the future version of Openfire.
We frequently find ourselves in a situation where a change in Openfire breaks a plugin, without us realizing it. It then ends up annoying users, who only sometimes report it to us. We then take some time to address that issue, which adds to the time that the plugin is 'broken.
It would be preferable to know about plugins breaking after a change in Openfire ahead of the Openfire release that contains that change.
This should allow us to:
maxServerVersion, ensuring that at least that version will not run with affected future versions of Openfire in a 'clean' manner.It would be helpful if this can be facilitated by automation. For setting a
maxServerVersion, ideally, a PR is created automatically that applies the desired changes to the plugin'splugin.xmlfile (and related changes to the changelog file). Additionally, an issue should be raised automatically to request the plugin's implementation to be made compatible with the future version of Openfire.