Closed myou11 closed 11 months ago
Hi @myou11, thanks for reporting this issue and we apologize for the inconvenience caused. We will release a patch release with the necessary fix within the next few hours.
v1.35.1 resolves this issue. Please ugprade to the latest patch version!
it works! Thank you @seratch!
Reproducible in:
The Slack SDK version
Java Runtime version
OS info
Steps to reproduce:
I tried to do a file upload of a JSON string using the
FilesUploadV2Request
builder, but there is aClassNotFoundException
withorg.glassfish.grizzly.utils.Charsets
. I am using the builder below:Is there something I am missing in the client installation that is causing
glassfish.grizzly
to not be installed?It works when I use the V1
FilesUploadRequest.builder()
. I only decided to switch due to a message logged mentioning V2.Expected result:
filesUploadV2
should have the necessary dependencies after installing the slack-api-client through mavenActual result: