Patrik Nordwall
a247365b57
!act,doc #2922 Doc event bus and fix Java API
2014-02-13 12:23:51 +01:00
Patrik Nordwall
f1edf78979
Merge pull request #1980 from vossad01/wip-3838-SetCopyrightYear2014-vossad01
...
Update Copyright to 2014, see #3838
2014-02-06 11:14:38 +01:00
Adam Voss
cce29dfa51
Changes all occurances of Typesafe copyright to extend to 2014.
2014-02-04 21:20:09 -06:00
Björn Antonsson
eb8a3b2c3e
Merge pull request #1981 from akka/wip-3857-failed-actorselectionspec-ban
...
=act #3857 Ensure that only relevant test messages go to dead letters
2014-02-04 01:21:24 -08:00
Patrik Nordwall
7b25bd73d5
Merge pull request #1982 from akka/wip-enable-diagrams-patriknw
...
=pro Enable scaladoc diagrams
2014-02-03 03:21:24 -08:00
Patrik Nordwall
088b37f185
=pro Enable scaladoc diagrams
2014-02-03 12:20:09 +01:00
Björn Antonsson
7f189366b9
=act #3857 Ensure that only relevant test messages go to dead letters
...
* Since there was no sender for the `Create` message in the test, the
created `ActorRef` was also sent to dead letters, creating a race
where the test could start to subscribe _too early_ and receive the
`ActorRef` instead of the expected string.
2014-02-03 11:54:13 +01:00
Patrik Nordwall
5650998ede
Merge pull request #1967 from dhobi/master
...
=doc Explaining how to deal with Exceptions in TypedActor
2014-02-03 02:44:41 -08:00
Patrik Nordwall
d58ed9b5d1
Merge pull request #1971 from vigdorchik/source_links
...
=pro #3852 scaladoc generation: add a link to source file on github.
2014-02-03 02:43:34 -08:00
Patrik Nordwall
ee782f2386
Merge pull request #1978 from akka/wip-3853-consistent-hashing-group-patriknw
...
=act #3853 Fix consistent hashing group inconsistency
2014-02-03 02:43:12 -08:00
Patrik Nordwall
dc5b9c65db
Merge pull request #1979 from akka/wip-3855-scala-2.10.3-patriknw
...
=pro #3855 Update to Scala 2.10.3
2014-02-03 02:42:59 -08:00
Patrik Nordwall
7450737cdd
=pro #3855 Update to Scala 2.10.3
2014-02-02 20:35:47 +01:00
Patrik Nordwall
6ad0550006
Merge pull request #1928 from akka/wip-OSGi-cleaned-ban
...
!osg, pro Updated OSGi dependencies and fixed integration test
2014-02-02 11:14:21 -08:00
Eugene Vigdorchik
995bb62920
=pro #3841 link to scala-library when generating unified scaladoc.
2014-02-02 21:21:45 +04:00
Eugene Vigdorchik
ba1388d3fd
=pro #3852 scaladoc generation: add a link to source file on github.
2014-02-02 21:21:31 +04:00
Björn Antonsson
e98dd13cd6
!osg, pro Updated OSGi dependencies and using a BundleDelegatingClassLoader
...
* Numerous version upgrades to dependencies
* Publish integration test maven dependencies automatically
* Use slf4j logging, with standard OPS4j Pax Logging
* Maven and sbt use different target directories
* Add a custom serializer to the integration test
* Add akka-persistence to the integration test
* Removing reference copying and using a BundleDelegatingClassLoader
* Make akka-actor a proper bundle, and remove duplicate classes and
reference.conf files from akka-osgi
* Remove akka-osgi-aries
This is a hackathon team effort by:
* Björn Antonsson
* Endre Sándor Varga
* Roland Kuhn
* Patrik Nordwall
2014-02-02 16:21:44 +01:00
Patrik Nordwall
ef261e8128
Merge pull request #1976 from akka/wip-3837-akka-master-on-scala-master-ban
...
=all #3837 Make akkaScalaNightly compile on scala 2.11.0-M8
2014-02-02 02:46:39 -08:00
Patrik Nordwall
9748c7d7f1
Merge pull request #1968 from krasserm/wip-3848-link-external-plugin-list-krasserm
...
=per #3848 Link to external plugin list
2014-02-02 02:44:59 -08:00
Patrik Nordwall
54093c9646
Merge pull request #1964 from akka/wip-2966-warnings-patriknw
...
=* #2966 Reduce warnings from compile, test, scaladoc
2014-02-02 02:30:31 -08:00
Patrik Nordwall
186f2ae5e1
=act #3853 Fix consistent hashing group inconsistency
...
* It did not use the toString (including full address of destination) of the
node entries, instead it used the hashCode which always included the self
address
* This was a regression in 2.3, it is correct in 2.2.3
2014-02-02 11:16:47 +01:00
Björn Antonsson
179faba453
=all #3837 Make akkaScalaNightly compile on scala 2.11.0-M8
2014-01-31 14:13:02 +01:00
drewhk
85698688e4
Merge pull request #1965 from akka/wip-3846-RemoteNodeShutdownAndComesBackSpec-patriknw
...
=rem #2966 Harden RemoteNodeShutdownAndComesBackSpec
2014-01-30 07:35:27 -08:00
drewhk
6c75b8a1e9
Merge pull request #1963 from drewhk/wip-3562-mistakenly-generated-terminated-drewhk
...
=act #3562 : Do not generate Terminated when unwatched in preRestart
2014-01-30 06:13:25 -08:00
Endre Sándor Varga
b0ab6f4b31
=act #3562 : Do not generate Terminated when unwatched in preRestart
...
- also avoid duplicate DWN for parent
2014-01-30 15:08:57 +01:00
Martin Krasser
63ce206ecf
=per #3848 Link to external plugin list
2014-01-25 08:35:06 +01:00
Daniel Hobi
c63586730c
=doc Explaining how to deal with Exceptions in TypedActor
2014-01-24 16:16:35 +01:00
Patrik Nordwall
82107a8d86
=rem #2966 Harden RemoteNodeShutdownAndComesBackSpec
2014-01-24 12:24:10 +01:00
Patrik Nordwall
2416be7836
Merge pull request #1948 from sourcedelica/wip-3834-reliable-proxy-doc-fix-ericp
...
#3834 - Doc fixes for ReliableProxy
2014-01-24 03:12:55 -08:00
Patrik Nordwall
e58d0c1f47
Merge pull request #1962 from akka/wip-3689-activator-properties-patriknw
...
=sam #3689 Add required activator properties in samples
2014-01-24 03:12:38 -08:00
Patrik Nordwall
e98cecf068
Merge pull request #1961 from vigdorchik/autoapi
...
#3841 use autoAPIMappings := true to link to scala-library in scaladoc.
2014-01-24 03:12:14 -08:00
Patrik Nordwall
615c6b572c
=* #2966 Reduce warnings from compile, test, scaladoc
2014-01-24 11:47:57 +01:00
Patrik Nordwall
787c7ca439
Merge pull request #1959 from krasserm/wip-3844-enforce-replay-max-krasserm
...
=per #3844 Views now enforce autoUpdateReplayMax
2014-01-24 02:45:19 -08:00
Patrik Nordwall
22c6216e95
Merge pull request #1958 from krasserm/wip-3836-set-lower-idle-timeout-krasserm
...
=per #3836 Set lower idleTimeout for persistent channels
2014-01-24 02:41:50 -08:00
Patrik Nordwall
f1548a9de7
Merge pull request #1957 from akka/wip-3607-mvn-pom-sample2-patriknw
...
=sam #3607 Amend version number in pom.xml sample
2014-01-24 02:41:06 -08:00
Patrik Nordwall
493a3be3c5
Merge pull request #1949 from akka/wip-3740-pr-validation-doc-patriknw
...
=pro #3740 Verify docs in pull req validator
2014-01-24 02:40:31 -08:00
Eugene Vigdorchik
4c94907ebf
=pro #3841 - use autoAPIMappings := true to link to scala-library in scaladoc.
2014-01-24 13:02:41 +04:00
Eric Pederson
0a8f0e8dd8
=con #3834 Doc fixes for ReliableProxy
2014-01-23 13:19:40 -05:00
Patrik Nordwall
dd2ad46e02
=sam #3689 Add required activator properties in samples
2014-01-23 17:02:33 +01:00
Martin Krasser
b667e8ff3a
=per #3844 Views now enforce autoUpdateReplayMax
2014-01-23 10:43:02 +01:00
Martin Krasser
1d65a4a4f8
=per #3836 Set lower idleTimeout for persistent channels
...
- idleTimeout lower than expectation timeout
- removed remaining shared testActor usage
2014-01-23 08:30:08 +01:00
Patrik Nordwall
7749b0b618
=sam #3607 Amend version number in pom.xml sample
...
* Forgot to change it back after testing
2014-01-23 07:57:27 +01:00
Patrik Nordwall
48f3804270
Merge pull request #1956 from akka/wip-3607-mvn-pom-sample-patriknw
...
+sam #3607 Add maven pom.xml to akka-sample-main-java
2014-01-22 07:34:21 -08:00
Patrik Nordwall
6b39bbc473
Merge pull request #1955 from akka/wip-3573-doc-maxNrRestarts-patriknw
...
=doc #3573 Clarify maxNrOfRetries in supervisor strategies
2014-01-22 07:33:59 -08:00
Patrik Nordwall
79b25599c8
Merge pull request #1954 from akka/wip-3647-clarify-fsm-setTimer-patriknw
...
=doc #3647 Clarify that existing FSM timer is canceled by setTimer
2014-01-22 07:32:40 -08:00
Patrik Nordwall
d0f9c8f2fc
Merge pull request #1953 from akka/wip-3102-remove-ComposableActor-patriknw
...
=doc #3102 Remove ComposableActor doc sample
2014-01-22 07:32:11 -08:00
Patrik Nordwall
d3b0cc0b9a
Merge pull request #1952 from akka/wip-3513-doc-gracefulStop-custom-msg-patriknw
...
+act #3513 Clarify gracefulStop stopMessage, and add Java API
2014-01-22 07:31:45 -08:00
Patrik Nordwall
76468ce639
Merge pull request #1951 from akka/wip-3632-doc-cluster-jmx-patriknw
...
=clu,rem #3632 Correct wrong transport in docs
2014-01-22 07:31:26 -08:00
Patrik Nordwall
e7a0fc6f53
Merge pull request #1950 from akka/wip-3833-diagrams-check-patriknw
...
=pro #3833 Disable diagram verification for kernel and dataflow
2014-01-22 07:30:46 -08:00
Patrik Nordwall
095000a9cd
=doc #3573 Clarify maxNrOfRetries in supervisor strategies
2014-01-22 16:29:58 +01:00
Patrik Nordwall
6faec42be9
+sam #3607 Add maven pom.xml to akka-sample-main-java
2014-01-22 11:29:00 +01:00