-
```
[warn] /Users/pj.fanning/code/incubator-pekko-http/http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/HttpEntity.scala:666:23: method getFirst in class Attributes is deprecated (since …
-
While looking at https://github.com/apache/incubator-pekko/issues/103 I noticed that the pekko project already happens to have infrastructure setup to publish nightlies (aka snapshots) to an rsync dir…
-
![image](https://user-images.githubusercontent.com/677147/192856318-5ffacf5d-6788-4c5e-a9e6-0319716ac854.png)
-
Drop `org.apache.pekko.actor.TypedActor` in later version, which can be replaced by pekko-typed.
-
Tapir version: 1.9.4
Pekko version: 1.0.2
Scala version: 3.3.3
**Describe the bug**
`IllegalArgumentException` is thrown when calling `ResponseEntity.contentLengthOption` from `sttp.tapir.se…
-
Turns out, this line
https://github.com/apache/incubator-pekko-http/blob/a6f2ff64a8a028b39a662b460da1ba4c1fe81105/project/plugins.sbt#L20
is not needed anymore since sbt 1.4, because it's build …
mkurz updated
9 months ago
-
>TODO In Pekko 1.1.0, we can remove deprecation and make the method final
```scala
// TODO In Pekko 1.1.0, we can remove deprecation and make the method final
@deprecated("Override preRestart…
-
With a result of the changes in https://github.com/apache/incubator-pekko/pull/258 that removes the `-release`/`-target` workaround it appears that all of this special case handling for JDK 1.8 in Pek…
-
```
[Error: .github#L1](https://github.com/apache/incubator-pekko/commit/0ec41cd65d4375ced3c0d51a22eea1ef46eacebf#annotation_17363092704)
virtuslab/scala-cli-setup@main is not allowed to be used in …
-
The pekko-sample-cluster-java README.md docs refer to:
Distributed Workers With Akka - https://developer.lightbend.com/guides/akka-distributed-workers-java/
This seems to be non-existent. We hav…