Roland
44b94643e5
Merge with Peter's work (i.e. merging master into tame-globals)
2011-10-13 14:17:07 +02:00
Roland
3709a8f828
fix akka-docs compilation, remove duplicate applications from STM tests
2011-10-13 13:53:09 +02:00
Peter Vlugter
317b8bc03b
Merge master into tame-globals branch
2011-10-13 13:41:44 +02:00
Roland
85b7accfd4
make EventHandler non-global
...
- add Logging trait for nicer interface
- add EventHandlerLogging class for offering the nice interface from
app.log
- add eventHandler instance to app and use that for all internal logging
(this means that some places (dispatchers, remoting) were infiltrated
by app just to do logging, but I think we'll need app in there soon
enough for other reasons)
2011-10-13 13:21:59 +02:00
Peter Vlugter
42e1bba164
Fix actor ref spec
2011-10-12 09:57:33 +02:00
Roland
93b1ef3703
make akka-actor-tests compile again
2011-10-11 16:05:48 +02:00
Jonas Bonér
3e6decffc0
Removed the ActorRegistry, the different ActorRefProvider implementations now holds an Address->ActorRef registry. Looking up by UUID is gone together with all the other lookup methods such as 'foreach' etc. which do not make sense in a distributed env. 'shutdownAll' is also removed but will be replaced by parental supervision.
2011-10-10 14:02:33 +02:00
Peter Vlugter
7b1cdb4457
Remove SelfActorRef and use ActorContext to access state in ActorInstance. See #1202
...
- removed SelfActorRef
- added an ActorContext interface that provides a view into ActorInstance
- the ActorInstance (as ActorContext) gets injected into the Actor
- moved self methods like sender and reply directly to the Actor
2011-09-19 12:03:15 +02:00
Viktor Klang
c7d58c600b
Adding initial support for Props
2011-08-26 17:25:18 +02:00
Viktor Klang
9d71be7778
Updating copyright section to Typesafe Inc. etc
2011-07-14 16:03:08 +02:00
Viktor Klang
4c8360e8d7
Minor renames of parameters of non-user API an some code cleanup
2011-06-06 20:05:43 -07:00
Viktor Klang
dacc29d772
Some more minor code cleanups of Mist
2011-06-05 23:17:22 -07:00
Viktor Klang
c52a352838
Cleaning up some Mist code
2011-06-05 22:03:05 -07:00
Viktor Klang
29f515fd20
Adding support for specifying the root endpoint id in web.xml for Mist
2011-06-05 19:02:23 -07:00
Viktor Klang
64c7107d8c
Replacing hook + provider with just a PartialFunction[String,ActorRef], closing ticket #749
2011-05-20 13:56:47 +02:00
Jonas Bonér
a7311c83e6
Added Scalariform sbt plugin which formats code on each compile. Also checking in reformatted code
2011-05-18 17:25:30 +02:00
Jonas Bonér
2655d44ee9
Merged wip-2.0 branch with latest master
2011-05-16 12:32:00 +02:00
Patrik Nordwall
bce7d176f4
Added parens to override of preStart and postStop
2011-04-26 20:31:08 +02:00
Jonas Bonér
896e174d63
mid-address-refactoring: all tests except remote and serialization tests passes
2011-04-20 20:43:17 +02:00
Jonas Bonér
3374eef6ce
Merged with Viktors work with removing client managed actors. Also removed actor.id, added actor.address
2011-04-08 21:16:05 +02:00
Jonas Bonér
5f918e55bc
commit in the middle of address refactoring
2011-04-08 15:29:14 +02:00
Jonas Bonér
3d529e8ca4
Added check to ensure that messages are not null. Also cleaned up misc code
2011-03-30 15:12:58 +02:00
Jonas Bonér
6429086b51
Moved EventHandler to 'akka.event' plus added 'error' method without exception param
2011-03-23 15:12:09 +01:00
Jonas Bonér
299f865156
Fixed bug with restarting supervised supervisor that had done linking in constructor + Changed all calls to EventHandler to use direct 'error' and 'warning' methods for improved performance
2011-03-18 23:04:48 +01:00
Jonas Bonér
f8ce3d541e
Changed API for EventHandler and added support for log levels
2011-03-14 10:45:49 +01:00
Jonas Bonér
793ad9ac03
Renamed to EventHandler and added 'info, debug, warning and error'
2011-03-02 18:19:17 +01:00
Jonas Bonér
c4e2d73668
Added the ErrorHandler notifications to all try-catch blocks
2011-03-02 00:14:45 +01:00
Jonas Bonér
9354f0790c
Removed logging
2011-02-28 22:54:32 +01:00
Viktor Klang
baafbeedb0
Changing to getPathInfo instead of getRequestURI for Mist
2011-01-28 12:42:31 +01:00
Viktor Klang
dbe6f203b3
Removing ActorRegistry object, UntypedActor object, introducing akka.actor.Actors for the Java API
2011-01-04 13:24:28 +01:00
Jonas Bonér
e8fcdd697b
Updated the copyright header to 2009-2011
2010-12-22 15:35:50 +01:00
Viktor Klang
8a5fa56aa3
Closing ticket 541
2010-12-22 15:18:13 +01:00