All Versions
8
Latest Version
Avg Release Cycle
497 days
Latest Release
1905 days ago

Changelog History

  • v1.7.0 Changes

    January 30, 2019

    ๐Ÿ‘ Scala 2.12 is now supported.

  • v1.6 Changes

    August 06, 2016

    #1 Add JLine for keyboard navigation
    #2 Add completion based on JLine
    ๐Ÿ–จ #11 BUG: println("hello") outputs empty line
    โœ… #13 When Scala hasn't been loaded, load the latest available version, instead of the hard coded 2.11.4
    #14 Avoid blocking socket reads to infinitely block threads created by Scalive in target process

  • v1.5 Changes

    December 31, 2014

    โšก๏ธ Update Scala from 2.11.2 to 2.11.4.

  • v1.4 Changes

    October 30, 2014

    โšก๏ธ Update Scala from 2.11.1 to 2.11.2.

  • v1.3 Changes

    December 31, 2014

    โšก๏ธ Update Scala from 2.11.0 to 2.11.1:
    https://groups.google.com/forum/#!topic/akka-user/mEcBXRr9Kto

    ๐Ÿš€ > Users of distributed systems that rely on serialization to exchange objects (such as akka) should upgrade to Scala 2.11.1 (and akka 2.3.3) immediately. We also strongly recommend that libraries that themselves declare classes with @serialversionuid annotations release a new version and ask their Scala 2.11 users to upgrade.

  • v1.2 Changes

    December 30, 2014

    0๏ธโƒฃ This version loads Scala 2.11.0 by default.

  • v1.1 Changes

    December 31, 2014
    • โž• Add .jar files of Scala 2.10.4
    • โœ‚ Remove .jar files of Scala 2.10.2
  • v1.0 Changes

    December 31, 2014

    Known issues:

    For simplicity and to avoid memory leak when you attach/detach many times,
    0๏ธโƒฃ Scalive only supports processes with only the default system class loader,
    without additional class loaders (Ex: normal standalone JVM processes, like
    Play or
    Xitrum in production mode).

    ๐Ÿ–จ Processes with multiple class loaders like
    ๐Ÿ‘ SBT are not supported.

    These features will be added in the future: