Roland
aec29618e3
require “Actor with Channels” by using self-typing
2013-01-31 08:49:12 +01:00
Roland
6e6e7f7e55
first cut of the docs for typed channels
2013-01-31 00:23:35 +01:00
Christophe Pache
c3b8a05a43
correction of akka-osgi imports (missing imports)
2013-01-30 13:27:17 +01:00
Roland
5949d71b93
deprecate old akka.actor.IO
2013-01-30 12:08:48 +01:00
Roland
389768b488
clean up test output and help aggregation to pass on my Mac
2013-01-30 11:28:47 +01:00
Roland
a964843843
move akka-io project into akka-actor’s akka.io package
2013-01-30 09:30:59 +01:00
Roland Kuhn
46a6e34103
Merge pull request #1068 from akka/wip-2950-LARS-∂π
...
fix the first of the issues: too strict test requirement, see #2950
2013-01-29 11:10:10 -08:00
Roland
b881963907
make sure that InterruptExceptions are not swallowed, see #2963
...
also remove an old work-around in CallingThreadDispatcherModelSpec and
describe the rules for interrupting in the testing docs
2013-01-29 17:26:15 +01:00
Roland
afb5740d74
fix the first of the issues: too strict test requirement, see #2950
...
LARS may execute recurring tasks a little too early on occasion, which
is a direct consequence of it trying to keep them running more regularly
and also allowing them to run at 1/tick rate.
2013-01-29 17:25:35 +01:00
Patrik Nordwall
f9611178a3
Remove try ... catch constructs around invokations of tell, see #2870
2013-01-29 16:10:46 +01:00
drewhk
1c9c4ea8f0
Merge pull request #1088 from drewhk/wip-fix-RemoteConfigSpec-discrepancy-drewhk
...
Fixed mismatched RemoteConfigSpec with reference.conf
2013-01-29 05:19:29 -08:00
Endre Sándor Varga
2773b685d1
Fixed mismatched RemoteConfigSpec with reference.conf
2013-01-29 14:17:37 +01:00
Patrik Nordwall
80c5525e7f
Merge pull request #1082 from akka/wip-2953-openBreaker-patriknw
...
Fix race in CircuitBreakerMTSpec.openBreaker, see #2953
2013-01-29 04:19:02 -08:00
Roland
33c588d3fc
ignore automatically assembled files in akka-osgi resources dir
2013-01-29 12:34:33 +01:00
Viktor Klang (√)
664ab76bf5
Merge pull request #1085 from akka/wip-2974-escalate-uncaught-exceptions-√
...
Making sure that the current Threads' UEH is called when using Akka FJP ...
2013-01-29 03:21:22 -08:00
drewhk
3e54c347dc
Merge pull request #1077 from drewhk/wip-2959-cluster-deathwatch-fix-drewhk
...
Dead letters containing remote envelopes handled correctly #2959
2013-01-29 03:07:51 -08:00
Viktor Klang
1c104c382a
Merge branch 'master' into wip-2974-escalate-uncaught-exceptions-√
2013-01-29 11:42:42 +01:00
Endre Sándor Varga
e0a9dd70ba
Dead letters containing remote envelopes handled correctly #2959
...
- New DeadLetter class for handling remoting specific envelopes
- Fixed error handling of name lookups
- Name lookup is now handled via futures (future refactor opportunity)
2013-01-29 11:31:53 +01:00
Viktor Klang
ff540d76ec
Making sure that the current Threads' UEH is called when using Akka FJP in Dispatcher as ExecutionContext
2013-01-29 11:26:06 +01:00
Patrik Nordwall
cc9c9ce12a
Fix race in CircuitBreakerMTSpec.openBreaker, see #2953
...
* The problem was that the breaker is asynchronous so it may
take some extra time to open.
* Was able to reproduce with a sleep in onComplete in
CircuitBreaker L303
* Added an extra awaitCond in case the normal (quick)
failing calls don't open the breaker
2013-01-29 11:24:43 +01:00
Björn Antonsson
3116c7d4c4
Merge pull request #1078 from akka/wip-2919-master-we-get-lingering-dispatchers-ban
...
Forward port of #2919 Keep the dispatcher inhabitants count balanced.
2013-01-29 02:17:25 -08:00
Roland Kuhn
cf97fa0987
Merge pull request #1060 from Crossing-Tech/osgi-user-configuration
...
user configuration for OSGi application bundle
2013-01-29 02:16:34 -08:00
Patrik Nordwall
ca3a978ee1
Merge pull request #1080 from akka/wip-2961-TestActorRefSpec-patriknw
...
Stop sending 'timeout' from ReceiveTimeoutActor, see #2961
2013-01-29 02:13:42 -08:00
Patrik Nordwall
483514ac86
Merge pull request #1074 from akka/wip-cluster-singleton-docs-patriknw
...
Clarifications of cluster singleton docs, see #2895
2013-01-29 02:04:35 -08:00
Patrik Nordwall
c48d9c058e
Clarifications of cluster singleton docs, see #2895
2013-01-29 11:03:25 +01:00
Viktor Klang (√)
b0a9b9b9c5
Merge pull request #1084 from akka/wip-hardening-serialization-spec-√
...
Reenabling the SerializationCompatibilitySpec, now with extra bells and ...
2013-01-29 01:42:49 -08:00
Christophe Pache
240981d4d5
user configuration for OSGi application bundle
2013-01-29 10:17:06 +01:00
Viktor Klang (√)
2ee4198fb2
Merge pull request #1072 from akka/wip-2942-prolong-typedactor-test-timeout-√
...
#2942 - prolonging timeout for one test in TypedActorSpec to accomodate...
2013-01-28 16:19:21 -08:00
Viktor Klang
d4549ffb71
Reenabling the SerializationCompatibilitySpec, now with extra bells and whistles.
2013-01-28 23:20:43 +01:00
Viktor Klang (√)
9e3a499671
Merge pull request #1081 from akka/wip-hardening-serialization-spec-√
...
Making it easier to understand where the SerializeSpec fails
2013-01-28 14:09:22 -08:00
Viktor Klang
647c128aaa
Making it easier to understand where the SerializeSpec fails
2013-01-28 23:08:17 +01:00
Roland Kuhn
f52129b7dc
Merge pull request #1013 from Crossing-Tech/logger-osgi
...
EventHandler using the OSGi LogService
2013-01-28 08:10:27 -08:00
Patrik Nordwall
ed18c57183
Stop sending 'timeout' from ReceiveTimeoutActor, see #2961
2013-01-28 16:40:33 +01:00
Viktor Klang (√)
00d55276d6
Merge pull request #1075 from akka/wip-2964-update-camel-√
...
#2964 - Updating Camel to 2.10.3
2013-01-28 07:18:56 -08:00
Viktor Klang (√)
19716654e5
Merge pull request #1073 from akka/wip-2913-add-asByteBuffers-to-ByteString
...
#2913 - Adding asByteBuffers to ByteString
2013-01-28 07:18:19 -08:00
Viktor Klang (√)
d6addd9f07
Merge pull request #1051 from akka/wip-agent-rework-√
...
Migrating Agents to greener pastures
2013-01-28 07:16:41 -08:00
Christophe Pache
a88eb0d850
OSGi EventHandler dynamically listen to LogService
...
More information in logging
Conflicts:
project/AkkaBuild.scala
2013-01-28 16:06:56 +01:00
Christophe Pache
49e73f2fb7
EventHandler using the OSGi LogService
...
NB1: the EventHandler needs to be specified in the configuration
NB2: there are some logs that appear in the OSGi prompt at starting and stopping of the Bundle
messages are stored in Buffer
become used in DefaultOSGiLogger
cleanings
thanks to patriknw
Conflicts:
project/AkkaBuild.scala
2013-01-28 16:02:47 +01:00
Patrik Nordwall
735d76ec79
Increase remoting startup/shutdown timeoutsi, see #2954
2013-01-28 15:59:41 +01:00
Viktor Klang
60ac737057
Alter the timeouts of the TypedActorSpec to use 'remaining' when possible
2013-01-28 15:53:52 +01:00
Roland Kuhn
feb413d218
Merge pull request #1067 from akka/wip-2940-sysmsg-serializable-rich
...
Make it easer to override SystemMessage serialization. Fixes #2940
2013-01-28 06:11:24 -08:00
Björn Antonsson
bd25c94445
Keep the dispatcher inhabitants count balanced. See #2919
...
Conflicts:
akka-remote/src/test/scala/akka/remote/UntrustedSpec.scala
2013-01-28 15:06:14 +01:00
Viktor Klang
2f86107b10
#2913 - Adding asByteBuffers to ByteString
2013-01-28 14:42:53 +01:00
Roland Kuhn
842ac74056
Merge pull request #1059 from spray/wip-IO-ReduceReceivedMsgs
...
aggregate received data as long as there's data in kernel buffers or 're...
2013-01-28 05:26:03 -08:00
Viktor Klang
a70db6a141
Adding migration docs for new Agents
2013-01-28 12:08:23 +01:00
drewhk
d486721563
Merge pull request #1070 from drewhk/wip-2906-udpate-remote-samples-drewhk
...
Updated samples to run with the new remoting #2906
2013-01-28 02:13:33 -08:00
Viktor Klang
e0c8cc4ff3
#2964 - Updating Camel to 2.10.3
2013-01-28 02:01:02 +01:00
Rich Dougherty
7b3ec79c0c
Make it easer to override SystemMessage serialization. Fixes #2940
...
* Make SystemMessage extend Serializable to avoid ambiguity when
setting serialization-bindings.
* Set serialVersionUID in SystemMessages and create tests to
ensure binary formats remain unchanged.
* Add tests for reference.conf's serialization settings.
* Make some existing serialization tests more robust.
Removed boilerplate from serialization tests
Use actual reference.conf; tidy up
Make serialization compatible
2013-01-28 13:23:52 +13:00
Viktor Klang
791bbd1565
#2934 - explaining send a bit better in the docs
2013-01-27 23:01:29 +01:00
Viktor Klang
9343c5380a
#2942 - prolonging timeout for one test in TypedActorSpec to accomodate for slow Jenkins
2013-01-27 20:03:27 +01:00