Skip to content

Releases: xitrum-framework/scalive

1.7.0

Choose a tag to compare

@ngocdaothanh ngocdaothanh released this 30 Jan 13:24

Scala 2.12 is now supported.

1.6

1.6

Choose a tag to compare

@ngocdaothanh ngocdaothanh released this 06 Aug 16:12

#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

1.5

Choose a tag to compare

@ngocdaothanh ngocdaothanh released this 31 Dec 00:03

Update Scala from 2.11.2 to 2.11.4.

1.4

1.4

Choose a tag to compare

@ngocdaothanh ngocdaothanh released this 30 Oct 03:44

Update Scala from 2.11.1 to 2.11.2.

1.3

1.3

Choose a tag to compare

@ngocdaothanh ngocdaothanh released this 31 Dec 00:03

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

1.2

Choose a tag to compare

@ngocdaothanh ngocdaothanh released this 30 Dec 23:31

This version loads Scala 2.11.0 by default.

1.1

1.1

Choose a tag to compare

@ngocdaothanh ngocdaothanh released this 31 Dec 00:03
  • Add .jar files of Scala 2.10.4
  • Remove .jar files of Scala 2.10.2

1.0

1.0

Choose a tag to compare

@ngocdaothanh ngocdaothanh released this 31 Dec 00:03

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: