Commit graph

9776 commits

Author SHA1 Message Date
patriknw
f6fcd24273 Merge pull request #468 from akka/wip-sbt0.11.3-patriknw
sbt 0.11.3 and scalariform 0.4.0
2012-05-22 05:23:29 -07:00
Jonas Bonér
9690a99894 Merge branch 'master' of github.com:akka/akka 2012-05-22 12:09:46 +02:00
Jonas Bonér
5c48cbb145 Added section to remote docs about remote security as well as improved doc in reference config 2012-05-22 12:08:49 +02:00
Patrik Nordwall
8ddd0ed262 sbtscalariform 0.4.0 2012-05-22 10:50:42 +02:00
Patrik Nordwall
623d0f0703 Use sbt 0.11.3. See #2087
* Temporarily disabled sbt-ls
* Removed unused schoir plugin
2012-05-22 10:44:33 +02:00
Viktor Klang
22692eb95d Switching to logging InvocationException's getCause 2012-05-21 19:33:50 +02:00
Jonas Bonér
803db7b5ac Added Typesafe to the 'sponsors' doc page 2012-05-21 17:01:21 +02:00
Jonas Bonér
ae84ee0a57 Updated copyright to 2012 2012-05-21 16:45:15 +02:00
Jonas Bonér
4a61a14d8b Added Akka Mist port and pointers to other community HTTP/REST projects to the HTTP docs 2012-05-21 14:40:18 +02:00
Patrik Nordwall
a98827c150 unb0rkening the akka-docs 2012-05-21 14:35:23 +02:00
patriknw
b9f7f4e4cc Merge pull request #452 from akka/wip-1755-protobuf-DaemonMsg-patriknw
Replace Java serialization of DaemonMsg by protobuf. See #1755
2012-05-21 01:40:43 -07:00
patriknw
d64020a2cc Merge pull request #455 from akka/wip-2061-dmb-tests-patriknw
Create test-fixture for durable mailboxes. See #2061
2012-05-20 22:48:54 -07:00
Patrik Nordwall
1e82a231c9 Incorporate review feedback. See #2061 2012-05-21 07:46:48 +02:00
viktorklang
85c8836218 Merge pull request #461 from mfriedenhagen/master
Add options for creating epub output for the documentation
2012-05-20 14:25:29 -07:00
patriknw
1aabfaaa63 Merge pull request #463 from akka/wip-2072-testkit-sample-patriknw
DOC: TestKit sample is wrong. See #2072
2012-05-20 12:01:28 -07:00
Patrik Nordwall
6eb8da6eb5 Minor adjustments from feedback. See #2072 2012-05-20 21:00:18 +02:00
patriknw
71c8026af3 Merge pull request #465 from akka/wip-2079-jmxclient-patriknw
Embed the source of jmxclient into akka-kernel. See #2079
2012-05-20 11:17:17 -07:00
Patrik Nordwall
4e2c4955b3 Changed package to akka.jmx, for OSGi purposes. See #2079 2012-05-20 20:16:12 +02:00
Patrik Nordwall
6c32764990 Embed the source of jmxclient into akka-kernel. See #2079
* Found source code here https://archive-crawler.svn.sourceforge.net
* Included org.archive.jmx.Client in akka-kernel
* Modified akka-cluster script
* Removed dependency to jmxclient from build
* Tested from dist with kernel app with cluster settings
2012-05-18 16:50:23 +02:00
Patrik Nordwall
877981caef DOC: TestKit sample is wrong. See #2072
* Added code to TestKitUsageSpec.scala
* Fixed errors
* Fixed race
2012-05-18 13:28:53 +02:00
Patrik Nordwall
2278d1fc8e ActorSystem.dispatcher should be implicit for easier importability. See #2074
* Makes it more consistent with ActorContext.dispatcher
2012-05-18 11:58:16 +02:00
Jonas Bonér
d65f4bbe59 Added reference to the NetBeans SBT plugin 2012-05-18 10:40:18 +02:00
Mirko Friedenhagen
58b2af8c09 Add options for creating epub output for the documentation 2012-05-17 22:58:57 +02:00
Roland
4256522fc8 clarify semantics of name reuse/gracefulStop, see #2073 2012-05-16 13:43:00 +02:00
Patrik Nordwall
b70d7c6227 Reverted the change to serializeActorRef in DurableMessageSerialization. See #1755
* Discussed with Roland after seeing pull/457
2012-05-16 09:43:23 +02:00
Roland
3757fbd24b Merge branch 'wip-expect-primitives-∂π' 2012-05-16 09:10:58 +02:00
Roland
9105720809 properly take boxing into account when expecting messages by type or class 2012-05-15 21:12:46 +02:00
Patrik Nordwall
31ace9e83f Optimize remote serialization for the create from class case. See #1755
* Added FromClassCreator as special Function0 to be able to serialize
  class name as protobuf string
2012-05-15 18:22:40 +02:00
Patrik Nordwall
793af8b4ec Imrovements from feedback. See #1755 2012-05-15 17:16:46 +02:00
viktorklang
4794220e55 Merge pull request #454 from srp/master
assorted IO.SocketOption changes from last pull request comments
2012-05-15 07:19:04 -07:00
Patrik Nordwall
8924080017 Create test-fixture for durable mailboxes. See #2061
* Improved DurableMailboxSpec for stand alone usage
* Changed build to publish DurableMailboxSpec in akka-mailboxes-common-test
* Changed documentation of durable mailboxes and added full example of
  how to implement a durable mailbox, with test
2012-05-15 16:11:00 +02:00
Scott R. Parish
39a36b7116 IO.SocketOption: switch back to one line-per case 2012-05-15 09:10:19 -05:00
Scott R. Parish
4eef9cd341 IO#fowardFailure: catch NonFatal rather then all Throwables 2012-05-15 09:10:19 -05:00
Scott R. Parish
8aeb313492 IO: use defaults for SocketOption param rather then overloading
Now that we're not targetting a 2.0 release we can break backwards
binary compat.
2012-05-15 08:49:57 -05:00
Scott R. Parish
34b2c24d33 IO.SocketOption: catch exceptions and forward them back to sender 2012-05-15 08:40:03 -05:00
Scott R. Parish
f7e1fbc11b IO.SocketOption: add require around TrafficClass range restrictions 2012-05-15 07:33:09 -05:00
Scott R. Parish
ecf8469c75 IO.SocketOption: improve SoTimeout documentation wording 2012-05-15 07:32:29 -05:00
Scott R. Parish
802f18b46b IO.SocketOption to link to java docs
Unfortunately scaladocs don't seem to support urls, or i would make
these link directly to the Socket docs
2012-05-15 07:20:08 -05:00
Patrik Nordwall
6dd017d6c1 Replace Java serialization of DaemonMsg by protobuf. See #1755
* Serializers for DaemonMsgCreate and DaemonMsgWatch
* Protobuf for DaemonMsgCreateProtocol, PropsProtocol,
  DeployProtocol, DaemonMsgWatchProtocol
* Removed unused MailboxProtocol.proto
* Fixed wrong serializeActorRef in DurableMessageSerialization
2012-05-15 10:50:05 +02:00
Jonas Bonér
2e248e4b49 Removed code for tutorial, already removed in docs since duplicate in Typesafe/Akka getting started guide and template 2012-05-15 09:19:02 +02:00
Jonas Bonér
1c426e4772 Improved the docs for dataflow concurrency 2012-05-14 15:43:58 +02:00
Viktor Klang
796a155223 Merge remote branch 'origin/wip-adding-assertions-in-IO-√' 2012-05-14 11:09:16 +02:00
viktorklang
4d9c836b04 Merge pull request #450 from akka/wip-checked-duration-∂π
Wip checked duration ∂π
2012-05-14 01:52:25 -07:00
patriknw
80cbb7e32b Merge pull request #451 from akka/wip-2065-AccrualFailureDetector-maxSampleSize-patriknw
AccrualFailureDetector doesn't use maxSampleSize correctly. See #2065
2012-05-14 01:42:21 -07:00
Patrik Nordwall
99d036d99a Use maxSampleSize correctly. See #2065
* Added failing test
* Fixed wrong drop
* Boy scout cleanup
2012-05-14 09:35:15 +02:00
Patrik Nordwall
bcc208819a Added .scalastyle to .gitignore 2012-05-14 09:34:59 +02:00
Roland
18566a7401 fix SchedulerSpec 2012-05-13 23:22:41 +02:00
Roland
71e1597987 add range checks (and tests) for Duration, see #2064
- also improve hashCode and allow negative string representation
2012-05-13 23:04:16 +02:00
Peter Vlugter
885ed7cb36 Use previous snapshot publishing, rather than sonatype 2012-05-13 21:14:23 +12:00
viktorklang
ca1baebfbb Merge pull request #448 from akka/ticket_1732
various comments processed on top of ticket 1732
2012-05-12 06:36:51 -07:00