Commit graph

30 commits

Author SHA1 Message Date
kerr
eeaec22bd5 !str Eagerly fails flow if the future is already failed. 2023-08-11 17:27:10 +08:00
He-Pin
f24e3887f3 =str Implement Source.never as a dedicated GraphStage. 2023-08-11 00:36:25 +08:00
PJ Fanning
4f570ea24c
Yet more Akka version numbers in deprecation warnings (#545)
* Yet more Akka version numbers in deprecation warnings

more

* more akka version numbers

Update ClusterMessageSerializer.scala

more changes
2023-08-07 00:47:04 +01:00
He-Pin
464517a547 =str Make use of Set instead of List to reduce contention.
Signed-off-by: He-Pin <hepin1989@gmail.com>
2023-08-06 20:06:15 +08:00
kerr
cb867edb4d !str Logging error instead of failing the keepAlive operator. 2023-08-06 02:58:20 +08:00
He-Pin
5b97885623 +str Add startAfterNrOfConsumers to BroadcastHub. 2023-08-05 16:03:59 +08:00
PJ Fanning
4169e7d476 fix up some docs with version numbers that are Akka versions 2023-08-04 13:03:25 +08:00
kerr
1042dcb0c9 =str Add LazyFutureSource to avoid sub materialization. 2023-08-02 17:08:05 +08:00
kerr
43d4737902 =str Avoid sub materialization in lazySingle. 2023-08-02 11:51:33 +08:00
PJ Fanning
533759ae56
enable mima check (#481)
* enable mima check

* use java 11 when running mima checks (java 8 builds are missing jfr classes)

* copy over excludes from akka

* fix up excludes
2023-07-15 10:31:54 +01:00
PJ Fanning
b0fdac259b
adjust ASF header (#450) 2023-06-22 14:19:26 +01:00
PJ Fanning
966204814e
TLSActor: apply check to avoid an endless loop (#443)
* TLSActor: apply check to avoid an endless loop

* add constant
2023-06-21 17:51:26 +01:00
PJ Fanning
279d65a7fa
still finding some stray akka refs (#441) 2023-06-21 12:52:59 +01:00
PJ Fanning
01379c4171
Scala3 doc build does not like java @Deprecated mixed with Scala @deprecated (#406)
* Scala3 doc build does not like java `@Deprecated` mixed with Scala `@deprecated`

* Update ActorSource.scala
2023-06-16 15:27:11 +01:00
PJ Fanning
1612950702
fix up refs to Akka in source code (#374)
* fix up refs to Akka in source code

* Update distributed-data.md
2023-06-07 14:51:57 +01:00
Matthew de Detrich
def5d6e388 Rename akka files and folders to pekko 2023-06-01 19:25:55 +02:00
Johannes Rudolph
6b90b20334
stream: fix regression in JsonFraming (#44)
* stream: fix regression in JsonFraming

Was introduced in 6b30134c5c where
an invariant was changed what `pos` can be when the loop is run.

* fix when maximumObjectLength is near Int.MaxValue
2023-05-29 16:27:37 +01:00
Matthew de Detrich
480f516398
Unwrap single string interpolation syntax 2023-05-24 16:28:02 +02:00
Matthew de Detrich
07df607192 Add FunctionConverters, FutureConverters and ObjectConverters 2023-05-08 12:03:37 +02:00
PJ Fanning
69b5045f9e
remove more akka refs in our docs (#269) 2023-03-24 22:19:14 +01:00
He-Pin
83650437cd =str Remove the deprecation annotation on Flow#recoverWith. 2023-03-06 18:05:23 +08:00
PJ Fanning
0a8b8a572f
set license headers on conf files (#227) 2023-03-03 13:24:19 +01:00
PJ Fanning
2df8d99786
change deprecated versions to use Akka in name (#209)
* change deprecated versions to use Akka in name

* scalafmt

* update markdown
2023-02-21 11:13:05 +01:00
PJ Fanning
36377c6c9a
update Akka refs in PekkoSSLConfig.scala (#198) 2023-02-16 13:10:35 +01:00
Johannes Rudolph
c4887c68b0
fix binary protobuf descriptor data (#168)
Fixes #164, #167
2023-02-13 10:38:42 +01:00
PJ Fanning
d0238d8bf7
with deprecated code, highlight versions are Akka versions (#154)
* with deprecated code, highlight versions are Akka versions

* scalafmt issue
2023-02-09 14:39:56 +01:00
Seeta Ramayya
ad0f3b4234
Replaced doc.akka.io with pekko.apache.org (#120)
* modified all references in docs module

* replaced in inline scala docs

* renamed variable and changed access specifier

* reanmed in remaining places

* Adjusted path (instead of `akka` used `pekko`)

* Where applicable akka.io is replaced with pekko.apache.org

* replaced akka with pekko in the path

* Removed TODO

* Removed migration guide to gRPC (there is no user using pekko at the moment so no need of migration guide)

* Added back migration to gRPC section

* removed TODO

* alpakka is replaced with pekko-connectors

* the Akka online documentation -> the Pekko online documentation

* referring akka security docs

* reffering to akka migration guides (pekko is not managing them)

* Using pekkoBaseURL for platform-guide.base_url

* removed unnecessary redirects and used current instead of 2.6

* Changed akka discovery to pekko discovery

* Some more replacement

* fix merge issue

* revert platform-guide change because we

---------

Co-authored-by: PJ Fanning <pjfanning@users.noreply.github.com>
2023-01-31 12:26:50 +01:00
PJ Fanning
0903c6aa86
fix some stray akka refs (#117) 2023-01-19 18:10:59 +00:00
He-Pin
4ac0f00a47 Update headers with The Apache header annotated. 2023-01-12 10:59:28 +08:00
Matthew de Detrich
24c03cde19
Rename sbt akka modules
Co-authored-by: Sean Glover <sean@seanglover.com>
2023-01-05 11:10:50 +01:00