Johan Andrén
e9253c7c7d
Changes needed to build/test/release for 2.12.0 ( #21789 )
2016-11-03 16:17:36 +01:00
Johan Andrén
8f0d1a3465
New authors-script for releasing ( #21783 )
2016-11-02 14:45:02 +01:00
Richard Imaoka
56a3718d00
Search box rendering issue in Firefox and IE ( Fixes #21779 ) ( #21784 )
2016-11-02 11:36:14 +01:00
Patrik Nordwall
9cb7839829
fix enable-additional-serialization-bindings docs ( #21769 )
...
* the config block was not shown
* also fixed several other mistakes
2016-11-01 18:00:29 +01:00
Johan Andrén
512baeab24
Merge pull request #21778 from bantonsson/make-akka-tests-pass-on-scala-2.12
...
* =act Test that serialization works instead of that the bytes match #21771
* =rem Don't try to serializa null file names in stack traces #21772
* =act Ignore some line number tests on Scala 2.12 #21773
* =act,rem Clean up some test serialization issues for Scala 2.12
2016-11-01 17:53:52 +01:00
Patrik Nordwall
43f3999ca4
Merge pull request #21764 from Silv3rcircl3/patch-2
...
fix little typo
2016-11-01 16:28:06 +01:00
Björn Antonsson
de47178eb5
=act,rem Clean up some test serialization issues for Scala 2.12
2016-11-01 11:55:15 +01:00
Björn Antonsson
53b9a2650c
=act Ignore some line number tests on Scala 2.12 #21773
2016-11-01 11:55:15 +01:00
Björn Antonsson
2080c08e36
=rem Don't try to serializa null file names in stack traces #21772
2016-11-01 11:54:51 +01:00
Patrik Nordwall
b233b6a675
Merge pull request #21744 from ortigali/wip-21719-CircuitBreakerSpec
...
Add openLatch.reset to some tests
2016-11-01 07:37:46 +01:00
Cédric Chantepie
d60d68dfa2
Fix #21711 - foldAsync test using mapAsync
2016-10-31 18:22:07 +01:00
Björn Antonsson
d2552128cb
=act Test that serialization works instead of that the bytes match #21771
2016-10-31 15:40:47 +01:00
Patrik Nordwall
61dd7f6e35
Merge pull request #21766 from bantonsson/log-warning-should-be-log-warnings
...
=act Fix warning log that was published as error #21765
2016-10-31 12:28:45 +01:00
Björn Antonsson
ca684e9beb
=act Fix warning log that was published as error #21765
...
Fixes #21765
2016-10-31 10:26:16 +01:00
Marc Piechura
c09e10337b
fix little typo
2016-10-30 20:54:09 +01:00
Konrad Malawski
2a6e62a13b
Remove accidentally re-added akka-http files ( #21759 )
2016-10-28 18:45:44 +02:00
Konrad Malawski
45d53bd520
fix mima warnings ( #21756 )
2016-10-28 17:22:36 +02:00
Johannes Rudolph
5d03902c5e
Add flag to enable mutual certificate authentication for old Akka Remote SSL transport ( #21748 )
...
* =rem #13874 further cleanup of SSLSettings / NettySSLSupport
* +rem #13874 allow requiring mutual authentication for old akka remote ssl transport
2016-10-28 17:03:07 +02:00
Konrad Malawski
783d961142
reference.conf MUST end with newline ( #21755 )
2016-10-28 16:46:51 +02:00
Johannes Rudolph
c9854e4350
=pro merge ssl-config-akka from ssl-config project into akka-stream ( #21551 )
...
This will fix the cyclic dependency issue between the ssl-config repo
and akka.
It would have been better if akka-stream would not require
these changes at all but com.typesafe.sslconfig.akka.AkkaSSLConfig is
part of the public interface of akka-stream's TLS stage. So, this
can only be fixed in the next major version.
Source code was copied over from the tree at commit
470fae76f3
See https://github.com/typesafehub/ssl-config/issues/47
2016-10-28 16:41:26 +02:00
Konrad Malawski
0127d4f424
+str #18793 StageLogging that allows logger access in stages ( #21696 )
...
* +str #18793 StageLogging that allows logger access in stages
Also, non ActorMaterializers can opt-into providing a logger here.
* +str #18794 add javadsl for StageLogging
* fix missing test method on compile only class
2016-10-28 16:05:56 +02:00
Patrik Nordwall
b775db0be3
Merge pull request #21613 from akka/wip-21194-sharding-min-members-patriknw
...
shard coordinator should wait until min-members regions registered, #21194
2016-10-28 15:50:08 +02:00
Patrik Nordwall
141318e60a
shard coordinator should wait until min-members regions registered, #21194
2016-10-28 15:49:21 +02:00
Patrik Nordwall
1ff1f5edee
small test changes for Scala 2.12 ( #21738 )
2016-10-28 14:59:08 +02:00
Konrad Malawski
a0e2286b70
+doc #21668 better docs for configuring ssl ( #21730 )
...
* +doc #21668 better docs for configuring ssl
* address some comments, need to address the rest
2016-10-28 14:58:32 +02:00
Konrad Malawski
92671e6d98
+act,rem,str add SECURITY marker to logs ( #21749 )
...
* +act,rem,str add SECURITY marker to logs
* Update TlsSpec.scala
2016-10-28 14:52:17 +02:00
Patrik Nordwall
9be7df1527
send terminationMessage to singleton when leaving last, #21592 ( #21654 )
...
* send terminationMessage to singleton when leaving last, #21592
* When leaving last node, i.e. no newOldestOption, the manager was
just stopped. The change is to send the terminationMessage also
in this case and wait until the singleton actor is terminated
before stopping the manager.
* Also changed so that the singleton is stopped immediately when
cluster has been terminated when last node is leaving, i.e.
no newOldestOption. Previously it retried until maxTakeOverRetries
before stopping.
* More comprehensive test of this scenario in ClusterSingletonManagerLeaveSpec
* increase test timeout
2016-10-28 14:23:18 +02:00
Roland Kuhn
021c2cbfdd
Scala 2.12 does not name mangle private fields ( #21742 )
...
When we can emit a private field, no need to mangle its name
https://github.com/scala/community-builds/pull/317\#issuecomment-254931492
2016-10-28 13:00:34 +02:00
Patrik Nordwall
84184fe1a2
Merge pull request #21727 from dragos/issue/misplaced-file
...
Update package declaration to fit directory.
2016-10-28 12:06:11 +02:00
Johannes Rudolph
ff78b84233
=rem #13874 cleanup SSLSettings ( #21746 )
2016-10-28 11:45:48 +02:00
ortigali
f104fea51f
Add openLatch.reset to some tests #21719
2016-10-28 11:43:08 +05:00
Iulian Dragos
abf8b1155c
Update package declaration to fit directory.
2016-10-27 18:03:34 +02:00
Björn Antonsson
3e55aa5555
Merge pull request #21737 from bantonsson/make-akka-scala-nightly-great-again
...
Make the akka-scala-nightly project work as expected
2016-10-27 17:21:47 +02:00
Johan Andrén
33ece118a8
New EventEnvelope including Offset rather than Long #21722
2016-10-27 15:32:10 +02:00
Konrad Malawski
3951cf4e68
+slf,act #21671 allow using Markers with LoggingAdapter ( #21707 )
...
* +slf,act #21671 allow using Markers with LoggingAdapter
* +slf,act #21671 allow using Markers with LoggingAdapter
* improve compatibility
* add docs
* address review comments
* actually print the marker
2016-10-27 15:07:59 +02:00
Björn Antonsson
17eafffab8
Make the akka-scala-nightly project work as expected
...
* Added new scala-java8-compat version for Scala 2.12.0-RC2+
* Fixed a diff between ProjectRef and Project that never matched
2016-10-27 13:02:23 +02:00
Martynas Mickevičius
650abe19d6
Add apiURL setting for cross-linking scaladoc in projects depending on Akka ( #21734 )
2016-10-27 11:29:15 +02:00
Sergey Kisel
26fedc0e36
Test case for persistence plugins re large snapshots #21704
2016-10-27 09:20:38 +02:00
Ortigali
f970412af7
Rewrite Sink.ignore as a GraphStage #21527
2016-10-26 12:38:49 +02:00
Patrik Nordwall
aa8c253d14
improve streams actor integration docs, #21698 ( #21700 )
...
* mapAsync + ask should be the first choice
* add missing Source.queue
* prefer actorRefWithAck
* move ActorPublisher and ActorSubscriber to the end
with additional warning
* fix wrong doc of SourceQueue offer
* and add missing java api
2016-10-26 10:24:51 +02:00
Konrad Malawski
bcf4de5b2c
+str #20795 IOResult construction exposed, in bincompat way ( #21070 )
...
* +str #20795 IOResult construction exposed, in bincompat way
Thanks https://github.com/ktoso/kaze-class ;)
* Addressed feedback in IOResult
* Update IOResult.scala
* Update IOResult.scala
2016-10-24 17:00:51 +02:00
Konrad Malawski
101772fb8c
remove akka parsing (moved to akka/akka-http) ( #21721 )
2016-10-24 16:54:32 +02:00
Konrad Malawski
ad3ef5982c
+rem remote deployment whitelist feature ( #21676 )
...
* +rem remote deployment whitelist feature (initial commit)
+rem remote deployment whitelist feature (initial commit)
* +doc,rem added docs on remoting whitelist
* Update remoting.rst
* Update remoting.rst
2016-10-24 13:44:15 +02:00
Konrad Malawski
46f7eef3d9
+doc add missing java documentation for scanAsync/foldAsync ( #21701 )
...
* +doc add missing java documentation for scanAsync/foldAsync
=doc fix formatting in stages overview (scanAsync/foldAsync)
* Future => CompletionStage
2016-10-24 13:31:47 +02:00
Patrik Nordwall
f49dc3eae8
Merge pull request #21715 from wojtasskorcz/wip-mutable-syntax-for-receive-builder
...
Make ReceiveBuilder a real mutable builder #18894
2016-10-24 13:30:06 +02:00
Richard Imaoka
afa92f9209
Add DistributedPubSub message guarantee in doc ( Fixes #21441 ) ( #21713 )
2016-10-24 12:21:07 +02:00
Wojciech Grajewski
7eb4afc475
Adding create() to ReceiveBuilder to promote a builder-like syntax #18894
2016-10-23 22:35:18 +02:00
Patrik Nordwall
679db55eca
increase test timeout in PersistentFSMSpec, #20725 ( #21694 )
...
* and add remainingOrDefault in Java testkit
2016-10-21 16:50:44 +02:00
Konrad Malawski
385ea37497
+doc,per #21689 document calling persist() in Future is unsafe ( #21699 )
...
* +doc,per #21689 document calling persist() in Future is unsafe
* Update persistence.rst
* Update persistence.rst
2016-10-21 16:36:11 +02:00
Mateus Dubiela Oliveira
c3803d6edf
Add documentation to contributing workflow ( #21703 )
...
* Add documentation to contributing workflow
* fix typo
* Update CONTRIBUTING.md
2016-10-19 18:26:26 +02:00