This adds the changes to make the code compile after updates from the scala steward PR.
Specifically:
Downgrade the "com.github.luben" % "zstd-jni" to version 1.5.5-3 because the latest version 1.5.5-11 was introducing a binary incompatibility with the thrift library
Handle the change in the type returned from the Configuration library
Remove the method to wrap the byte array as the ThriftSerializer.serializeToBytes method handles this now
How to test
Tested on CODE that creating an article in composer results in a NotificationSent message received in the Notification Api
What does this change?
This adds the changes to make the code compile after updates from the scala steward PR.
Specifically:
"com.github.luben" % "zstd-jni"
to version1.5.5-3
because the latest version1.5.5-11
was introducing a binary incompatibility with the thrift libraryConfiguration
librarywrap
the byte array as theThriftSerializer.serializeToBytes
method handles this nowHow to test
Tested on CODE that creating an article in composer results in a
NotificationSent
message received in the Notification ApiHow can we measure success?
Have we considered potential risks?
Images
Accessibility