pekko/project
Patrik Nordwall 4bd6b7aab1 improve AbstractActor, #21717
* Receive class that wraps PartialFunction, to avoid
  scary scala types
* move AbstractActorContext to AbstractActor.ActorContext
* converting docs, many, many UntypedActor
* removing UntypedActor docs
* add unit test for ReceiveBuilder
* MiMa filters
* consistent use of getContext(), self(), sender()
* rename cross references
* migration guide
* skip samples for now
* improve match type safetyi, add matchUnchecked
  * the `? extends P` caused code like this to compile:
    `match(String.class, (Integer i) -> {})`
  * added matchUnchecked, since it can still be useful (um, convenient)
    to be able to do:
    `matchUnchecked(List.class, (List<String> list) -> {})`
* eleminate some scala.Option
  * preRestart
  * findChild
  * ActorIdentity.getActorRef
2017-01-23 18:30:52 +01:00
..
scripts prevent mistake of releasing from wrong branch (#22043) 2016-12-20 17:02:22 +01:00
ActivatorDist.scala extended copyright into 2017 2017-01-04 17:37:15 +01:00
AkkaBuild.scala improve AbstractActor, #21717 2017-01-23 18:30:52 +01:00
build.properties Downgrading SBT until https://github.com/sbt/sbt/issues/2686 is fixed 2016-08-02 14:41:43 +02:00
CliOptions.scala extended copyright into 2017 2017-01-04 17:37:15 +01:00
Dependencies.scala serialize Scala 2.12 functions for when used in remote deployment, #22041 2017-01-20 14:09:21 +01:00
Dist.scala extended copyright into 2017 2017-01-04 17:37:15 +01:00
Doc.scala extended copyright into 2017 2017-01-04 17:37:15 +01:00
Formatting.scala extended copyright into 2017 2017-01-04 17:37:15 +01:00
GitHub.scala extended copyright into 2017 2017-01-04 17:37:15 +01:00
MiMa.scala improve AbstractActor, #21717 2017-01-23 18:30:52 +01:00
MultiNode.scala extended copyright into 2017 2017-01-04 17:37:15 +01:00
OSGi.scala extended copyright into 2017 2017-01-04 17:37:15 +01:00
plugins.sbt Update MiMa to 0.1.13 (#21978) 2016-12-13 12:58:59 +01:00
Protobuf.scala extended copyright into 2017 2017-01-04 17:37:15 +01:00
Publish.scala extended copyright into 2017 2017-01-04 17:37:15 +01:00
Release.scala extended copyright into 2017 2017-01-04 17:37:15 +01:00
Sample.scala improve AbstractActor, #21717 2017-01-23 18:30:52 +01:00
SigarLoader.scala extended copyright into 2017 2017-01-04 17:37:15 +01:00
SphinxDoc.scala extended copyright into 2017 2017-01-04 17:37:15 +01:00
TestExtras.scala extended copyright into 2017 2017-01-04 17:37:15 +01:00
TimeStampede.scala extended copyright into 2017 2017-01-04 17:37:15 +01:00
ValidatePullRequest.scala extended copyright into 2017 2017-01-04 17:37:15 +01:00
Version.scala extended copyright into 2017 2017-01-04 17:37:15 +01:00