Konrad `ktoso` Malawski
205a538df3
=act,str Port be-scala-2.13-friendly ( #22528 )
...
* !str #22527 fix SubSource/SubFlow.zip Pair type
* =act don't use conforms, be scala 2.13 friendly
* Update SubFlow.scala
2017-03-13 12:39:57 +01:00
Patrik Nordwall
3554ad7243
Merge branch 'master' into wip-traversal-oriented-layout-master-patriknw
2017-03-10 18:16:44 +01:00
Konrad `ktoso` Malawski
f7b7c3642d
=pro silence MiMa warning in testkit
2017-03-10 14:21:37 +01:00
Johannes Rudolph
bcdf14ce61
=str add mima exclusions for all new materializer changes
2017-03-09 17:48:56 +01:00
Konrad `ktoso` Malawski
5edead2bda
Update Aeron to 1.2.3
...
Weird, I thought we were on a later version?
Anyway, 1.2.3 fixed a nasty bug it seems.
Changelog: https://github.com/real-logic/Aeron/wiki/Change-Log
2017-03-07 15:42:36 +01:00
Konrad `ktoso` Malawski
0367812e40
Update sbt
2017-03-03 12:35:34 +01:00
Martynas Mickevičius
1989ef481d
Merge pull request #22410 from athieriot/exclude-doc
...
Exclude docs package from API docs #22296
2017-03-01 14:49:45 +02:00
Michał Płachta
a9efcf7098
fishForSpecificMessage #20118
2017-02-28 19:51:39 +01:00
Aurélien Thieriot
3e72c2de8f
Exclude docs package from API docs #22296
2017-02-27 23:53:13 +00:00
Patrik Nordwall
ae331a7c6f
Merge pull request #22351 from jrudolph/jr/w/revert-22320
...
Revert #22320 for now but still provide simpler overload
2017-02-24 10:41:08 +01:00
ortigali
b93d7341e3
Remove backwards compatible workaround in SnapshotSerializer? ( #22231 )
...
* Remove backwards compatible workaround in SnapshotSerializer? #16197
* add mima missing entries #16197
* add test that verifies read/write snapshot compatibility with 2.4 akka version #16197
2017-02-24 10:34:20 +01:00
Guido Medina
d64678d4d3
Bump few dependency versions.
2017-02-23 14:22:44 +00:00
Johannes Rudolph
e4491a05cf
Revert "=str Remove manual hostname verifier support, used to be included only because Java 6 ( #22320 )"
...
Let's revert this until we have decided in #22345 what to do exactly
about it. We will still introduce an overload of TLS.apply that works
without specifying a `verifySession` function.
This reverts commit 021829e21e .
Conflicts:
project/MiMa.scala
2017-02-23 14:01:10 +01:00
Patrik Nordwall
ed8a67daa4
Merge pull request #22370 from akka/wip-22363-osgi-range-patriknw
...
update osgi version import, #22363
2017-02-23 13:11:51 +01:00
Patrik Nordwall
234edf3dfe
update osgi version import, #22363
2017-02-22 14:36:52 +01:00
Patrik Nordwall
b700b840d1
causal delivery of deltas, #22188
...
* keep track of delta interval versions and skip deltas
that are not consequtive, i.e. when some delta message was lost
* send the delta versions in the full state gossip to sync up the
expected versions after dropped deltas
* implementation of deltas for ORSet
* refactoring of the delta types to allow for different type for the
delta and the full state
* extensive tests
* mima filter
* performance optimizations
* simple pruning of deltas
* Java API
* update documentation
* KeyId type alias
* Use InternalApi annotation
2017-02-22 14:27:36 +01:00
Johan Andrén
734c31fa4f
Fix DaemonMsgCreateSerializer #22225
2017-02-21 16:08:16 +01:00
Heiko Seeberger
78022732b9
Fix configuration for persistence-query test deps ( fix #22342 )
2017-02-21 12:24:26 +01:00
Johan Andrén
8b5018ba21
Fix AbstractPersistentActor ambiguity with Scala 2.12 #22218
2017-02-20 14:50:25 +01:00
Johan Andrén
64b35cf1f1
Replace "experimental" with "may change" ( #22326 )
...
* Replacing "experimental" with "may change" #22305
* Right syntax for links
* Correct annotation name
* Final small changes
2017-02-20 12:05:21 +01:00
Johan Andrén
cf6d5a4e8a
Deprecation of ExtensionKey #22208
2017-02-17 17:07:15 +01:00
Johannes Rudolph
2d9de06edd
=pro add missing mima filters for #21854/#22320 when checking against 2.4.17
2017-02-16 16:45:52 +01:00
Johannes Rudolph
e7b095af89
=pro #22306 add missing mima filter rules for 2.4.16/17 changes
2017-02-16 16:45:52 +01:00
Johannes Rudolph
888d10cb86
=pro move some MiMa filters to the release-2.4 list
2017-02-16 16:45:52 +01:00
Johannes Rudolph
ea9f3d775f
=pro #22306 add missing mima entries for 2.4.16 / 2.4.17, filter 2.4.15
...
(cherry picked from commit 17fce0fdaaa1c807201e44d1d8ce18780aefe08d)
Conflicts:
project/MiMa.scala
2017-02-16 16:45:52 +01:00
Johannes Rudolph
ec0e81c0f4
=pro update to mima 0.1.14
...
(cherry picked from commit 3f789da965064e42304992645fdefd4d044b15b7)
2017-02-16 16:45:52 +01:00
Johannes Rudolph
0672cf3ab4
=pro organize filters a bit differently to prevent merge conflicts with release-2.4
2017-02-16 16:45:52 +01:00
Patrik Nordwall
96652d38b4
Merge pull request #22269 from gosubpl/wip/22187-delta-crdt-gset
...
GSet ported to delta-CRDT (#22187 )
2017-02-16 15:45:28 +01:00
gosubpl
d470321051
GSet ported to delta-CRDT ( #22187 )
2017-02-16 13:06:57 +01:00
ortigali
021829e21e
=str Remove manual hostname verifier support, used to be included only because Java 6 ( #22320 )
...
* Remove manual hostname verifier support, used to be included only because Java 6 #21854
* Remove manual hostname verifier support, used to be included only because Java 6 #21854
2017-02-15 20:40:42 +01:00
Roland Kuhn
5766cd701d
allow named adapters and add receptionist to system
2017-02-15 10:47:02 +01:00
Martynas Mickevičius
958de6a916
Remove samples ( #22288 )
...
Add code, that was used for documentation to the appropriate projects
or akka-docs.
2017-02-14 12:10:23 +01:00
Johannes Rudolph
276267e3a2
Merge pull request #22278 from jrudolph/w/disassociation-after-big-message
...
=rem #22277 log remoting connection errors
2017-02-13 17:27:02 +01:00
Johannes Rudolph
1b3d2acbcc
=rem #22277 log remoting connection errors
...
An alternative way of reporting might be to make the error part of the
DisassociationInfo. This would require changing or adding another subclass
which is a non-compatible change. Could still be worthwhile to do to prevent
double logging.
2017-02-13 10:50:43 +01:00
Nafer Sanabria
2c9e013ce5
Upgrade Typesafe Config & slf4j
2017-02-12 16:40:12 -05:00
Johan Andrén
52a20f2ba9
Micro kernel module removed #22205
2017-01-26 15:40:54 +01:00
Patrik Nordwall
5ffb08cd78
Merge pull request #22227 from akka/wip-sharding-dependency-patriknw
...
fix sharding dependency to persistence
2017-01-25 21:46:52 +01:00
Patrik Nordwall
a8f340508b
fix sharding dependency to persistence
...
* can't make the dependency provided or test and still be able
to compile/run tests
* might not be a big deal to include the persistence dependency instead
2017-01-25 21:45:08 +01:00
Johan Andrén
0ab494e5dd
Do not build and publish dist and activator zips ( #22223 )
...
* Release script updates
2017-01-25 18:04:24 +01:00
Patrik Nordwall
9fabbdf710
Merge pull request #22209 from akka/wip-22141-majority-patriknw
...
use minCap for majority write/read in sharding, #22141
2017-01-25 14:30:26 +01:00
Patrik Nordwall
9616e997fc
Use ddata mode as the default for Cluster Sharding, #17963
2017-01-24 18:49:01 +01:00
Patrik Nordwall
94e40460a4
Merge pull request #22206 from akka/wip-21423-remove-deprecations-patriknw
...
remove deprecations, #21423
2017-01-24 16:45:31 +01:00
Patrik Nordwall
b45a254685
use minCap for majority write/read in sharding, #22141
...
* also added some docs about the feature since that was missing
2017-01-24 16:41:18 +01:00
Patrik Nordwall
0c1d9e3d2e
Merge pull request #22202 from akka/wip-22201-promote-ddata-patriknw
...
Promote Distributed Data, #22201
2017-01-24 16:34:31 +01:00
Patrik Nordwall
fbe33c35a5
remove deprecated constructor in DeadlineFailureDetector, #21423
2017-01-24 13:35:52 +01:00
Patrik Nordwall
311d70b88a
remove deprecated ARRAY_OF_BYTE_ARRAY, #21423
2017-01-24 13:35:51 +01:00
Patrik Nordwall
a9198880ce
remove deprecated persist method, #21423
...
* superseded by persistAll
2017-01-24 13:35:51 +01:00
Patrik Nordwall
fa11ed1817
remove deprecated methods in routing, #21423
2017-01-24 13:35:47 +01:00
Patrik Nordwall
9c1ad65736
removal of deprecated constructor in PromiseActorRef, #21423
2017-01-24 13:34:11 +01:00
Patrik Nordwall
db74c33130
remove deprecated constructor in serializers, #21423
2017-01-24 13:34:05 +01:00