chill
chill copied to clipboard
Scala extensions for the Kryo serialization library
Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from 3.5.8 to 3.5.9. [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.5.9) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.5.8...v3.5.9) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
Updates [org.scoverage:sbt-scoverage](https://github.com/scoverage/sbt-scoverage) from 1.9.3 to 2.0.2. [GitHub Release Notes](https://github.com/scoverage/sbt-scoverage/releases/tag/v2.0.2) - [Version Diff](https://github.com/scoverage/sbt-scoverage/compare/v1.9.3...v2.0.2) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
**Describe the bug** Broken deserialization of Avro schemas in Java 17 **To Reproduce** ``` import com.twitter.chill.{KryoPool, ScalaKryoInstantiator} import org.apache.avro.Schema object Test extends App { private val pool: KryoPool = ScalaKryoInstantiator.defaultPool...
In currently latest version of twitter::chill, kryo-shaded 4.0.2 is used, which has security vulnerability BDSA-2016-1151: Allows DoS via Java Serialization API. And this security risk is fixed in kryo 5.3.0....
Updates [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.19.1 to 3.19.4. [GitHub Release Notes](https://github.com/protocolbuffers/protobuf/releases/tag/v3.19.4) - [Version Diff](https://github.com/protocolbuffers/protobuf/compare/v3.19.1...v3.19.4) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
cc @regadas if you have time. It's really frustrating how much churn scalafmt brings.
Updates org.scala-lang:scala-library from 2.13.7 to 2.13.8. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...
Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from 1.5.5 to 1.5.8. [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.5.8) - [Version Diff](https://github.com/sbt/sbt/compare/v1.5.5...v1.5.8) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
Updates [org.apache.storm:storm-core](https://git-wip-us.apache.org/repos/asf/storm) from 1.0.6 to 1.2.4. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...
This updates Kryo to the latest version. The previous 4.0.2 version was released over 2 years ago. Since then there have been many updates and fixes. This link has an...