Commit graph

12466 commits

Author SHA1 Message Date
viktorklang
f02c4e89a3 Merge pull request #419 from akka/wip-1886-dual-failed-ec-submissions-√
The only sensible solution is to log and rethrow, nooptimal solution.
2012-04-26 15:46:28 -07:00
viktorklang
b0f2120ed3 Merge pull request #418 from akka/wip-2020-throws-clause-for-java-api-√
#2020 - Adding 'checkedApply' to Mapper to allow for binary compatible r...
2012-04-26 15:44:25 -07:00
viktorklang
a6a40f9543 Merge pull request #424 from akka/wip-1986-japa-api-mute-unmute-√
#1986 - Adding Java API constructors for Mute/UnMute
2012-04-26 15:40:59 -07:00
viktorklang
2f96e7431e Merge pull request #425 from akka/wip-2023-noarfu-futures-√
#2023 - Switching from ARFU to Unsafe for the DefaultPromise
2012-04-26 15:40:13 -07:00
Viktor Klang
97e8e4880f Removing the String-only lookup method and replaced it with Iterable, Iterator and ActorPath 2012-04-26 23:59:18 +02:00
Viktor Klang
4d0c6e17d9 #2003 - Switching over to WildcardTree 2012-04-26 17:24:43 +02:00
Viktor Klang
0a5d5f7060 Optimizing AbstractPromise to avoid initial CAS 2012-04-26 10:55:51 +02:00
Viktor Klang
f56dee1290 Reverting to the old NonFatal impl since the new wasn't needed and adding finally block and escalation only in the case of InterruptedException or fatal 2012-04-26 10:28:23 +02:00
Viktor Klang
fbb3356fb0 #2023 - Switching from ARFU to Unsafe for the DefaultPromise 2012-04-26 02:12:59 +02:00
Viktor Klang
6cfe768d03 #1986 - Adding Java API constructors for Mute/UnMute 2012-04-25 18:47:51 +02:00
Viktor Klang
ba4a3b7f65 #1973 - Adding support for a mechanism to create Futures that will have a result after a specified duration. 2012-04-25 18:34:25 +02:00
viktorklang
0f18259027 Merge pull request #420 from amir343/master
AccrualFailureDetector tests are tagged as LongRunningTest to reduce the
2012-04-25 08:28:44 -07:00
Viktor Klang
66d0b81133 Switching to a more streamlined approach for systemInvoke error handling, resembling the approach used by invoke 2012-04-25 17:24:16 +02:00
Amir Moulavi
dcb0a177f1 #2021: Abstract over time for AccrualFailureDetector 2012-04-25 14:46:27 +02:00
Amir Moulavi
202efb1c6a Merge https://github.com/akka/akka 2012-04-25 14:40:37 +02:00
Björn Antonsson
99d22be048 Added doc note on routers and termination 2012-04-25 11:56:41 +02:00
Viktor Klang
45694c65f4 Added support for a config flag that allows the user to reuse the default dispatcher as the ExecutorService for the Netty Remote Pipeline (IO) 2012-04-25 10:41:16 +02:00
Amir Moulavi
7b0925705b Redundant import that was made by IntelliJ is removed 2012-04-25 10:11:39 +02:00
Amir Moulavi
30d553c7b9 AccrualFailureDetector tests are tagged as LongRunningTest to reduce the test run 2012-04-25 09:06:21 +02:00
Viktor Klang
11c130e44e The only sensible solution is to log and rethrow, nooptimal solution. 2012-04-25 00:51:23 +02:00
Oliver Schulz
a8030b0bf0 Optimized CompactByteString.apply methods for the case of empty input 2012-04-24 23:38:48 +02:00
Oliver Schulz
68d073203c Renamed ByteString.ByteStringCompact to ByteString.ByteString1C
Avoids confusing ByteStringCompact with CompactByteString and fits in
well with siblings ByteString1 and ByteStrings.

Also improved class description.
2012-04-24 23:16:05 +02:00
Viktor Klang
a863f135e0 #2020 - Adding 'checkedApply' to Mapper to allow for binary compatible retrofit. And then @throws on the other Java Callbacks 2012-04-24 17:56:18 +02:00
Heiko Seeberger
8dbfbbe966 closes #2019: Use parentheses for arity-0 methods which are not referentially transparent 2012-04-24 16:38:21 +02:00
viktorklang
1f30be1f87 Merge pull request #415 from amir343/master
AccrualFD: explicit removal of connections functionality + corresponding tests
2012-04-24 06:04:37 -07:00
Viktor Klang
96d657f048 #1896 - Sprinkling some magic sauce so that we can support recreating the exact same instance without ending up in a world of pain. A world of pain. 2012-04-24 14:54:59 +02:00
Amir Moulavi
d3e18aa50c Merge https://github.com/akka/akka 2012-04-24 14:40:07 +02:00
Amir Moulavi
4c8025d006 Redundant if clause is removed 2012-04-24 14:39:53 +02:00
viktorklang
1614ae3b9f Merge pull request #414 from akka/wip-1969-pipesupport-needs-sender-√
#1969 - Adding support for specifying sender to PipeSupport
2012-04-24 04:49:45 -07:00
Viktor Klang
342c63510e Make Java come before Scala in the docs 2012-04-24 13:49:21 +02:00
Viktor Klang
23ffacde9a The unborkening of master, fixing breakage in camel docs 2012-04-24 13:48:13 +02:00
Amir Moulavi
47f08f39a5 Ignored test is fixed now. Redundant comment is removed from test 2012-04-24 12:29:00 +02:00
Amir Moulavi
ae28ffc56f Merge https://github.com/akka/akka 2012-04-24 12:28:19 +02:00
viktorklang
ac2d7b958a Merge pull request #398 from akka/wip-cluster-console-jboner
Addition of a 'akka-cluster' command line tool and a JMX API for administration of cluster nodes.
2012-04-24 03:19:43 -07:00
Amir Moulavi
0323fe4502 Merge https://github.com/akka/akka 2012-04-24 12:10:54 +02:00
Amir Moulavi
2d75138150 Ignored test runs again + a new test for explicit removal of connections in AccrualFD 2012-04-24 12:10:41 +02:00
Amir Moulavi
2c5714819e Explicit removal of connection functionality is implemented for AccrualFD 2012-04-24 12:09:30 +02:00
Viktor Klang
dec644e8a8 #1969 - Adding support for specifying sender to PipeSupport 2012-04-24 12:04:31 +02:00
Jonas Bonér
19a8cd8f91 Merge branch 'master' into wip-cluster-console-jboner
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-04-24 11:43:36 +02:00
viktorklang
c62a34c67d Merge pull request #406 from akka/wip-2004-typed-context-√
Adding TypedActor.context for the lifecycle methods
2012-04-24 02:00:13 -07:00
Piotr Gabryanczyk
99eea9e12c Merge pull request #404 from akka/wip-camel-doc
Wip camel doc - setting the scene
2012-04-24 01:57:20 -07:00
viktorklang
94bc44c62b Merge pull request #407 from akka/wip-2002-npe-in-slf4jeventhandler-√
Making sure that null-messages don't mess up SLF4J handler
2012-04-24 01:44:14 -07:00
viktorklang
40bd984bb0 Merge pull request #410 from akka/wip-2005-remote-transport-signature-√
#2005 - Putting the required fields into RemoteTransport and took the op...
2012-04-24 01:43:34 -07:00
Piotr Gabryanczyk
841bd4effc Merge branch 'wip-camel-doc' of github.com:akka/akka into wip-camel-doc
Conflicts:
	akka-docs/scala/index.rst
2012-04-24 09:43:12 +01:00
Piotr Gabryanczyk
4b1e6cdfce removed info about typed actors 2012-04-24 09:41:31 +01:00
Piotr Gabryanczyk
f132d193f1 Extracting code to scala files 2012-04-24 09:41:31 +01:00
Piotr Gabryanczyk
b9a4fda27f Initial doc import. Adding just an introduction as this is my first commit to docs, so this is just to set the scene. 2012-04-24 09:41:31 +01:00
Piotr Gabryanczyk
456223dc13 Initial doc import. Adding just an introduction as this is my first commit to docs, so this is just to set the scene. 2012-04-24 09:41:31 +01:00
viktorklang
b2969a5c6a Merge pull request #413 from akka/issue-2013
closes #2013: Typos in the docs, using parens for arity-0 methods which ...
2012-04-24 01:30:15 -07:00
Jonas Bonér
b7002b3f8e Removed the 'jmxclient' JAR. Instead changed AkkaBuild to get it from the Typesafe Maven Repo and tweaked 'akka-cluster' script to use it.
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-04-24 10:19:36 +02:00