Commit graph

2312 commits

Author SHA1 Message Date
Christopher Batey
f9305587c6
Upgrade to SBT 1.1.6 2018-06-01 07:48:29 +01:00
Richard Imaoka
a17a61557c doc Replace the word stage by operator in stream doc (#25138) 2018-05-29 10:00:48 +02:00
Arnout Engelen
49322afae0 Update scala-java8-compat (#25142)
* Update scala-java8-compat

* Update scala-java8-compat only for scala 2.13

As it looks like 0.8.0 is not bincompat with 0.9.0
2018-05-24 23:08:22 +09:00
Arnout Engelen
414be2c0cb
doc Replace graph stage and processing stage by operator in .md files for stream (#25117) 2018-05-22 15:59:54 +02:00
Patrik Nordwall
b08d3acb4b Rename Typed TestKit, #25084
Artifact:
akka-testkit-typed -> akka-actor-testkit-typed

Package:
akka.testkit.typed -> akka.actor.testkit.typed

Config:
akka.typed -> akka.actor.typed
akka.testkit.typed -> akka.actor.testkit.typed
2018-05-21 11:51:51 +02:00
Richard Imaoka
984c081757 Replace processing stage with operator 2018-05-19 16:36:42 +09:00
Jimin Hsieh
53c3b817f3 Bump sbt and sbt-jmh version (#25103) 2018-05-16 13:43:21 +02:00
Oliver Heger
8eff836dd2 Fix for contradictory OSGi meta data in akka-stream #25055 2018-05-15 15:13:07 +02:00
Arnout Engelen
254914c1ad Update akka-paradox (#25077) 2018-05-11 10:31:33 +02:00
Patrik Nordwall
969cdb873a
Merge pull request #25020 from chbatey/upgrade-aeron
Upgrade Aeron and make use of channelStatus on subscription
2018-05-07 16:56:03 +02:00
Konrad `ktoso` Malawski
256f81f97e
Akka Typed ask() for Akka Streams (#24892)
* +str,typ introduce akka typed ask for akka stream

address feedback and add actor interop stages incl ask to docs

more compile tests and adjusted things

last docs

* document adding stages to docs in CONTRIBUTING

* address review comments

* rebase conflicts
2018-05-07 19:23:30 +09:00
Johan Andrén
ae20ecaf99 Update paradox theme version (#25056) 2018-05-07 18:29:32 +09:00
Viktor Klang
3ee28a2e43 prove that it is possible to integrate JCTools for mailboxes
* enable JCToolsMailbox in benchmarks
2018-05-02 20:48:11 +02:00
Christopher Batey
0d9aa17fef Upgrade Aeron and make use of channelStatus on subscription 2018-04-30 14:39:06 +01:00
Christopher Batey
96b285edd4 Upgrade to Scala 2.12.6 (#25001) 2018-04-30 09:49:50 +02:00
Richard Imaoka
cd3c4af8a5 Fix def getDetails in StreamOperatorsIndexGenerator for paradox on Windows (#25006)
* def getDetails in StreamOperatorsIndexGenerator to work on Windows (#25004)

* remove //line comments
2018-04-29 17:20:36 +09:00
Christopher Batey
a3e52078df Enable header plugin for the MultiJVM configuration (#24974)
Seems when did the changes for 2018 it intro introduced a space in all
after, hence so many changes.
2018-04-25 00:03:55 +09:00
Konrad `ktoso` Malawski
0f676cb6f1
use travis for mima and whitesource, remain no jenkins for tests (in parallel) (#24968)
* travis config from akka-http

* amend CONTRIBUTING to explain our tests

* amend wording in CONTRIBUTING

* new whitesource key

* remove instead of comment deployment things

* Update CONTRIBUTING.md

* exclude new module in 2.5 from appearing in 2.4 previous mima artifacts

* fix mima on 2.12
2018-04-24 22:58:54 +09:00
Arnout Engelen
2a7ce572d2 Stream overview anchors
So links like 'https://doc.akka.io/docs/akka/current/stream/stages-overview.html#asjavastream' should keep (somewhat) working
2018-04-23 23:25:44 +09:00
Arnout Engelen
4b4a012250
Merge pull request #24928 from raboof/streamReference
Move stage docs to their own files
2018-04-23 14:27:33 +02:00
Konrad Malawski
054b70c41b Move stream documentation to their own files
And generate the index
2018-04-23 13:18:25 +02:00
Luc Bourlier
7b29b08d46 Adds support for the signature directive to the paradox configuration
(copied from the akka-http configuration)
2018-04-23 13:18:25 +02:00
Patrik Nordwall
e404680ade bump Mima.latestPatchOf25 2018-04-20 03:24:10 +01:00
Roland Kuhn
9104bec76d remove dependencies of provided scope (#24827)
* remove dependencies of provided scope

* add LevelDB deps where needed

* add LevelDB dep to persistenceQuery/TCK
2018-04-11 10:45:26 +09:00
Konrad `ktoso` Malawski
85026f5f1d
update sbt (#24871) 2018-04-10 11:23:00 +09:00
kerr
8106722b26 =build upgrade to SBT 1.1.3 (#24863) 2018-04-09 13:20:48 +09:00
Martynas Mickevičius
8f40eb15a5 #24752 Fix timestamped versions (#24845)
* #24752 Fix timestamped versions

* Add a comment
2018-04-05 20:50:24 +09:00
Martynas Mickevičius
63be9b72cb
Fix persistence excludes 2018-04-03 22:55:25 +03:00
Konrad `ktoso` Malawski
92d068190d
Update ssl-config (#24799)
This version includes automatic module names as well now, so we're more and more jigsaw friendly
2018-03-28 08:57:11 +09:00
kerr
884eec2138 = build bump to sbt 1.1.2 (#24791) 2018-03-27 07:18:30 +01:00
Patrik Nordwall
f4396dea38 Use genjavadoc 0.11 which is needed for Scala 2.12.5 2018-03-25 20:15:26 +02:00
Patrik Nordwall
4cbc0494ca
Merge pull request #24505 from jrudolph/jr/enable-sbt-log-timestamps
=pro add log timestamps to all sbt output and enable sbt debug logging for multi-jvm for ssh debugging
2018-03-21 13:46:52 +01:00
kerr
6e39bae98d = deps Upgrade Scala to 2.12.5 (#24762) 2018-03-20 23:09:57 +09:00
Konrad `ktoso` Malawski
563c7fbcf0 Issue 24594: Integration with sbt-headers and initial header population 2018-03-13 15:45:55 +01:00
Johan Andrén
ac408bba8f
Revert "Unidoc directives for cluster md files" #22904 2018-03-09 10:59:49 +01:00
Richard Imaoka
bcc86f7703 Unidoc directives for cluster md files #22904 2018-03-09 09:12:54 +01:00
Johannes Rudolph
b82024681c
=pro add log timestamps to all sbt output and enable sbt debug logging for multi-jvm for ssh debugging 2018-03-05 16:35:47 +01:00
Richard Imaoka
82f50a848a Add unidoc directive for markdowns #24426 2018-03-01 13:35:00 +01:00
Johan Andrén
c9ff3cbf80
MiMa latest release updated (#24638) 2018-03-01 10:48:40 +01:00
Johan Andrén
b7cc50cdd6
2.5.10 wire protocol regression (#24625) 2018-02-28 09:46:37 +01:00
Patrik Nordwall
8a662bdc24 fix deployRsync param in release script 2018-02-22 18:06:37 +01:00
Johan Andrén
ede094a2c6 Typed Java testkit, #24551
* Java specific testkit
* Separate all the APIs
* Dilate the default timeouts
* TestKit -> ActorTestKit to be consistent with BehaviorTestKit
* Only have stuff in packages expected for this module
* Auto testkit-system-naming that works (verified)
* Separate actually working apis for manual timer
* More docs
* Separate apis for BehaviorTestKit effects
* Moved the example tests into the testkit, added samples for JUnit/ScalaTest
* TestKitJunitResource: No need to explicitly provide class, also overload for just custom config
2018-02-22 12:25:04 +01:00
Johan Andrén
d3b625616a
Generate file to use instead of assuming class loader type #23902
Makes the test pass on JDK 9 where the class loader assumption is not correct anymore.
2018-02-14 10:29:53 +01:00
Konrad `ktoso` Malawski
1cd370be60
=pro fix osgi plugin muting AutomaticModuleName (#24534)
* =pro fix osgi plugin muting AutomaticModuleName

* Revert "=pro fix osgi plugin muting AutomaticModuleName"

This reverts commit a763353ebf102184c17d78b6bf946cdd0ddff23e.

* =pro update osgi plugin, un-break AutomaticModuleName
2018-02-13 17:29:19 +01:00
Konrad `ktoso` Malawski
232b4d0d7a
Bump sbt to 1.1.1 (#24517) 2018-02-09 00:46:37 +01:00
Konrad `ktoso` Malawski
44fdca0399
sbt-jmh 0.3.3 now works with dtrace (macs!) (#24396) 2018-01-24 01:21:35 +09:00
Patrik Nordwall
c32a1d4174
Merge pull request #24297 from 2m/wip-latest-versions-for-mima-2m
Update the latest versions for MiMa checks
2018-01-16 14:39:13 +01:00
Martynas Mickevičius
6cb3cc5e02
Update whitesource plugin to the latest (#24313) 2018-01-16 09:39:38 +07:00
Patrik Nordwall
d66f6e07dc
Merge pull request #24290 from akka/whitesourceUpdate
Update whitesource
2018-01-15 15:04:04 +01:00
Martynas Mickevičius
de5377e399
Update the latest versions for MiMa checks 2018-01-12 14:30:13 +07:00