Commit graph

2565 commits

Author SHA1 Message Date
Jonas Bonér
2b28ba93b6 uncommented the dataflowstream tests and they all pass 2010-11-24 16:36:23 +01:00
Jonas Bonér
8a2087e68e Merge branch 'master' of git@github.com:jboner/akka 2010-11-24 14:49:21 +01:00
Jonas Bonér
7c69a25c85 added effect to java api 2010-11-24 14:49:10 +01:00
momania
af18be0bb0 - fix race condition with timeout
- improved stopping mechanism
- renamed 'until' to 'forMax' for less confusion
- ability to specif timeunit for timeout
2010-11-24 13:35:32 +01:00
Jonas Bonér
f9f65a7ddd cleaned up project file 2010-11-23 15:59:37 +01:00
Jonas Bonér
bd29ede999 Separated core from modules, moved modules to akka-modules repository 2010-11-23 15:31:28 +01:00
Viktor Klang
69777ca20b Closing #555 2010-11-23 14:21:07 +01:00
Viktor Klang
cd416a833b Mist now integrated in master 2010-11-23 13:00:09 +01:00
Viktor Klang
17a512cc4e Switching to SBT 0.7.5.RC0 and now we can drop the ubly AkkaDeployClassLoader 2010-11-23 12:57:07 +01:00
Viktor Klang
83d533e2ca Moving Mist into almost one file, changing Servlet3.0 into a Provided jar and adding an experimental Filter 2010-11-23 12:35:14 +01:00
Jonas Bonér
2d1fefe461 upgraded to single jar aspectwerkz 2010-11-23 10:35:14 +01:00
Viktor Klang
7594e9d47b Merge with master 2010-11-23 09:25:24 +01:00
Jonas Bonér
a8f94eb754 Upgrade to Scala 2.8.1 2010-11-23 09:20:44 +01:00
Jonas Bonér
86b3df3df1 Fixed problem with message toString is not lazily evaluated in RemoteClient 2010-11-23 08:36:47 +01:00
Jonas Bonér
96e33ead26 Merge branch 'master' of git@github.com:jboner/akka 2010-11-23 08:19:29 +01:00
Jonas Bonér
d6ab3decef Merge branch 'master' of git@github.com:jboner/akka 2010-11-23 08:19:04 +01:00
Peter Vlugter
a9e7451ac1 Disable cross paths on parent projects as well 2010-11-23 12:28:21 +13:00
Peter Vlugter
4ffedf99cd Remove scala version from dist paths - fixes #549 2010-11-23 11:50:06 +13:00
Jonas Bonér
188d7e9c19 Removed reflective coupling to akka cloud 2010-11-22 17:58:21 +01:00
Jonas Bonér
fd2faeccba Fixed issues with config - Ticket #535 2010-11-22 15:32:54 +01:00
Viktor Klang
48815e0ea8 Minor code tweaks, removing Atmosphere, awaiting some tests then ready for master 2010-11-22 13:21:55 +01:00
Viktor Klang
89d778628e Merge branch 'master' into mist 2010-11-22 12:26:18 +01:00
Viktor Klang
3cd9c0eb6d Merge branch 'master' of github.com:jboner/akka 2010-11-22 12:00:09 +01:00
Viktor Klang
6c4e819c44 Merging in Actor per Session + fixing blocking problem with remote typed actors with Future response types 2010-11-22 11:57:17 +01:00
Viktor Klang
54f76902b4 Merge branch 'master' of https://github.com/paulpach/akka into paulpach-master 2010-11-22 10:57:19 +01:00
Jonas Bonér
4f8b3ea6fb Fixed bug in ActorRegistry getting typed actor by manifest 2010-11-22 09:00:13 +01:00
Jonas Bonér
e83b7d407f Fixed bug in ActorRegistry getting typed actor by manifest 2010-11-22 08:59:45 +01:00
Jonas Bonér
9c072327d9 fixed wrong path in voldermort tests - now test are passing again 2010-11-22 08:09:12 +01:00
Peter Vlugter
44d0f2dadb Disable cross paths for publishing without Scala version 2010-11-22 13:14:10 +13:00
Garrick Evans
3d83a9cdaa added back old 2nd sample (http (mist)) 2010-11-21 07:27:10 -08:00
Garrick Evans
8c44f351c9 restore project and ref config to pre jetty-8 states 2010-11-21 07:21:17 -08:00
Viktor Klang
4ab6f711cd Merge with master 2010-11-21 16:16:28 +01:00
Viktor Klang
02b1348472 Ticket #506 closed, caused by REPL 2010-11-21 16:15:55 +01:00
Viktor Klang
c387d00e18 Ticket #506 closed, caused by REPL 2010-11-21 16:15:22 +01:00
Viktor Klang
e119bd4c78 Moving dispatcher volatile field from ActorRef to LocalActorRef 2010-11-21 15:24:33 +01:00
Viktor Klang
d73d277823 Fixing ticket #533 by adding get/set LifeCycle in ActorRef 2010-11-21 15:11:14 +01:00
Viktor Klang
a3548df5fa Fixing groupID for SBT plugin and change url to akka homepage 2010-11-21 13:31:07 +01:00
Garrick Evans
0fefceac24 Merge branch 'wip-mist-http-garrick' of github.com:jboner/akka into wip-mist-http-garrick
Conflicts:
	akka-samples/akka-sample-rest-scala/src/main/scala/SimpleService.scala
2010-11-20 23:44:01 -08:00
Garrick Evans
1eeaef08be fixing a screwy merge from master... readding files git deleted for some unknown reason 2010-11-20 23:41:40 -08:00
Garrick Evans
7c2b9792ba removing odd git-added folder. 2010-11-20 23:30:05 -08:00
Garrick Evans
ae1ae76266 merge master to branch 2010-11-20 23:30:05 -08:00
Garrick Evans
b9de374f69 hacking in servlet 3.0 support using embedded jetty-8 (remove atmo, hbase, volde to get around jar mismatch); wip 2010-11-20 23:30:03 -08:00
Garrick Evans
b177475914 most of the refactoring done and jetty is working again (need to check updating timeouts, etc); servlet 3.0 impl next 2010-11-20 23:26:48 -08:00
Garrick Evans
d100989d0c refactoring WIP - doesn't build; added servlet 3.0 api jar from glassfish to proj dep 2010-11-20 23:26:48 -08:00
Garrick Evans
e5cf8c08c5 adding back (mist) http work in a new branch. misitfy was too stale. this is WIP - trying to support both SAPI 3.0 and Jetty Continuations at once 2010-11-20 23:26:48 -08:00
Garrick Evans
020a9b6960 removing odd git-added folder. 2010-11-20 23:16:53 -08:00
Garrick Evans
e5a9087dba merge master to branch 2010-11-20 23:09:50 -08:00
Garrick Evans
11908ab605 hacking in servlet 3.0 support using embedded jetty-8 (remove atmo, hbase, volde to get around jar mismatch); wip 2010-11-20 22:48:06 -08:00
Viktor Klang
7e40ee46d1 Adding a Java API for Channel, and adding some docs, have updated wiki, closing #536 2010-11-20 23:05:05 +01:00
Paul Pacheco
1996627622 Merge branch 'master' of git://github.com/jboner/akka 2010-11-20 15:49:20 -06:00