Martynas Mickevičius
0e7a8e1e61
#22909 Fix parameters
...
* @binVersion@
* @github@
* @samples@
* @exampleCodeService@
2017-05-12 16:38:46 +03:00
Arnout Engelen
4cb9c2436f
Add java examples to getting started guide, with language switch ( #22919 )
...
* Java version of new Hello World
* Define paradox groups, use shorthand directives
* Make tutorial apply to both java and scala
* Use sbt-paradox-akka
2017-05-12 04:42:10 -07:00
Martynas Mickevičius
dd798d6ca8
Use released Paradox version
2017-05-11 17:18:09 +03:00
Hawstein
b3d00afdd1
Move ConstantFun to akka.util, #22813
2017-05-10 18:00:42 +02:00
Arnout Engelen
2933c449b6
Replace sphinx config with paradox config
...
paradox docs are now semi-functional, though rather empty (because
no converted docs yet)
2017-05-10 16:04:43 +02:00
Arnout Engelen
5507147073
Move content from akka-docs-new into akka-docs
...
Now the paradox documentation is no longer functional until we update akka-docs
to generate from paradox instead of sphinx
2017-05-10 15:21:23 +02:00
Richard Imaoka
b569e80e25
Test cases for BackoffSupervisor's replyWhileStopped ( Fixes #21213 )
2017-05-09 22:56:42 +09:00
Patrik Nordwall
20abc9c3be
Merge branch 'master' into wip-typed-merge-patriknw
2017-05-05 16:19:45 +02:00
Arnout Engelen
090893179f
Implement watchWith to customize the termination msg, #18778
...
* Add test with both normal and adapted AS
And add watch method on Actor, fix comment
* Formatting
* Avoid 'unreachable' in javadocs as it could be confusing
* Fix unwatching
* Exclude added methods from MiMa
* Some comments and variable names
* Fix compilation errors after rebase
* More specific docs on when Terminated is sent
2017-05-05 09:13:32 +02:00
Arnout Engelen
c9cd09f9bf
Add version 2.5.1 to MiMa ( #22824 )
2017-05-02 07:39:33 -07:00
Patrik Nordwall
f7758afb61
add missing mima filter for 2.5.0
2017-04-28 18:12:08 +02:00
Patrik Nordwall
856d07483d
update to Scala 2.11.11 and 2.12.2
2017-04-28 18:01:42 +02:00
Patrik Nordwall
3ab101039f
Lazy init of LmdbDurableStore, #22759 ( #22779 )
...
* Lazy init of LmdbDurableStore, #22759
* to avoid creating files (and initializing db) when not needed,
e.g. cluster sharding that is not using remember entities
* enable MiMa against 2.5.0
* use OptionVal instead
2017-04-28 15:12:14 +02:00
Gilad Hoch
edee4ba409
+str #22711 adding GroupedWeightedWithin
2017-04-28 15:07:06 +02:00
Patrik Nordwall
b72ce56f2f
fix more timestamp formatting, #22774
...
* regression introduced by #22716
(never released)
2017-04-25 07:43:05 +02:00
Patrik Nordwall
cdd56a21a9
Merge pull request #22769 from akka/wip-file-io-startPosition-patriknw
...
Add startPosition option for FileIO API
2017-04-24 17:58:58 +02:00
Guido Medina
64a3a9c028
Refactor SimpleDateFormat to the new DateTimeFormatter of JDK 8 which is thread safe.
2017-04-24 14:22:31 +09:00
Cedric CORBIERE
33ce3f0b77
Add startPosition option for FileIO API
...
* New startPosition parameter to FileIO.toPath
* New startPosition parameter to FileIO.fromPath
* default startPosition value : 0
* fix binary compatibilities
* Add the MiMa filters for the internal classes
* Feedback from comments of the PR
2017-04-21 15:00:39 +02:00
Patrik Nordwall
b3f9cd7dce
Merge pull request #22738 from akka/wip-aeron-1.2.5-patriknw
...
update to Aeron 1.2.5, and fix the SharedMediaDriverSupport
2017-04-21 11:13:32 +02:00
Patrik Nordwall
ee326960c2
fix compilation error in multi-jvm tests
...
* it was not detected by PR validation because of bug
in sbt 0.13.13, <<= operator with triggeredBy
* updated to sbt 0.13.15
2017-04-20 10:45:36 +02:00
Patrik Nordwall
8e57304c7d
update to Aeron 1.2.5, and fix the SharedMediaDriverSupport
2017-04-18 15:16:01 +02:00
Martynas Mickevičius
aba78aeffb
Update api mapping plugin
2017-04-12 17:10:34 +03:00
Patrik Nordwall
3b53daa370
Revert "update to Aeron 1.2.4, and fix the SharedMediaDriverSupport, #22693 "
...
This reverts commit 3d0d50e98b .
2017-04-12 07:38:02 +02:00
Patrik Nordwall
3d0d50e98b
update to Aeron 1.2.4, and fix the SharedMediaDriverSupport, #22693
...
* SharedMediaDriverSupport failed with NPE with Aeron 1.2.4, and
concludeAeronDirectory solves that
2017-04-11 18:30:18 +02:00
Martynas Mickevičius
0af4b63b78
#21524 Add typed tests dependency to docs
2017-04-10 13:31:09 +03:00
Martynas Mickevičius
d4b7b63424
#21524 Split out typed testkit
2017-04-10 13:31:09 +03:00
Martynas Mickevičius
b645c5a1c3
Revert "update to Aeron 1.2.4"
2017-04-10 13:06:31 +03:00
Patrik Nordwall
855d51edec
update to Aeron 1.2.4
...
* https://github.com/real-logic/Aeron/wiki/Change-Log#124-06-apr-2017
2017-04-07 14:53:47 +02:00
Martynas Mickevičius
f87ec658a5
Merge pull request #22667 from 2m/wip/example-code-service/2m
...
Use Example Code Service for samples
2017-04-04 14:51:08 +03:00
Martynas Mickevičius
ffcb83511c
Use Example Code Service for samples
2017-03-31 13:52:05 +03:00
Endre Sándor Varga
435d95bcdc
Towards getting-started docs
2017-03-24 09:10:06 +01:00
Patrik Nordwall
ef3b0f7444
Merge pull request #22586 from akka/wip-22295-circuit-breaker-improvement2-patriknw
...
22295 Allow user define what is failure in terms on circuit breaker
2017-03-17 10:28:19 +01:00
Patrik Nordwall
ef62a88072
mima filters and note in migration guide
2017-03-16 20:49:01 +01:00
Patrik Nordwall
22dedd1ffa
Merge pull request #22565 from johanandren/wip-fix-mat-dep-warning-johanandren
...
A few warnings fixed
2017-03-16 20:33:07 +01:00
Qingwei
c879c03679
22295 Allow user define what is failure in terms on circuit breaker
...
Revert all unnecessary style changes
Add api for java
Make exceptionsAsFailure function private
Exclude changed method api for binary compatibility check
- The changes expand the api by overload, thus is backward compatible
2017-03-16 20:31:38 +01:00
Johan Andrén
3643f18ded
Protobuf serializers for remote deployment #22332
2017-03-16 15:12:35 +01:00
Björn Antonsson
2573a02f10
Consolidate various message buffer implementations
2017-03-16 10:00:29 +01:00
Johan Andrén
fca07bb976
Deprecated build symbols replaced
2017-03-15 15:01:53 +01:00
Johan Andrén
39199b877a
Fix some build and compile warnings
2017-03-15 14:26:41 +01:00
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