Skip to content

Releases: xitrum-framework/scalive

1.7.0

30 Jan 13:24
Compare
Choose a tag to compare

Scala 2.12 is now supported.

1.6

06 Aug 16:12
Compare
Choose a tag to compare
1.6

#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

1.5

31 Dec 00:03
Compare
Choose a tag to compare
1.5

Update Scala from 2.11.2 to 2.11.4.

1.4

30 Oct 03:44
Compare
Choose a tag to compare
1.4

Update Scala from 2.11.1 to 2.11.2.

1.3

31 Dec 00:03
Compare
Choose a tag to compare
1.3

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.

1.2

30 Dec 23:31
Compare
Choose a tag to compare
1.2

This version loads Scala 2.11.0 by default.

1.1

31 Dec 00:03
Compare
Choose a tag to compare
1.1
  • Add .jar files of Scala 2.10.4
  • Remove .jar files of Scala 2.10.2

1.0

31 Dec 00:03
Compare
Choose a tag to compare
1.0

Known issues:

For simplicity and to avoid memory leak when you attach/detach many times,
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: