Viktor Klang
aa4ad6f3c3
Making it green
2012-07-22 21:40:09 +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
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
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
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
Björn Antonsson
0c38dac2ea
Doc typo change and clarification
2012-07-03 16:10:42 +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
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
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
Roland
be74eb835b
stashin commit so Iulian can play with it
2012-06-25 19:30:13 +02:00
phaller
3337dc1387
Merge branch 'master' of github.com:akka/akka
2012-06-25 14:27:36 +02:00
phaller
e18d591647
Stash: add Java docs
2012-06-22 18:20:29 +02:00
Roland
422cf386c8
incorporate review comments, add docs, see #2031
...
also add Java sample for creating custom MailboxType
2012-06-19 14:52:02 +02:00
Viktor Klang
96f264e842
Initial stab at DeathWatch 2.0, tests don't pass just yet
2012-05-28 16:49:49 +02:00
Roland
0a09cfc893
kick off pattern collection
2012-05-27 14:18:35 +02:00
Viktor Klang
fdd4a85ab0
Adding docs about creating TypedActor children
2012-05-25 00:49:45 +02:00
Roland
7d342e5c96
add docs about how to serialize ActorRefs
...
- scala & java samples of how to obtain the correct address to inject
when calling ActorPath.toStringWithAddress
2012-05-24 19:27:29 +02:00
Roland
9ac11a6432
improve documentation of explicitly given routees
2012-05-22 13:07:05 +02:00
Patrik Nordwall
0eae9d8d22
Move all doc examples out of the akka-package to avoid use of private APIs. See #2092
2012-05-22 11:37:09 +02:00
Viktor Klang
2bb255b480
Removing ActorTimeoutException everywhere... I swear it...
2012-05-18 15:23:21 +02:00
Jonas Bonér
e9b689c665
Fixed error in Java code for Extension docs
2012-05-09 09:36:16 +02:00
Viktor Klang
57c5dd00e0
Removing akka.actor.Actors since they were deprecated in 2.0.2
2012-05-07 20:37:56 +02:00
Viktor Klang
8ac7ac8499
Adding docs section on how to proxy ActorRefs with TypedActors
2012-04-23 16:19:58 +02:00
Viktor Klang
b7947ca772
#1885 - Adding section on serializing ActorRefs
2012-03-05 11:30:21 +01:00
Roland
73170d1f4b
Merge remote-tracking branch 'origin/master' into testing-2.9.2
2012-02-28 10:52:27 +01:00
Viktor Klang
46b9b3cd43
Removing the Filter class, keeping Filter.filterOf
2012-02-27 11:08:02 +01:00
Roland
5fe27b523b
rename AddressExtractor to AddressFromURIString, see #1865
2012-02-27 10:28:20 +01:00
Roland
b4fcc3b2f2
Merge remote-tracking branch 'origin/master' into wip-1836-durMB-settings-∂π
...
... and fix up MailboxType docs with new constructor signature.
2012-02-26 21:38:56 +01:00
Roland
eaee16c7d3
include system.settings when constructing MailboxType, see #1864
...
- necessary to not have to construct one Settings object per
MessageQueue
- added system.settings to DispatcherPrerequisites
2012-02-26 21:26:25 +01:00
Roland
0cb2184904
make it compile in SBT & Eclipse with 2.9.2-SNAPSHOT
...
- there is one remaining bug, which makes it impossible to implement
Function1[T, Boolean] from Java (I wonder if this will ever work,
given that there is no equivalent type expressible in Java)
- hence create Function1 in Scala code, Java only prepares a Filter SAM
which does not inherit from anything
- ugly (one more alloc) but the only way I see right now.
2012-02-25 19:34:59 +01:00
Viktor Klang
1e7ce2bfc7
#1859 - rewriting dispatcher docs
2012-02-24 14:28:17 +01:00
Roland
18cd7f8d5f
Merge branch 'wip-1854-fix-restart-∂π'
2012-02-22 15:52:11 +01:00
Roland
ae4a1960ad
document multi-arg logging, see #1856
2012-02-22 11:00:00 +01:00
Viktor Klang
98b74a974c
Last minute awesomization of the priority based mailbox API docs
2012-02-21 18:24:56 +01:00
Roland
c84daf83e8
clean up mailbox types configurability, see #1843
...
- add (config) constructors to std mailbox types
- update docs for prio mailbox to directly implement MailboxType
2012-02-21 16:40:34 +01:00
Roland
ef0af0b47f
document RemoteRouterConfig, see #1846
...
- fix Java API
- change to pass in Addresses so that validation happens earlier
2012-02-21 15:37:51 +01:00
Viktor Klang
0f685bdaae
Adding example on how to roll your own ExecutionContext
2012-02-20 15:43:17 +01:00
Roland Kuhn
ea45c8bdbb
Merge pull request #334 from jboner/wip-system-and-routers-∂π
...
Wip system and routers ∂π
2012-02-20 01:59:32 -08:00
Roland
62be4dafee
fix Java API for creating SupervisorStrategy from array
2012-02-19 10:13:53 +01:00
Roland
0f48b9f3eb
make supervisorStrategy of Router configurable, see #1835
...
- also do not scrap router’s children upon restart
- and add docs and tests
2012-02-18 22:15:39 +01:00
Viktor Klang
e88f2bd936
First stab, do we want to go for throws Throwable or even just switch to RuntimeExceptions?
2012-02-16 12:31:49 +01:00
Patrik Nordwall
e017aeef08
Replace akka.actor.timeout with specfic settings. See #1808
...
* ActorTimeout (akka.actor.timeout) was used to all sorts of things.
* TestKit default-timeout
* TypedActor timeout for non void methods
* Transactor coordinated-timeout
* ZeroMQ new-socket-timeout
* And in various tests
2012-02-10 16:07:17 +01:00
Roland
47741511aa
Merge branch 'wip-1750-remove-ReflectiveAccess-∂π'
2012-02-10 14:38:58 +01:00
Roland
6786e45dc7
Merge branch 'wip-1804-router-create-race-∂π'
2012-02-10 14:38:51 +01:00