Viktor Klang
8bca635279
Stab at fixing more tests with timeout issues on Jenkins
2012-07-24 14:26:22 +02:00
Viktor Klang
386506727f
Fixing ActivationIntegrationTest
2012-07-24 13:31:41 +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
20117a248f
Scalariform
2012-07-24 11:23:58 +02:00
Viktor Klang (√)
29b8035e2b
Merge pull request #579 from akka/wip-2337-route-extractor-∂π
...
add akka.testkit.ExtractRoute, see #2337
2012-07-23 14:31:40 -07:00
Viktor Klang (√)
eb742d8a52
Merge pull request #578 from akka/wip-scala210M5-√
...
READY FOR ACTION: Wip scala210 m5 √
2012-07-23 13:21:19 -07:00
Viktor Klang
b84de3cac9
#2221 - Making sure that ActorSystem.stop doesn't throw exceptions
2012-07-23 19:29:43 +02:00
Roland
5e6b6f21ff
add akka.testkit.ExtractRoute, see #2337
2012-07-23 17:27:05 +02:00
Viktor Klang
0535c7b506
ALL GREEN BABY
2012-07-23 16:40:09 +02:00
Viktor Klang
47509668b1
Fixing bug in preRestart pushing the envelope as message
2012-07-23 16:23:26 +02:00
Viktor Klang
985d17de63
Merging with master
2012-07-23 15:49:19 +02:00
Roland
2a9678a617
fix SupervisorHierarchySpec
2012-07-23 14:51:55 +02:00
Roland
e305c4c9b7
fix two language feature warnings
2012-07-23 14:28:55 +02:00
Roland
dca8d15c68
Merge branch 'wip-2212-recursive-resume-∂π' into wip-scala210M5-√
...
only merged so that it compiles, will clean up warnings in the following
commits
2012-07-23 14:17:45 +02:00
Roland
d85ce865d3
remove CPS stuff from AkkaBuild (breaks eclipse)
2012-07-23 13:59:27 +02:00
Viktor Klang
254d962135
Adding import language.implicitConversions for Member.scala
2012-07-23 13:53:20 +02:00
Viktor Klang
21e5133443
#2335 - Adding better failures to AskSupport and added clearer error messages
2012-07-23 13:52:48 +02:00
Viktor Klang (√)
45af2e318b
Merge pull request #576 from akka/wip-camel-java-docs
...
camel docs java
2012-07-23 03:21:17 -07: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
RayRoestenburg
9ac24ee4d7
made receive and onReceive final in Producer
2012-07-23 01:35:59 +02:00
RayRoestenburg
6ba8d39e06
more review
2012-07-22 21:57:27 +02:00
Viktor Klang
aa4ad6f3c3
Making it green
2012-07-22 21:40:09 +02:00
Roland
6ca3050bb0
small fix in stringifying ActorInitializationException
2012-07-22 16:30:40 +02:00
Viktor Klang
e5b3fd00a2
Prettify dependencies
2012-07-22 16:09:00 +02:00
Viktor Klang
b5824894a2
Chaning an implicit val to an import of that value
2012-07-22 15:51:25 +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
8095607982
Making FutureTimeoutSupport more robust
2012-07-22 14:16:09 +02:00
Viktor Klang
94e8d201f0
Removing ExecutionContext from some signatures in Future.scala, changing copyright to Akka for BatchingExecutor
2012-07-22 13:38:12 +02:00
RayRoestenburg
58c9785db1
processed code review, still have to do docs comments
2012-07-22 13:32:26 +02:00
Viktor Klang
f3078263bc
Making sure that akka-remote and akka-remote-tests compiles and that tests are green
2012-07-21 18:30:14 +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
f7e3c78a7b
Fixing CircuitBreakerSpec and CircuitBreaker
2012-07-21 13:06:45 +02:00
Viktor Klang
f90b920454
Fixing Future2ActorSpec and adding scaladoc to Batchable and making it extend Runnable
2012-07-21 11:42:16 +02:00
Viktor Klang
c25ad14c14
Rewriting the event loop in batching to be tailrec, very nice
2012-07-21 01:40:03 +02:00
Viktor Klang
20d7af1af3
Fatal mistake in Batching corrected
2012-07-21 01:19:42 +02:00
Viktor Klang
cef553d5b6
Minor restructuring in Batching
2012-07-21 01:02:42 +02:00
Viktor Klang (√)
87d6b5dea1
Merge pull request #577 from havocp/batching-mixin-havocp
...
add BatchingExecutor mixin trait to akka.dispatch, unused
2012-07-20 14:38:46 -07:00
Havoc Pennington
d27c626119
add BatchingExecutor mixin trait to akka.dispatch, unused
...
For now this trait isn't used anywhere and the test is disabled;
just pushing it as something we can build on. It needs to be
hooked in to configuring the ExecutorService probably, and
we are also considering whether to make it a public API and
what that API would be like.
2012-07-20 17:35:03 -04: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
5a81ac3ba5
Bumpting to Scala 2.10.0-SNAPSHOT
2012-07-20 16:01:18 +02:00
Viktor Klang
6e134ede21
Merge branch 'master' into wip-scala210M4-√
2012-07-20 14:17:27 +02:00
Viktor Klang
3856ec9357
Adding additional router supervision test
2012-07-20 14:13:13 +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
6d0809f1f4
Fixing FutureSpec SUPERGREEN
2012-07-17 20:18:34 +02:00
Viktor Klang
61b3dec732
Making so that 'pass checks' fails
2012-07-17 17:39:24 +02:00
Viktor Klang
1bf0fe4448
Partial migration to M5
2012-07-17 17:21:08 +02:00
RayRoestenburg
2472e46263
camel docs java
2012-07-16 09:15:54 +02:00
Viktor Klang
b8e7569e56
Merge branch 'master' into wip-scala210M4-√
2012-07-13 15:36:59 +02:00