Commit graph

95 commits

Author SHA1 Message Date
Enno
4d04bb968b Docs: add some API links to stream operator docs (#28180)
* Docs: add some API links to stream operator docs

* Complement CONTRIBUTION.md

* Switch to frameless Javadoc
2019-12-03 09:16:05 +01:00
Patrik Nordwall
1eb1c03918 move mima filter to 2.6.0 (#28214) 2019-11-21 11:18:18 +01:00
Johannes Rudolph
650068aa45
Convert 2.5.x MiMa excludes to subdirectory style
Using this script:

```sh

set -ex

FILE=$1
DIR=`dirname $FILE`
TMP_FILE=$DIR/_existing.excludes
FINAL_FILE=$DIR/2.5.x.backwards.excludes/_existing.excludes

mv $FILE $TMP_FILE
mkdir $DIR/2.5.x.backwards.excludes
(echo "# This file contains all excludes added before changing to the subdirectory style" && cat $TMP_FILE) > $FINAL_FILE
rm $TMP_FILE
git add $FINAL_FILE
```
2019-10-01 13:59:56 +02:00
Christopher Batey
6c13949aec Use protobuf3 for internal serialization (#27366)
* Only load akka protobuf serializer if protobuf on the classpath
2019-08-15 17:43:19 +02:00
kenji yoshida
94857fd4e1 update mima url (#27407) 2019-07-24 14:22:10 +02:00
Christopher Batey
7cc7d86971
Instructions for generating protobuf (#27402)
* Instructions for generating protobuf

* Update CONTRIBUTING.md

Co-Authored-By: Arnout Engelen <github@bzzt.net>
2019-07-24 10:25:53 +01:00
Philippus Baalman
0f7dbf6fcb Replace link to scalariform with link to scalafmt (#27239) 2019-07-15 15:51:32 +02:00
Patrik Nordwall
50e99e08d8 Use short configurable timeout for expectNoMessage #27212 (#27213)
* Use short configurable timeout for expectNoMessage #27212

* consistent with ActorTestKit in Typed

* fix config
2019-06-26 15:35:20 +01:00
Christopher Batey
14d070298d Remove extra cherrypick step from contributing (#26939) 2019-05-21 08:31:00 -04:00
Johannes Rudolph
9ebc5b4b72 Update CONTRIBUTING.md to current release branches (#26885) 2019-05-08 10:27:02 +02:00
Helena Edelson
ac91c797a5 Add backport steps to CONTRIBUTING.md #26837 (#26839)
* Add backport steps to CONTRIBUTING.md #26837

* Update from review feedback.
2019-05-01 08:51:48 +02:00
Christopher Batey
0ab7a96ae2
Remove Scala 2.11 for Akka 2.6 (#26760)
* Remove Scala 2.11 for Akka 2.6

* Remove unused import

* Update akka-actor/src/main/scala-2.13/akka/compat/Future.scala

Co-Authored-By: chbatey <christopher.batey@gmail.com>

* Update akka-actor/src/main/scala-2.13/akka/compat/Future.scala

Co-Authored-By: chbatey <christopher.batey@gmail.com>

* Remove last few bits of 2.11
2019-04-19 07:53:27 +01:00
Patrik Nordwall
47739cea7d update instructions for how to use Scalafmt in IntelliJ (#26682) 2019-04-05 08:30:14 +01:00
Patrik Nordwall
1cf7ef39ea
Merge pull request #26620 from akka/scaladocLinkingDoc
Link to SO answer on scaladoc link disambiguation
2019-04-02 07:13:42 +02:00
Johan Andrén
777173f988
contribution guidelines about wire compatibility (#26619) 2019-03-28 11:54:39 +01:00
Arnout Engelen
8d96e6e8ce
Javadoc caveat 2019-03-27 15:12:58 +01:00
Arnout Engelen
cbafc18d2e
Link to SO answer on scaladoc link disambiguation 2019-03-27 13:47:35 +01:00
Patrik Nordwall
e4d38f92a4 Switch to Scalafmt in build
* AvoidInfix in scalafmt.conf

* align.tokens in scalafmt.conf

* scalafmt in MultiJvm

* sbt-scalafmt 2.0.0-RC5

* scalafmt in all* command alias

* scalafmtAll in CONTRIBUTING.md
2019-03-11 16:56:39 +01:00
Christopher Batey
baa9c52254
Small tweaks to all command aliases (#26403)
* Small tweaks to all command aliases

* Adds other cluster all commands
* Makes allCluster do all cluster modules

* Update CONTRIBUTING.md

Co-Authored-By: chbatey <christopher.batey@gmail.com>
2019-02-21 14:12:55 +00:00
Arnout Engelen
3961a0ce00
Clarify Javadoc now needs jdk9+
Because jdk8 does not have the option to ignore the errors in the
genjavadoc-generated java code.
2019-01-31 19:15:05 +01:00
kerr
7c43ccdabf Add how to check binary compatibility. (#26219) 2019-01-09 16:20:09 +01:00
kerr
a2590db3f5 Add description about default method parameters. 2018-12-07 18:28:03 +08:00
Christopher Batey
f6d20f42a4 Add Graal recommendation to contributing guide 2018-11-27 08:39:51 +00:00
Johan Andrén
d9a41f5e23
Java API checklist (#25762) 2018-10-12 13:06:42 +02:00
Richard Imaoka
a17a61557c doc Replace the word stage by operator in stream doc (#25138) 2018-05-29 10:00:48 +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
Christopher Batey
9051e2fcda Allow reuse of journal loading logic (#24990)
* Allow reuse of journal loading logic

Probably can be generialised even more. At present i've tested this with
the akka persistence updater extension.

* Make the implicit explicit

* Added mima filter for removing internal class

* Review feedback
2018-04-26 22:00:15 +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
8957a6728f Document how to refer to methods from scaladoc (#24482)
* Document how to refer to methods from scaladoc
2018-02-02 14:11:55 +00:00
Arnout Engelen
5fc55ac82c
Document preference of 'internal' package (#24481)
Over `impl` which we also use here and there. We could rename `impl` packages,
but should be careful to check we're not (accidentally?) using them in other modules.
2018-02-02 12:15:41 +01:00
Patrik Nordwall
23fa8b0810 change spelling of behaviour to behavior, #24457 2018-02-01 15:10:46 +01:00
Patrik Nordwall
6cb326e171 add label 'good first issue' (#24296) 2018-01-16 09:42:22 +00:00
Christopher Batey
009214ae07
Update copyright to 2018 (#24241) 2018-01-04 17:26:29 +00:00
Arnout Engelen
dbad545803
Nice CONTRIBUTING.md intro text (#24096) 2017-12-05 10:56:47 +01:00
Richard Imaoka
20fc7f9057 CONTRIBUTING.md: No need to mention java and scala directory separation (#24057) 2017-11-28 10:15:23 +01:00
Konrad `ktoso` Malawski
cba1cb79fa Be more explicit about commenting with link to Issue in CONTRIBUTING (#23968) 2017-11-13 09:11:36 +01:00
Konrad `ktoso` Malawski
129f0c9ed5 Update community tag to help wanted (#23802)
* Update community tag to help wanted

Because of github recommendation

* Update CONTRIBUTING.md
2017-10-12 21:27:19 +09:00
Martynas Mickevičius
423f6d0094 Update CONTRIBUTING.md regarding MiMa issue filters (#23448) 2017-07-27 14:38:26 +02:00
Jimin Hsieh
8e4e9c0e07 Fix broken link. (#23447) 2017-07-27 01:50:47 -07:00
Arnout Engelen
8a095ed23d Document scala/java-specific content in paradox (#23264) 2017-07-05 03:49:36 -07:00
Ifeanyi Ubah
8049ac1438 Fix typos in CONTRIBUTING.md #23200 (#23201)
I noticed a couple minor typos in the contributing guide and fixed them.
2017-06-19 06:55:53 -07:00
Richard Imaoka
711c0ff027 Move a warning on -optimize to CONTRIBUTING.md (Fixes #22932) (#23089) 2017-06-07 01:42:42 -07:00
Richard Imaoka
6fca323fd7 Add note for paradox on Windows (Fix #22986) 2017-05-21 04:58:46 +09:00
Patrik Nordwall
55f3c68ca4 Merge branch 'master' into wip-akka-docs-new 2017-05-15 12:22:32 +02:00
Patrik Nordwall
36571de29d Information for Akka Developers, #22902 2017-05-11 17:36:45 +02:00
Konrad `ktoso` Malawski
4338b6a42c =doc request adding links to issues in guide 2017-05-11 17:34:40 +09:00
Nafer Sanabria
6c78187b68 Update CONTRIBUTING.md 2017-04-10 18:01:23 -05:00
Johan Andrén
4f291d1725 Note that you must be a public member of akka org to trigger builds #22543 2017-03-13 10:19:15 +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
Konrad `ktoso` Malawski
bbb2d2b92a Update CONTRIBUTING.md 2017-01-11 20:09:55 +01:00