Commit graph

886 commits

Author SHA1 Message Date
Patrik Nordwall
614f58c22b fixed warnings, compile without -Xmigration 2011-04-08 16:05:03 +02:00
Patrik Nordwall
c882b2c5e1 Adjusted chat sample to run with latest, and without Redis 2011-04-08 13:09:19 +02:00
Peter Vlugter
6d9700a64f Setup for publishing snapshots 2011-04-07 13:41:27 +12:00
patriknw
706e128d15 Merge branch 'master' of github.com:jboner/akka 2011-04-06 07:46:15 +02:00
patriknw
0abf51d878 moved tests from akka-actor to new module akka-actor-tests to fix circular dependencies between testkit and akka-actor 2011-04-06 07:45:42 +02:00
Jonas Bonér
ca1fc49758 added first and second parts of Pi tutorial for both Scala and Java 2011-04-05 17:28:16 +02:00
Peter Vlugter
4b82c41eb8 Specify objenesis repo directly 2011-04-04 08:50:20 +12:00
Peter Vlugter
5106f055ea Specify objenesis repo directly 2011-04-04 08:50:20 +12:00
Jonas Bonér
5303f9f25a Added the tutorial projects to the akka core project file 2011-04-02 09:46:14 +02:00
Jonas Bonér
8b9abc252d Added the tutorial projects to the akka core project file 2011-04-02 09:46:14 +02:00
Derek Williams
89e842b011 Fix after removal of akka-sbt-plugin 2011-04-01 12:38:48 -06:00
Derek Williams
22b5cf5e9b Fix after removal of akka-sbt-plugin 2011-04-01 12:38:48 -06:00
Derek Williams
bef05febbc Merge remote-tracking branch 'origin/master' into ticket-622 2011-03-30 22:07:13 -06:00
Derek Williams
da99296ed4 Merge remote-tracking branch 'origin/master' into ticket-622 2011-03-30 22:07:13 -06:00
Peter Vlugter
804812b635 Add general mechanism for excluding tests 2011-03-31 11:36:49 +13:00
Peter Vlugter
1c8b557155 Add general mechanism for excluding tests 2011-03-31 11:36:49 +13:00
Derek Williams
918b4f29d4 Move akka-sbt-plugin to akka-modules 2011-03-29 21:33:18 -06:00
Derek Williams
dc3ee82dca Move akka-sbt-plugin to akka-modules 2011-03-29 21:33:18 -06:00
Viktor Klang
4ee194fc3a Adding -optimise to the compile options 2011-03-29 22:50:42 +02:00
Viktor Klang
4dfb3eb3dc Adding -optimise to the compile options 2011-03-29 22:50:42 +02:00
Jonas Bonér
3d4463fb78 AspectWerkz license changed to Apache 2 2011-03-29 06:46:54 -07:00
Jonas Bonér
cfa1a61c0b AspectWerkz license changed to Apache 2 2011-03-29 06:46:54 -07:00
Peter Vlugter
4610723587 Merge branch 'master' into wip-2.9.0 2011-03-29 20:55:19 +13:00
Peter Vlugter
5b668eacd7 Merge branch 'master' into wip-2.9.0 2011-03-29 20:55:19 +13:00
Viktor Klang
ca78c550b1 Merge branch 'master' of github.com:jboner/akka 2011-03-29 09:37:41 +02:00
Viktor Klang
8c24a985b1 Merge branch 'master' of github.com:jboner/akka 2011-03-29 09:37:41 +02:00
Viktor Klang
c70a37f630 Removing warninit from project def 2011-03-29 09:37:06 +02:00
Viktor Klang
1a8e1d3be2 Removing warninit from project def 2011-03-29 09:37:06 +02:00
Peter Vlugter
93b92dd71f Merge branch 'master' into wip-2.9.0 2011-03-28 20:23:37 +13:00
Peter Vlugter
427e32e894 Merge branch 'master' into wip-2.9.0 2011-03-28 20:23:37 +13:00
Jonas Bonér
0412ae4151 Renamed config option for remote client retry message send. 2011-03-28 09:05:16 +02:00
Jonas Bonér
abd7622154 Renamed config option for remote client retry message send. 2011-03-28 09:05:16 +02:00
Peter Vlugter
28e4a23122 Add system property to enable network failure tests 2011-03-28 14:13:58 +13:00
Peter Vlugter
6c5f6305b9 Add system property to enable network failure tests 2011-03-28 14:13:58 +13:00
Peter Vlugter
eb1b071422 Re-enable ants sample 2011-03-28 11:07:23 +13:00
Peter Vlugter
4ea8e18f1a Re-enable ants sample 2011-03-28 11:07:23 +13:00
Viktor Klang
3f468f6963 Upgrading to Scala 2.9.0-RC1 2011-03-26 20:02:33 +01:00
Viktor Klang
e5df67c536 Upgrading to Scala 2.9.0-RC1 2011-03-26 20:02:33 +01:00
Viktor Klang
0c6cefb2f9 Merging in master 2011-03-26 19:40:36 +01:00
Viktor Klang
7fc7e4d60c Merging in master 2011-03-26 19:40:36 +01:00
Debasish Ghosh
a34e9d0564 changed version of sjson to 0.10 2011-03-26 03:35:29 +05:30
Debasish Ghosh
d9e6175824 changed version of sjson to 0.10 2011-03-26 03:35:29 +05:30
Jonas Bonér
5a9bfe9053 1. Fixed issues with remote message tx log.
2. Added trait for network failure testing that supports 'TCP RST', 'TCP DENY' and message throttling/delay.
3. Added test for the remote transaction log. Both for TCP RST and TCP DENY.
2011-03-25 16:06:55 +01:00
Jonas Bonér
3f719ef610 1. Fixed issues with remote message tx log.
2. Added trait for network failure testing that supports 'TCP RST', 'TCP DENY' and message throttling/delay.
3. Added test for the remote transaction log. Both for TCP RST and TCP DENY.
2011-03-25 16:06:55 +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
Viktor Klang
7ce67ef41d 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
26654d3a2d Merge branch 'master' of github.com:jboner/akka 2011-03-22 18:59:53 +01:00
Jonas Bonér
0a943565c4 Merge branch 'master' of github.com:jboner/akka 2011-03-22 18:59:53 +01:00
Jonas Bonér
417695fafc Added SLF4 module with Logging trait and Event Handler 2011-03-22 18:59:31 +01:00
Jonas Bonér
3bd5cc9cd3 Added SLF4 module with Logging trait and Event Handler 2011-03-22 18:59:31 +01:00