Commit graph

126 commits

Author SHA1 Message Date
Roland
bb942750aa make most AkkaSpec-based tests runnable in Eclipse 2011-10-21 17:01:22 +02:00
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
14751f7d29 make everything except tutorial-second compile
someone should look at remoting vs. timeout (i.e. which is sent around),
because I removed that in some places. It might simply be irrelevant
once we remove the Future special-casing.
2011-10-12 09:10:05 +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
6f0501978a Fixing bugs in actorref creation, or rather, glitches 2011-06-06 16:48:25 -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
c3ee1244be Removing the Jersey Http Security Module plus the AkkaRestServlet 2011-06-05 19:29:46 -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
Jonas Bonér
6c6089e081 Misc fixes everywhere; deployment, serialization etc. 2011-05-16 09:47:23 +02:00
Viktor Klang
baa12988f9 Fixing ticket #813 2011-04-28 16:03:21 +02:00
Viktor Klang
4bedb4813d Fixing tickets #816, #814, #817 and Dereks fixes on #812 2011-04-28 16:01:11 +02:00
Jonas Bonér
868ec62ee7 Rebased from master branch 2011-04-27 01:06:08 +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
Patrik Nordwall
087191f19f Added parens to start 2011-04-12 09:56: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
Viktor Klang
c22a2400d0 Merge branch 'master' of github.com:jboner/akka 2011-03-23 16:03:24 +01:00
Viktor Klang
518e23b050 Moving Initializer to akka-kernel, add manually for other uses, removing ListWriter, changing akka-http to depend on akka-actor instead of akka-remote, closing ticket #716 2011-03-23 15:44:20 +01: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
Viktor Klang
7f3a727c8f Moving AkkaLoader from akka.servlet in akka-http to akka.util, closing ticket #701 2011-03-14 17:53:35 +01:00
Jonas Bonér
f8ce3d541e Changed API for EventHandler and added support for log levels 2011-03-14 10:45:49 +01:00
Heiko Seeberger
9d63964a39 re #689: Verified config for akka-http. 2011-03-08 15:23:05 +01:00
Viktor Klang
1c15e26c18 Moving most of the Jersey and Jetty deps into MicroKernel (akka-modules), closing #593 2011-03-07 13:49:33 +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
Garrick Evans
97b26b63ec fix tabs; remove debugging log line 2011-02-12 10:01:29 -08:00
Garrick Evans
ec2dfe464a ticket 664 - update continuation handling to (re)support updating timeout 2011-02-12 09:57:24 -08: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
Viktor Klang
ef9c01ecee Making EmbeddedAppServer work without AKKA_HOME 2010-12-28 11:36:23 +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
Jonas Bonér
fc3b125171 removed trailing spaces 2010-12-22 10:23:58 +01:00