Releases: NerdNu/NerdMessage
Releases · NerdNu/NerdMessage
1.3.3
v1.3.2
CAUTION: This release is apparently not working on PvE (the plugin is disabled with an error on startup), though it works in configurations with fewer plugins. I surmise that another plugin is providing the
javax.persistence
dependency in such a way as to confuse class loading by name, or similar.
Ensure that javax.persistence
classes are shaded into the plugin JAR to avoid java.lang.NoClassDefFoundError
.
Apparently we were relying on some other plugin to provide those classes without realising it.