This is an automated email from the ASF dual-hosted git repository.
He-Pin pushed a change to branch sbtWarning
in repository https://gitbox.apache.org/repos/asf/pekko.git
omit c7b839cf17 Fix sbt load warnings by excluding unused lint keys (#3029)
add 7aac04c3a1 fix: support setting the ForkJoinPool minimum-runnable
value (#2890) (#3037)
add 0f45237159 fix: harden EndpointReader against NonFatal dispatch errors
and unwrap WrappedMessage in writer logs (#3166) (#3169)
add d83efeed76 fix code to use correct
pekko.remote.classic.use-passive-connections name (#3207) (#3209)
add 083040df84 docs: Clarify retry attempts parameter (#3266) (#3267)
add 5a847e3ac0 Fix sbt load warnings by excluding unused lint keys (#3029)
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (c7b839cf17)
\
N -- N -- N refs/heads/sbtWarning (5a847e3ac0)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../org/apache/pekko/pattern/PatternsTest.java | 24 +++
.../ForkJoinExecutorConfiguratorSpec.scala | 177 +++++++++++++++++++++
.../scala/org/apache/pekko/pattern/RetrySpec.scala | 37 ++++-
actor/src/main/resources/reference.conf | 18 +++
.../pekko/dispatch/PekkoJdk9ForkJoinPool.scala | 5 +-
.../dispatch/ForkJoinExecutorConfigurator.scala | 48 +++++-
.../scala/org/apache/pekko/pattern/Patterns.scala | 38 ++---
.../org/apache/pekko/pattern/RetrySupport.scala | 24 +--
.../org/apache/pekko/cluster/RestartNodeSpec.scala | 2 +-
docs/src/main/paradox/dispatchers.md | 7 +
docs/src/main/paradox/futures.md | 2 +-
docs/src/main/paradox/typed/dispatchers.md | 7 +
.../src/test/scala/docs/future/FutureDocSpec.scala | 2 +-
.../scala/org/apache/pekko/remote/Endpoint.scala | 20 +--
.../remote/TransientSerializationErrorSpec.scala | 7 +-
15 files changed, 362 insertions(+), 56 deletions(-)
create mode 100644
actor-tests/src/test/scala/org/apache/pekko/dispatch/ForkJoinExecutorConfiguratorSpec.scala
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]