Peter Vlugter
1f62b8d08a
Disable amqp module as there currently isn't anything there
2011-12-16 12:21:22 +13:00
Peter Vlugter
55594a241b
Merge with master
2011-12-15 08:56:48 +13:00
Patrik Nordwall
06a08c5823
Removed STM module. See #1503
...
* Removed from build. Didn't remove akka-stm directory, contains transactors also.
* Replaced usage of org.multiverse.api.latches.StandardLatch in some tests with testkit.TestLatch
2011-12-14 12:39:27 +01:00
Peter Vlugter
b058e6a471
Add config spec for akka kernel
2011-12-14 17:15:06 +13:00
Peter Vlugter
ba9ed982ca
Re-enable akka-kernel and add small sample
...
Created a new simple version of the microkernel for
inclusion in the akka download and to be able to start
working on sample applications
2011-12-14 16:42:47 +13:00
Roland
92e7693203
Merge remote-tracking branch 'origin/master' into wip-remote-supervision-rk
2011-12-13 16:59:43 +01:00
Peter Vlugter
531397edc2
Add dist task for building download zip. Fixes #1001
...
Simpler than what was there before. Just a single zip file
is being created. Extending this should be coordinated
with Josh's work on the integrated typesafe stack build.
Also add caching to rstdoc task.
2011-12-13 14:41:55 +13:00
Patrik Nordwall
eaafed69eb
DOC: Update Durable Mailboxes Chapter. See #1472
2011-12-12 11:51:12 +01:00
Peter Vlugter
ceb888b9a7
Add scripted release
2011-12-10 13:31:40 +13:00
Roland
f4fd207fdc
re-enable multi-jvm tests
...
- only Direct* and New* for now, since
- the non-trivial routers are not yet done and not topic of this branch
2011-12-09 20:58:59 +01:00
Peter Vlugter
9848fdc706
Update to sbt 0.11.2
2011-12-08 17:05:01 +13:00
Roland
82dc4d67c9
fix remaining review comments
2011-12-05 21:43:58 +01:00
Roland
e38cd19af9
Merge branch 'master' into wip-ActorPath-rk
2011-12-02 13:31:48 +01:00
Roland
cf020d708a
rename top-level paths as per Jonas recommendation
...
/user
/system
/null
/temp
/remote
/service
multi-jvm tests are disabled for the time being until remote look-up has
been really implemented
2011-12-02 12:24:47 +01:00
Henrik Engstrom
99e5d88ace
Removed obsolete samples, see #1278
2011-11-30 11:37:42 +01:00
Henrik Engstrom
e4ea7ac5d6
Merge branch 'master' into samples-henrikengstrom
...
Conflicts:
akka-actor/src/main/scala/akka/routing/Routing.scala
akka-samples/akka-sample-ants/README.md
akka-samples/akka-sample-ants/src/main/scala/Ants.scala
akka-samples/akka-sample-camel/src/main/scala/sample/camel/Actors.scala
akka-samples/akka-sample-camel/src/main/scala/sample/camel/Boot.scala
akka-samples/akka-sample-camel/src/main/scala/sample/camel/ClientApplication.scala
akka-samples/akka-sample-camel/src/main/scala/sample/camel/ServerApplication.scala
akka-samples/akka-sample-camel/src/main/scala/sample/camel/StandaloneApplication.scala
akka-samples/akka-sample-chat/src/main/scala/ChatServer.scala
akka-samples/akka-sample-osgi/src/main/scala/OsgiExample.scala
akka-samples/akka-sample-remote/src/main/scala/ServerManagedRemoteActorSample.scala
project/AkkaBuild.scala
2011-11-30 11:05:13 +01:00
Henrik Engstrom
823a68ac0f
Updated samples and tutorial to Akka 2.0. Added projects to SBT project file. Fixes #1278
2011-11-29 12:31:01 +01:00
Patrik Nordwall
52c0888500
Changed slf4j version to 1.6.4. See #1400
2011-11-28 09:47:41 +01:00
Peter Vlugter
534db2df50
Add sbt settings to exclude or include tests using scalatest tags. Fixes #1389
2011-11-28 13:02:31 +13:00
Jonas Bonér
3640c09464
Removed obsolete sample modules and cleaned up build file.
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-11-25 11:01:03 +01:00
Patrik Nordwall
4aa1905ce3
Enabled durable mailboxes and implemented them with mailbox types. See #895
...
* Changed to RemoteProtocol
2011-11-14 11:25:10 +01:00
Viktor Klang
55d2a48887
Adding a project definition for akka-amqp (but without code)
2011-11-08 18:56:24 +01:00
Viktor Klang
39d169612f
Dropping akka-http (see 1330)
2011-11-08 14:57:11 +01:00
Roland
d55f02e6c1
merge master into parental-supervision, fixing up resulting breakage
2011-10-21 15:11:43 +02:00
Patrik Nordwall
550ed58bf7
Included akka-sbt-plugin in build, since I need timestamped version to be published
2011-10-21 08:53:00 +02:00
Roland
3b698b9470
nearly done, only two known test failures
...
- moved typed actor factories to app/context (like actor factories)
- fixed a few misplaced supervision changes, all such tests green now
- actually test akka-reference.conf in ConfigSpec
- made DispatcherActorSpec more deterministic (failed intermittently
here, was due to race towards thread pool)
- wrapped all actor initialization failures into
ActorInitializationException and made sure that this leads to Stop
- default to Stop on ActorKilledException
- fixed ActorModelSpec to separately supervise the “waves of actors”
because otherwise the app.guardian is way too busy processing all
those ChildTerminated messages
- change ActorCell._children from Vector[Stats] to TreeMap[ActorRef,
Stats] for performance reasons, have not measured memory impact, yet
- ensured that InterrupedException does not leave current thread via
Failed message to supervisor (wrapped in ActorInterruptedException)
- set core-size=1 and max-size=4 for default dispatcher during test
2011-10-20 23:37:54 +02:00
Roland
e2f9528bc0
fix compilation of akka-docs
2011-10-12 15:25:04 +02:00
Roland
36ec202d94
rename AkkaConfig values to CamelCase
2011-10-12 11:35:45 +02:00
Peter Vlugter
1e1409e796
Start on getting the actor tests compiling and running again
2011-10-10 15:45:55 +02:00
Peter Vlugter
972f4b538f
Fix publishing and update organization (groupId)
...
- fix problem with double organization in pom
- fix scaladoc generation by adding class dir to doc classpath in akka-actor
- update organization to com.typesafe.akka
2011-10-06 15:44:15 +02:00
Peter Vlugter
7884691d3a
Begin using compiled code examples in the docs. See #781
2011-10-05 17:41:29 +02:00
Jonas Bonér
b1554b7833
Disabled akka-camel until issues with it have been resolved.
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-09-27 12:48:19 +02:00
Peter Vlugter
79417331c4
Update to scala 2.9.1
2011-09-26 11:01:20 +02:00
Peter Vlugter
1e7f598ee1
Update to sbt 0.11.0-RC1
2011-09-23 10:21:03 +02:00
Jonas Bonér
00d3b87586
Merge branch 'remote-actorref-provider'
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-09-22 04:38:33 +02:00
Jonas Bonér
978cbe4437
Change the package name of all classes in remote module to 'akka.remote'.
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-09-20 22:08:38 +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
a4aafed74c
Switching to full stack traces so you know wtf is wrong
2011-09-16 13:54:50 +02:00
Viktor Klang
94da087e1b
Merge branch 'master' of github.com:jboner/akka
2011-09-09 13:46:59 +02:00
Jonas Bonér
38c2fe1894
Moved remote-only stuff from akka-cluster to new module akka-remote.
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-09-09 13:46:36 +02:00
Viktor Klang
65e7548f49
Merge branch 'master' of github.com:jboner/akka
2011-09-09 12:40:06 +02:00
Viktor Klang
51993f8d3e
Commenting out -optimize, to reduce compile time
2011-09-09 12:40:00 +02:00
Jonas Bonér
702d59601e
disabled akka-cluster for now, getting ready to re-add akka-remote
2011-09-09 11:53:26 +02:00
Viktor Klang
29091130cf
Switching to geronimos 2.0 impl instead of glassfish since it's in the sbt default maven repo
2011-08-31 14:16:17 +02:00
Jonas Bonér
5e290ec393
Merge branch 'master' of github.com:jboner/akka
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-08-29 14:26:24 +02:00
Viktor Klang
c7d58c600b
Adding initial support for Props
2011-08-26 17:25:18 +02:00
Jonas Bonér
9ade2d7f57
Fixed bug in NettyRemoteSupport in which we swallowed Netty exceptions and treated them as user exceptions and just completed the Future with the exception and did not rethrow.
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-08-26 08:21:12 +02:00
Jonas Bonér
0daa28a891
Disabled mongo durable mailboxes until compilation error is solved
2011-08-18 10:11:58 +02:00
Derek Williams
a17b75fc09
Add check for jdk7 to disable -optimize
2011-08-06 15:00:15 -06:00
Peter Vlugter
d5c0237b2f
Disable parallel execution in global scope
...
For avoiding tests from different projects, like cluster and
zookeeper mailbox, to run in parallel
2011-08-05 18:41:54 +12:00