Johan Andrén

Results 186 issues of Johan Andrén

In #243 I added support for eclipse to pick up/understand that the akka-grpc plugin is part of a maven build and is a source code generator that needs to be...

maven
sbt

Sister-ticket of akka/akka#27155 We since previously have a request to migrate to JUnit 5 but since the demand has been so low I'm not sure if we want to do...

help wanted
t:docs
1 - triaged
t:testing

Seen in the forums here: https://discuss.lightbend.com/t/akka-http-mapresponse-ignores-some-responses/1975/6 Intuitively request timeouts happens while in the routing tree, but actually that's not how they are implemented, which means that for example `mapResponse` does...

help wanted
1 - triaged
discuss
t:server

https://jenkins.akka.io:8498/job/akka-http-nightly/AKKA_VERSION=master,Node=akka-http-nightly-node,SCALA_VERSION=2.13.1,jdk=AdoptOpenJDK%208/82/testReport/junit/akka.http.impl.engine.client/HostConnectionPoolSpec/NewPoolImplementation_on_AkkaHttpEngineTCP_should_if_connecting_attempt_fails__backup_the_next_connection_attempts/ ``` 2 was not greater than or equal to 3 at org.scalatest.matchers.MatchersHelper$.indicateFailure(MatchersHelper.scala:339) at org.scalatest.matchers.should.Matchers$ShouldMethodHelperClass.shouldMatcher(Matchers.scala:6783) at org.scalatest.matchers.should.Matchers$AnyShouldWrapper.should(Matchers.scala:6822) at akka.http.impl.engine.client.HostConnectionPoolSpec$$anon$20.(HostConnectionPoolSpec.scala:465) at akka.http.impl.engine.client.HostConnectionPoolSpec.$anonfun$testSet$32(HostConnectionPoolSpec.scala:437) at akka.http.impl.engine.client.HostConnectionPoolSpec$EnhancedIn$1.$anonfun$inWithShutdown$1(HostConnectionPoolSpec.scala:90) ```

failed
t:client-new-pool

Continuation of akka/akka#18709 We currently do not support websocket extensions (i.e. registering "an extension" in the server, or requesting one in the client). Currently we see no strong need to...

help wanted
1 - triaged
nice-to-have (low-prio)
t:core
t:websocket

Is missing, we should port the Scala sample when we have completed #186

Same as PR #55 but against the 2.5 branch

And how to configure them for that. Sister ticket to https://github.com/akka/akka/issues/30857

The durable state has a two-step operation when updating the state, first picking up a new global unique seq number and then the actual insert/update (see `JdbcDurableStateStore`. I think we...

enhancement :rocket:
help wanted

Noticed with the, somewhat synthetic, `JournalPerfSpec` from the persistence tck, compared to 4.0.0 5.0.0 is an order of magnitude slower for `persistAsync`. I have only verified the results against a...

enhancement :rocket: