Akka Documentation

Version 1.1.3

PDF

«  Documentation for Other Versions   ::   Contents   ::   Licenses  »

Issue Tracking

Akka is using Assembla as issue tracking system.

Creating tickets

In order to create tickets you need to do the following:

Register here then log in

For Akka tickets: Link to create new ticket

For Akka Modules tickets: Link to create new ticket

Thanks a lot for reporting bugs and suggesting features.

Failing test

Please submit a failing test on the following format:

import org.scalatest.WordSpec
import org.scalatest.matchers.MustMatchers

class Ticket001Spec extends WordSpec with MustMatchers {

  "An XXX" should {
    "do YYY" in {
      1 must be (1)
    }
  }
}

«  Documentation for Other Versions   ::   Contents   ::   Licenses  »