Viktor Klang
94e71b7a18
Huge refactor + preparing for binary compatibility, last stretch for akka-actor.jar...
2012-05-18 19:25:43 +02:00
Viktor Klang
95db4bfd37
Moving out ConfigurationException from akka.config to akka
2012-05-16 17:04:13 +02:00
Viktor Klang
6d430122e9
Removing com.eaio.Uuid and replacing its usage with java.util.UUID
2012-05-15 12:31:38 +02:00
Patrik Nordwall
3e917e1c57
Removed host info from AkkaException. See #1784
2012-02-10 13:39:22 +01:00
patriknw
780736255b
Merge pull request #311 from jboner/wip-1786-SerialVersionUID-patriknw
...
Some cleanup and additional tests for Serializable. See #1786
2012-02-08 00:38:40 -08:00
Patrik Nordwall
2a167acd92
Some cleanup and additional tests for Serializable. See #1786
...
* Tried to add @SerialVersionUID(1L) but that removed static forwarders, due to https://issues.scala-lang.org/browse/SI-4804
* Added Serializable to UntypedActorFactory
* Removed some unecessary Serializable
2012-02-07 10:28:42 +01:00
Patrik Nordwall
9c8c0d42c5
Add @SerialVersionUID to Serializable classes. See #1786
...
* @SerialVersionUID(1L)
* UntypedActorFactory serialization, and test
* Removed Serializable from Serializers
2012-02-07 10:05:54 +01:00
Patrik Nordwall
0bd4663c91
PinnedDispatcher config and docs for dispatcher executor.
...
* Update PinnedDispatcher config in tests and docs. See #1796
* Update dispatchers doc with info about executor. See #1795
2012-02-07 09:50:03 +01:00
Jonas Bonér
42f5af7fb0
fixes review comments
2012-02-05 09:19:57 +01:00
Jonas Bonér
f855ff2add
Fixed misc stuff after review.
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-02-04 17:50:11 +01:00
Jonas Bonér
0a7e37910e
Added stack trace to the logging of remote client/server errors. Added helper methods to make a string representation of stack trace to AkkaException object.
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-02-01 15:46:40 +01:00
Viktor Klang
149fbea5a7
Updating Copyright as per #1660
2012-01-19 18:21:06 +01:00
Jonas Bonér
4d649c3903
Removed all @author tags for Jonas Bonér since it has lost its meaning.
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-12-09 18:44:59 +01:00
Viktor Klang
a040a0c54d
Profit! Removing Uuids from ActorCells and ActorRefs and essentially replacing the remoting with a new implementation.
2011-11-03 14:53:38 +01:00
Viktor Klang
cb9196c690
#1146 - Switching from STringBuffer to StringBuilder for AkkaException
2011-08-26 17:52:29 +02:00
Peter Vlugter
340ed11de5
Reformat with scalariform
2011-07-26 18:33:59 +12:00
Peter Veentjer
1b1720d65a
ticket #1048
2011-07-25 12:47:43 +03:00
Peter Veentjer
4017a86b4c
1025: some cleanup
2011-07-15 10:59:29 +03:00
Viktor Klang
9d71be7778
Updating copyright section to Typesafe Inc. etc
2011-07-14 16:03:08 +02:00
Roland
f34d14ea79
remove stack trace duplication for AkkaException
2011-06-17 21:54:02 +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
Viktor Klang
c81748c95c
Removing the intermediate InvocationTargetException and harmonizing creation of Actor instances
2011-05-03 16:26:30 +02:00
Viktor Klang
c2486cd52c
Fixing ticket 808
2011-04-29 17:15:00 +02:00
Peter Vlugter
7e99f12f5d
Add simple stack trace to string method to AkkaException
...
Note: we can't use printStackTrace in toString as it get's dizzy
when we do this (we get an infinite loop).
2011-04-06 15:55:42 +12:00
Peter Vlugter
bb55de44a4
Remove infinite loop in AkkaException
2011-04-05 19:07:27 +12:00
Viktor Klang
e5df67c536
Upgrading to Scala 2.9.0-RC1
2011-03-26 20:02:33 +01:00
Viktor Klang
7fc7e4d60c
Merging in master
2011-03-26 19:40:36 +01:00
Jonas Bonér
711e62fc3f
Moved EventHandler to 'akka.event' plus added 'error' method without exception param
2011-03-23 15:12:09 +01:00
Viktor Klang
c337fdd7d9
Updating to Scala 2.9.0, SJSON still needs to be released for 2.9.0-SNAPSHOT tho
2011-03-22 14:21:03 +01:00
Viktor Klang
f3af6bdcc7
Tweaking AkkaException
2011-03-06 22:15:51 +01:00
Viktor Klang
90470e89dd
reverting changes to avoid breaking serialization
2011-03-05 23:56:31 +01:00
Viktor Klang
ddb226adcf
Removing shutdownLinkedActors, making linkedActors and getLinkedActors public, fixing checkinit problem in AkkaException
2011-03-03 19:15:34 +01:00
Jonas Bonér
1425267a65
Removed logging
2011-02-28 22:54:32 +01:00
Jonas Bonér
57d0e85a9a
Updated the copyright header to 2009-2011
2010-12-22 15:35:50 +01:00
Viktor Klang
ada47ffedf
Closing ticket 541
2010-12-22 15:18:13 +01:00