Commit graph

23175 commits

Author SHA1 Message Date
Arnout Engelen
6f66981542
Include 'reproducible builds' sbt plugin (#26546)
This does 2 things:
* publish a 'buildinfo' report along with the project artifacts to describe
the build context and parameters
* post-process the jars to remove 'arbitrary' differences, such as jar file
ordering and timestamps.

This makes it easier to detect and explain when 2 builds of the same source
don't produce a bit-per-bit identical result. This for example can improve
our confidence that our distribution pipeline has not been compromised.
2019-03-18 17:12:21 +01:00
Johan Andrén
17c80b3be9 Race condition in lazy sink on immediate failure (#25413)
* Race condition in lazy sink on immediate failure #25410
2019-03-18 14:28:31 +01:00
Helena Edelson
d358a0c3b5 Typed Persistence: deleting snapshots / events #24698 2019-03-18 13:22:52 +01:00
Johan Andrén
440a85aef1
Wrong filename for some 2.5.20 mima excludes (#26547) 2019-03-18 13:04:21 +01:00
Johan Andrén
9f36e8e647
Expected behavior on Terminated with orElse signal handling #26518 2019-03-18 12:45:16 +01:00
Patrik Nordwall
ef3a19b5d0
Merge pull request #26517 from akka/wip-26511-scalafmt-align-patriknw
scalafmt align.openParen false, #26511
2019-03-15 11:38:03 +01:00
Auto Format
75579bed17 format source with scalafmt, #26511 2019-03-15 10:23:46 +01:00
Patrik Nordwall
2ba9b988df scalafmt align.openParen false, #26511 2019-03-15 10:16:59 +01:00
kerr
7649264998 Deprecated the after pattern supporting methods which accept a value of Future or CompletionStage. (#25817) 2019-03-15 10:11:55 +01:00
Patrik Nordwall
38b8c08640
Merge pull request #26506 from akka/expectJdk11forRelease
Expect java11 for releasing
2019-03-15 10:05:20 +01:00
Patrik Nordwall
460d08cb85
Merge pull request #26534 from akka/checkClassPathForOldDiscovery
Correctly throw when akka.discovery.SimpleServiceDiscovery is found
2019-03-15 10:04:16 +01:00
Patrik Nordwall
c676735a3b
Merge pull request #26301 from jrudolph/jr/26300-Unregistered-DeadLetter-logging
=act #26300 try not to get stopped by death pact before Unregistration is complete
2019-03-15 09:59:48 +01:00
Arnout Engelen
2ccf2ac354
Correctly throw when akka.discovery.SimpleServiceDiscovery is found
ReflectiveDynamicAccess.getClassFor checks whether the found class
is of the 'desired type' and if not throws a ClassCastException. In
this case we ignore the result, so the expected type is Nothing,
and akka.discovery.SimpleServiceDiscovery is not assignable to
Nothing.
2019-03-14 19:24:49 +01:00
kerr
0646d2d36a Fix typo in QueueSource's error message. (#26509) 2019-03-14 11:20:31 +01:00
Patrik Nordwall
48a43e1e74 Issue references to FIXMEs in Typed (#26513)
* Issue references to FIXMEs in Typed

* comment out ctx.ask example with 2 param

* doesn't compile with 2.13, separarate issue created
2019-03-14 10:07:08 +01:00
Patrik Nordwall
357be2036e
Merge pull request #26528 from TimMoore/patch-2
Remove Lightbend Enterprise Suite from deploy.md
2019-03-14 09:41:05 +01:00
Enno
a181c758c1 Paradox: latest 0.5.3, latest theme 0.16, more https (#26522) 2019-03-14 08:26:15 +01:00
Johan Andrén
91f666f2b7
Intercept poststop (#26331)
Fixes timers leaking on stop #26285
2019-03-14 08:11:40 +01:00
Tim Moore
ae9ee933d8
Remove Lightbend Enterprise Suite from deploy.md
This section is now obsolete.
2019-03-14 17:14:15 +10:30
daniperez
c981ba774f clarify backoff's "restart" #23406 2019-03-13 14:07:14 +01:00
Arnout Engelen
9d63d353d5
Expect java11 for releasing
Refs #26278
2019-03-12 15:50:54 +01:00
Johan Andrén
7fc591c182
Signals instead of callbacks for eventsourced behavior #25428 2019-03-12 13:18:00 +01:00
Christopher Batey
2e247001f7 Validate compile in multi-jvm (#26400)
* New validateCompile task for multi jvm to run in travis
2019-03-12 12:43:02 +01:00
Johan Andrén
6394b979bd
Cleaned up LogMessageSpec output #26486 2019-03-12 11:40:08 +01:00
Patrik Nordwall
4729a80e7e
Merge pull request #26356 from akka/wip-scalafmt-patriknw
Switch to Scalafmt
2019-03-11 19:41:38 +01:00
Patrik Nordwall
eb5dd7d297 fix wrong headers 2019-03-11 16:58:55 +01:00
Auto Format
ce404e4f53 format source with scalafmt 2019-03-11 16:58:55 +01:00
Patrik Nordwall
0f40491d42 manual adjustments before scalafmt
* fix formatting error

* reversePrepend instead of reverse_:::
  * because it is causing trouble for AvoidInfix formatting

* prepare for AvoidInfix

* fix try-catch
2019-03-11 16:58:55 +01:00
Patrik Nordwall
5c96a5f556 replace unicode arrows
* ⇒, →, ←
* because we don't want to show them in documentation snippets and
  then it's complicated to avoid that when snippets are
  located in src/test/scala in individual modules
* dont replace object `→` in FSM.scala and PersistentFSM.scala
2019-03-11 16:58:51 +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
Johan Andrén
18710d3aba Check all recipients and msgs are done rather than specific order #26495 2019-03-11 16:51:39 +01:00
Patrik Nordwall
5a36b6a537
Wrap exception from unstash, #26148 (#26396)
* test from other branch
* wrap exception from unstash
* simplify persistence, use the UnstashException there
* incorporate feedback
2019-03-11 10:55:58 +01:00
Varun Sivapalan
26b234e9df Use configuration property for timeout for assertAllStagesStopped #26410 2019-03-11 10:32:37 +01:00
Johan Andrén
210394e9de
Typed persistence stash improvements (#26347)
Changes:
* Setting for handling overflow is now two possible values without dynamic classloading (and no third option that is unsupported for typed)
* Test coverage for overflows when user stashes
2019-03-09 08:35:05 +01:00
Johan Andrén
0ebe54ce74
Typed actor routers #25612 2019-03-08 17:47:08 +01:00
Arnout Engelen
ba2447159a Document publishing branch snapshots #26437 2019-03-08 17:15:37 +01:00
Nicolas Vollmar
44709e6bba Adds docs for actorRef stream integration #24595 2019-03-08 17:13:59 +01:00
Patrik Nordwall
b8c99c5c8a
Merge pull request #26483 from akka/only-https-links
Use only https links to doc.akka.io by now (canonical link in our docs HTML)
2019-03-08 12:21:35 +01:00
Johannes Rudolph
e4f66e40c2
Use only https links to doc.akka.io by now 2019-03-07 17:03:17 +01:00
Johan Andrén
59cae4d07b
Better logging on artery start when bind address used 2019-03-07 14:58:09 +01:00
Johan Andrén
c01e6b6d73
Simplify backoff supervision API #26156 2019-03-07 14:27:27 +01:00
Yoel Garcia Diaz
365172487c
Delete .java-version 2019-03-07 12:34:01 +00:00
Yoel García Díaz
3605aff283 output UID only once for bind and local addresses 2019-03-07 12:33:35 +00:00
Johan Andrén
4117ce4453
Merge pull request #26456 from gbrd/wip-26455-add-marker-support-in-logging-filter
Add marker support in logging filters #26544
2019-03-07 12:38:46 +01:00
Nicolas Vollmar
35207d55aa Moves implementation to internal package #26156 2019-03-07 12:28:07 +01:00
Yoel Garcia Diaz
85ac56d20c formatting 2019-03-07 10:13:54 +00:00
Nicolas Vollmar
4bf1ba0bf0 Updates deprecations and documentation #26156 2019-03-07 09:58:31 +01:00
Yoel Garcia Diaz
639e2a5ae3 single log statement
interpolation made sense here because log.info supports a max of 4 args
2019-03-07 08:34:53 +00:00
Yoel Garcia Diaz
f241e1b860 spelling 2019-03-07 08:29:28 +00:00
Yoel Garcia Diaz
59aaf0a529 spelling 2019-03-07 08:07:38 +00:00