You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lot of users have ran into linkage errors due to not upgrading their addon jars when they upgraded LibertyBans.
We could, for example, bundle addon jars into the main jar. Then a command such as /libertybans addon install <addon> would extract the addon and prompt the admin to restart the server. Later, we can check the shasum of addon jars and update them if necessary.
The purpose of addons is to organize features to make the codebase and functionality more approachable to developers and users. Their separation is not intended to reduce jar sizes.
The text was updated successfully, but these errors were encountered:
I have confirmed that ...
Description
A lot of users have ran into linkage errors due to not upgrading their addon jars when they upgraded LibertyBans.
We could, for example, bundle addon jars into the main jar. Then a command such as
/libertybans addon install <addon>
would extract the addon and prompt the admin to restart the server. Later, we can check the shasum of addon jars and update them if necessary.The purpose of addons is to organize features to make the codebase and functionality more approachable to developers and users. Their separation is not intended to reduce jar sizes.
The text was updated successfully, but these errors were encountered: