NBT-API

NBT-API

98.9k Downloads

Usage of commons-lang NotImplementedException

Derkades opened this issue ยท 2 comments

commented

import org.apache.commons.lang.NotImplementedException;

commons-lang was available in spigot previously but is no longer included, so this now results in a NoClassDefFoundError. Please switch to lang3 and declare it as a dependency:

<dependency>
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-lang3</artifactId>
    <version>3.12.0</version>
</dependency>
commented

I guess this still is a valid issue to be fixed in the next release, to not use a commons exception for that.

commented

nevermind, this is my fault for not having a specific enough relocation policy when shading