Commit graph

1156 commits

Author SHA1 Message Date
Roland
faae09ab4e add docs for ExtractRoute, see #2337 2012-07-25 20:48:32 +02:00
Viktor Klang
af8ce260d3 Correcting erronous code links 2012-07-25 13:26:33 +02:00
Viktor Klang (√)
922f76c5f6 Added warning section about dealing with exceptions when using futures 2012-07-24 18:51:08 +03:00
Viktor Klang (√)
b187f51a1a Added warning section about dealing with exceptions when using futures 2012-07-24 18:50:25 +03:00
Viktor Klang
8bca635279 Stab at fixing more tests with timeout issues on Jenkins 2012-07-24 14:26:22 +02:00
Viktor Klang
411e90c344 Adding notice that Dataflow has been temporarily removed in 2.1-M1 2012-07-24 12:18:20 +02:00
Viktor Klang
d3542f8582 #2341 - enabling -deprecation in AkkaBuild and subsequently fixing tons of deprecation warnings 2012-07-24 12:12:06 +02:00
Viktor Klang
985d17de63 Merging with master 2012-07-23 15:49:19 +02:00
Viktor Klang
4dbb507793 Merge branch 'master' into wip-camel-java-docs 2012-07-23 12:20:36 +02:00
RayRoestenburg
6c43fb4235 review of docs processed 2012-07-23 01:36:12 +02:00
Viktor Klang
aa4ad6f3c3 Making it green 2012-07-22 21:40:09 +02:00
Viktor Klang
1261fab3af Removing akka.util.NonFatal and replacing it with scala.util.control.NonFatal 2012-07-22 15:33:18 +02:00
Viktor Klang
743f9cd8ff Removing Specs2 as a dependency to remove the hassle of keeping track of available versions 2012-07-21 18:09:20 +02:00
RayRoestenburg
ee4a8afee9 Changed akka camel URI pattern to akka ActorPath pattern, like akka://system/user/someactor
fixed some fixmes regarding using the reference.conf config
Added some more java tests for custom routes with producers and consumers
changed autoack to autoAck
2012-07-20 20:49:16 +02:00
Viktor Klang
6e134ede21 Merge branch 'master' into wip-scala210M4-√ 2012-07-20 14:17:27 +02:00
Viktor Klang
da517cee7f Correcting lifted code examples for programmatic usage of Serializers in Java documentation of Serializers 2012-07-18 16:51:57 +02:00
RayRoestenburg
2472e46263 camel docs java 2012-07-16 09:15:54 +02:00
Viktor Klang
4b2164411c Merge branch 'master' into wip-scala210M4-√ 2012-07-13 12:23:21 +02:00
Viktor Klang
30a32994ea #2192 - Adding a doc note about not needing Props.creator when specifying routees via sequence of actors. 2012-07-13 11:50:46 +02:00
Viktor Klang
68848f6631 Merge with master 2012-07-12 21:05:23 +02:00
Viktor Klang
448687d692 Adding the OKResponse definition to the IO reST docs. 2012-07-12 17:16:19 +02:00
Viktor Klang
ebe0cc05c9 The unborkinging 2012-07-12 15:00:11 +02:00
Viktor Klang (√)
acf9aa6aa4 Merge pull request #562 from akka/wip-camel-docs
Wip camel docs
2012-07-12 05:26:18 -07:00
RayRoestenburg
869ce07c74 processed review 2012-07-12 13:55:56 +02:00
Viktor Klang
ac5b5de90a Merging in master, huge work trying to get things to compile, tests not green at this stage 2012-07-06 17:04:04 +02:00
Viktor Klang (√)
b6a5796218 Merge pull request #561 from akka/wip-2101-stash-docs-phaller
Stash docs (#2101)
2012-07-05 17:33:15 -07:00
Patrik Nordwall
dd73e73afb Merge branch 'master' into wip-2311-cluster-actors-patriknw 2012-07-05 14:29:59 +02:00
Roland
99c4b30884 fix JavaTestKit docs (one warning too many) 2012-07-05 10:29:34 +02:00
Roland
cde7b29a33 Merge branch 'wip-1952-testkit-java-∂π' 2012-07-04 17:38:20 +02:00
Viktor Klang
52d33113d9 Partial work + broken commit 2012-07-04 15:25:30 +02:00
Viktor Klang
3911b18069 Merging in master 2012-07-04 15:24:23 +02:00
Patrik Nordwall
fbeb6017cc Remove gossip to deputy nodes, see #2310 2012-07-04 14:39:27 +02:00
Björn Antonsson
b92e22acda Merge branch 'master' of github.com:akka/akka 2012-07-03 16:10:55 +02:00
Björn Antonsson
0c38dac2ea Doc typo change and clarification 2012-07-03 16:10:42 +02:00
Patrik Nordwall
962e4a9638 Document how to boot up an Akka/play-mini application, see #2272 2012-07-03 11:28:55 +02:00
Viktor Klang
6fb06ee46b Merge with master and adding copyright notices on the osgi stuff 2012-07-01 22:31:39 +02:00
Oliver Schulz
777addc66c Merge branch master into bs-iterators
Resolved Conflicts:
	akka-actor/src/main/scala/akka/util/ByteString.scala
2012-07-01 17:29:12 +02:00
Viktor Klang
3797b72c45 Making sure that OSGi docs don't break the build and making sure that the osgi artifacts are bundled in the project 2012-07-01 13:31:11 +02:00
Viktor Klang
8ede1f55e9 Moving to s.c.EC and s.c.A, compiles but tests aren't passing 2012-06-29 16:40:36 +02:00
Viktor Klang
e62a0eee1c Merge with master 2012-06-29 16:07:36 +02:00
Viktor Klang
0bf45a9403 Initial work in moving to scala.concurrent.Await + Awaitable 2012-06-29 16:06:26 +02:00
Roland
d7bed79730 add JavaTestKit, see #1952
- it’s a completely new-written thing in pure Java, so that “protected”
  modifiers actually work and no ghost errors appear wrt. inheriting
  from PartialFunction or similar
- it also features integration with the EventFilter
- all closure-based constructs are modeled as inner classes of the
  JavaTestKit, where the user needs to override a single method which
  will then be executed
2012-06-29 14:42:11 +02:00
Gert Vanthienen
b136fe6c69 Merge remote-tracking branch 'akka/master' into osgi 2012-06-29 14:12:01 +02:00
Viktor Klang
54a3a44bf8 #2292 - Removing akka.util.Duration etc and replace it with scala.concurrent.util.Duration 2012-06-29 13:33:20 +02:00
Viktor Klang
1a7f29aaec Making everything compile and tests pass 2012-06-28 15:33:49 +02:00
Patrik Nordwall
2da1a912fe Improve efficiency of gossip, see #2193 and #2253
* Essentially as already described in cluster specification,
  but now fully implemented and tested with LargeClusterSpec
* Gossip to nodes with different view (using seen table)
  with certain probability
* Gossip chat, gossip back to sender
* Immediate gossip to joining node
* Updated some tests to reflect current implementation
2012-06-28 11:41:48 +02:00
phaller
8a88edc302 Stash docs: add paragraphs about performance and restarts 2012-06-27 19:10:21 +02:00
Gert Vanthienen
a7293ca7f3 Update osgi branch with latest changes from 'akka/master'
Conflicts:
	project/AkkaBuild.scala
2012-06-26 17:16:03 +02:00
RayRoestenburg
a7a96687e4 added akka camel docs 2012-06-26 10:43:31 +02:00
phaller
8b17099f50 Adding Stash section in Actors docs (including docs for the Java API).
Example code added to ActorDocSpec/UntypedActorDocTestBase.
2012-06-26 09:22:25 +02:00