Describe the bug
While shading javalin ssl inside of spigot plugin, hpack http2 class is not included inside of ServiceLoaders, resulting
ERR_CONNECTION_CLOSED
Fixed by adding org.apache.maven.plugins.shade.resource.ServicesResourceTransformer transformer. Docs should be updated accordingly.
Screenshots

Describe the bug
While shading javalin ssl inside of spigot plugin, hpack http2 class is not included inside of ServiceLoaders, resulting
ERR_CONNECTION_CLOSEDFixed by adding
org.apache.maven.plugins.shade.resource.ServicesResourceTransformertransformer. Docs should be updated accordingly.Screenshots
