Viktor Klang
9de08bb4ce
Review comments addressed
2012-01-25 16:23:06 +01:00
Viktor Klang
fb03dd97dc
Fixing multi-jvm tests
2012-01-25 16:12:28 +01:00
Viktor Klang
2f5e58f092
Removing dead imports from 0mq
2012-01-25 16:02:03 +01:00
Viktor Klang
f85070c68a
Removing dead imports for transactors
2012-01-25 16:00:43 +01:00
Viktor Klang
2e834b08e2
Removing dead imports from testkit
2012-01-25 15:59:37 +01:00
Viktor Klang
09a7ca2026
Removing dead imports from sbt plugin
2012-01-25 15:57:19 +01:00
Viktor Klang
1590438b0c
Removing dead imports from akka-remote
2012-01-25 15:55:27 +01:00
Viktor Klang
7f0c4e3d63
Removing dead imports from kernel
2012-01-25 15:48:30 +01:00
Viktor Klang
08967d4149
Removing dead imports in durable mailboxes
2012-01-25 15:46:45 +01:00
Viktor Klang
a2c558838d
Removing dead imports in akka-migration
2012-01-25 15:42:29 +01:00
Viktor Klang
f7a45c0e8f
Removing dead imports from akka-actor
2012-01-25 15:38:04 +01:00
viktorklang
7f3a9cd756
Merge pull request #258 from jboner/wip-1723-FiniteDuration-∂π
...
tighten static type of Duration factories
2012-01-24 13:16:05 -08:00
Derek Williams
2ac8a25b72
More work on IO reST docs
2012-01-24 13:37:26 -07:00
Roland
9d18b620a9
tighten static type of Duration factories
...
- return FiniteDuration whenever possible to allow statically guarding
against infinities
- add Ordering[Duration] and Ordering[FiniteDuration] instances
- avoid use of structural types in multiplication enrichments
- had to fix type inference problem due to too precise type in
DurationSpec (view bounds vs. local type inference vs. operator
precedence)
2012-01-24 21:23:07 +01:00
Patrik Nordwall
6265f68ba9
Fixed conflicting dependencies. See #1718
...
* Duplicate jar files, of different versions were included in dist
* In mongoMailbox I forced netty-3.2.6.Final -> netty-3.3.0.Final, different organization also
* In mongoMailbox I forced commons-pool-1.5.5 -> commons-pool-1.5.6
* In mongoMailbox I forced slf4j-api-1.6.1 -> slf4j-api-1.6.4
* In redisMailbox I forced slf4j-api-1.6.1 -> slf4j-api-1.6.4
2012-01-24 20:58:32 +01:00
Patrik Nordwall
96e072602e
DOC: Typo
2012-01-24 17:44:01 +01:00
patriknw
11b489eefd
Merge pull request #257 from jboner/wip-1574-fault-tolerance-sample-patriknw
...
DOC: Added new fault handling sample. See #1574
2012-01-24 08:20:25 -08:00
Patrik Nordwall
e4cd3c3277
Minor adjustments based on feedback. See #1574
2012-01-24 17:16:11 +01:00
viktorklang
59cff89f37
Merge pull request #256 from jboner/wip-1537-moar-futuredocs-√
...
Wip 1537 moar futuredocs √
2012-01-24 07:38:31 -08:00
Viktor Klang
eca809675a
Merge branch 'master' into wip-1537-moar-futuredocs-√
2012-01-24 16:31:52 +01:00
Viktor Klang
5483dacaba
Adding Future docs for Java API
2012-01-24 16:31:20 +01:00
Patrik Nordwall
cd608301f8
Commented out Schoir plugin. It has bad dependency to log4j 1.2.15. See #1721
2012-01-24 16:02:21 +01:00
Roland Kuhn
1399b048e1
Merge pull request #251 from jboner/wip-1719-ExtendedActorSystem-∂π
...
add ExtendedActorSystem to shield ActorSystemImpl
2012-01-24 06:36:05 -08:00
Roland Kuhn
996b2dc173
Merge pull request #255 from jboner/wip-1428-FSM-Java-∂π
...
add Java FSM example and reST, see #1428
2012-01-24 06:35:42 -08:00
Viktor Klang
28dfdaba32
Correcting after review
2012-01-24 15:03:32 +01:00
Patrik Nordwall
4c6eba57db
DOC: Added new fault handling sample. See #1574
2012-01-24 14:43:33 +01:00
Roland
6afed30d43
add Java FSM example and reST, see #1428
2012-01-24 14:32:17 +01:00
Viktor Klang
c351aef39c
Correcting spelling errors and fixing formatting of futures.rst
2012-01-24 13:59:23 +01:00
Roland Kuhn
dcdbca1167
Merge pull request #250 from jboner/wip-1714-withinTimeRange-patriknw
...
Improved API of OneForOneStrategy and AllForOneStrategy. See #1714
2012-01-24 04:13:36 -08:00
Roland
f4ee0969b0
add implicit Decider conv. for Iterable[CauseAction]
2012-01-24 12:14:05 +01:00
Viktor Klang
36ef8820b8
Adding docs and samples for onSuccess, onFailure, onComplete, filter, or, zip and successful/failed
2012-01-24 12:13:13 +01:00
Roland
d5c23bcb76
add ExtendedActorSystem to shield ActorSystemImpl
...
- add provider, guardian, systemGuardian and deathWatch to it
- make ActorSystemImpl extend ExtendedActorSystem
- use ExtendedActorSystem for creating extensions, thereby limiting the
access extensions get to just those four published methods.
2012-01-24 11:33:40 +01:00
Patrik Nordwall
2ed56dea7c
Type inferer help not needed
2012-01-24 10:40:24 +01:00
Patrik Nordwall
2a6b7f9b03
Moved decider to separate parameter list, and implicit conversion from Seq[Throwable]. See #1714
2012-01-24 10:35:09 +01:00
Roland
ee5ae1068b
Merge branch 'wip-1485-fsm-docs-∂π'
2012-01-24 09:35:35 +01:00
Roland
ec1433c156
code style touch up of FSM.scala
2012-01-24 09:35:00 +01:00
Patrik Nordwall
abc072ef0a
Improved API of OneForOneStrategy and AllForOneStrategy. See #1714
...
* withinTimeRange: Duration
* Removed need for Options in API
2012-01-24 08:46:27 +01:00
Derek Williams
4c6f9b86d1
More IO docs
2012-01-23 23:44:41 -07:00
Derek Williams
4bbae37ee7
Use random port in remaining IO tests
2012-01-23 23:44:28 -07:00
Peter Vlugter
ae79194118
Fix scaladoc @returns warnings (use @return)
2012-01-24 12:35:32 +13:00
Peter Vlugter
2615d0c731
Update zeromq module
...
- rewrite ZeroMQ java api object in scala to fix scaladoc errors
- move package object to correct dir
- update copyright headers
2012-01-24 12:28:05 +13:00
Derek Williams
4d3369ec5a
IO: Don't use JDK7 api
2012-01-23 11:12:15 -07:00
Roland
4c65c58bce
remove implementation from TypedActor lifecycle traits to require their implementation
2012-01-23 18:53:11 +01:00
Derek Williams
0137c81374
Merge branch 'master' of github.com:jboner/akka
...
Conflicts:
akka-actor-tests/src/test/scala/akka/actor/IOActor.scala
2012-01-23 10:41:22 -07:00
Derek Williams
6d348b6e0e
IO: Support random port
2012-01-23 10:40:05 -07:00
Roland
2a0c4ca145
Merge branch 'wip-1581-patterns-ask'
2012-01-23 18:35:30 +01:00
Roland
9d7ed5eba1
update copyright headers
2012-01-23 18:25:43 +01:00
Roland
7c9b044e11
incorporate Viktor’s review
2012-01-23 18:23:34 +01:00
Viktor Klang
56b27d8c04
Merge branch 'master' of github.com:jboner/akka
2012-01-23 18:13:02 +01:00
Viktor Klang
2557d594cb
Fixing misconception around hotswapped behavior
2012-01-23 18:08:00 +01:00