Evaluate ComponentSerializer services #59
Labels
platform: bukkit
platform: bungeecord
platform: sponge
type: question
Further information is requested
With 4.8.0,
ComponentSerializer
services are available to customize how serializers are initialized.Classloading on Bukkit makes
ServiceLoader
a bit fragile, but would it be worth implementing these on the platforms?There is the additional issue of this causing problems for users who shade without enabling the appropriate service file transformers -- the serializer services will silently fail to initialize, leading to more support requests.
The text was updated successfully, but these errors were encountered: