Commit graph

76 commits

Author SHA1 Message Date
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
Philippus Baalman
6c7085252a extended copyright into 2017 2017-01-04 17:37:15 +01:00
Philippus Baalman
f319dec711 more consistent naming and style, fixed typos and mistakes #22077 2016-12-30 20:24:29 +01:00
Patrik Nordwall
e04444567f Speedup pull request validation
* speedup ActorCreationPerfSpec
* reduce iterations in ConsistencySpec
* tag SupervisorHierarchySpec as LongRunningTest
* various small speedups and tagging in actor-tests
* speedup expectNoMsg in stream-tests
* tag FramingSpec, and reduce iterations
* speedup QueueSourceSpec
* tag some stream-tests
* reduce iterations in persistence.PerformanceSpec
* reduce iterations in some cluster perf tests
* tag RemoteWatcherSpec
* tag InterpreterStressSpec
* remove LongRunning from ClusterConsistentHashingRouterSpec
* sys property to disable multi-jvm tests in test
* actually disable multi-node tests in validatePullRequest
* doc sbt flags in CONTRIBUTING
2016-11-30 14:31:06 +01: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
kenji yoshida
4cf9e6969d =doc fix link in CONTRIBUTING.md (#21274) 2016-08-24 12:52:58 +02:00
Konrad Malawski
d58d123e25 =doc Added hints about timeouts to contributing.md (#21256)
* =doc Added hints about timeouts to contributing.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md
2016-08-23 11:57:01 +02:00
Johan Andrén
95280bf16f =readme Updated the contributing doc with sbt memory heap config (#21055)
* Updated the contributing doc with sbt memory heap config

* huge -> large
2016-07-28 13:18:14 +02:00
Konrad Malawski
20960d9fd5 +doc explain how to generate JavaDoc in CONTRIBUTING.md (#20995)
* +doc explain how to generate JavaDoc in CONTRIBUTING.md

* Update CONTRIBUTING.md
2016-07-20 10:13:39 +02:00
Nafer Sanabria
2078396197 =doc Akka & GitHub appearances in docs (#20968)
* =doc capitalize akka word

* Capitalize GitHub appearances in docs
2016-07-18 10:33:44 +02:00
Konrad Malawski
a5d4813ecb Improved CONTRIBUTING.md (#20895)
* Improved CONTRIBUTING.md

* Update CONTRIBUTING.md

* Add section about tags to CONTRIBUTING

* Update CONTRIBUTING.md
2016-07-06 11:51:21 +02:00
Stefano Bonetti
7d40c1d8d4 htp #19681 MalformedRequestContentRejection cause traceability (#20346)
* improved cause tracking for MalformedRequestContentRejection
* unwrapping RejectionErrors when unmarshalling
* amended old project name in CONTRIBUTING.md
2016-05-06 11:19:01 +02:00
Sergiusz Kierat
d28eed0b1d Update CONTRIBUTING.md
fix wrong url
2016-03-12 19:04:15 +01:00
Nafer Sanabria
fc0bf6bd63 Fix up some typos in the contributing guide 2016-03-08 13:13:38 -05:00
Johan Andrén
62e30b3c08 Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
Roland Kuhn
67d5cc1471 remove requirement for module tag in commit message, fixes #19413 2016-02-16 11:56:29 +01:00
naferx
e79cc3ba14 Update copyright year 2016-01-28 09:47:29 -05:00
Konrad Malawski
dd1bf6a1ee +pro enable validatePullRequest locally 2016-01-22 10:27:47 +01:00
Konrad Malawski
f6147972d7 +pro add Akka Streams HTTP to master build
> merged akka-bench-jmh-dev with akka-bench-jmh
> renamed akka-stream-tck to more correctly named akka-stream-tests-tck
> merged java8 tests with normal tests in http
2016-01-13 01:25:04 +01:00
Jakub Kozłowski
f8f32316b9 =doc #19357 fix grammar in CONTRIBUTING.md 2016-01-05 19:42:08 +01:00