combust / mleap

MLeap: Deploy ML Pipelines to Production
https://combust.github.io/mleap-docs/
Apache License 2.0
1.5k stars 310 forks source link

Ground work for making mleap scala 2.13 compatible #864

Closed dotbg closed 1 year ago

dotbg commented 1 year ago
  1. Using sbt 1.9
  2. Using most recent versions of the scala libraries where possible
  3. Replaced scala-arm with more idiomatic scala 2.13+ way (scala-arm was not updated for a long time)
  4. Updated scalatest.
  5. Updated ClassloaderUtils to use java 9 compatible code.
  6. Using java 9 code instead of the commons-io.
dotbg commented 1 year ago

@jsleight thanks a lot! Unfortunately, Tensorflow is not published for my platform, so I debugging that test will take time :(

dotbg commented 1 year ago

@jsleight thanks for the comments, I've finally made the build green