Arnout Engelen

Results 416 issues of Arnout Engelen

### Short description It would be good to track upstream protoc releases more closely again. ### Details Since newer versions don't ship with the Javascript code generators anymore this is...

Will fix #1407 (depends on some upstream work mentioned in that issue)

update

Akka gRPC is already usable with Scala 3, by using the Scala 2.13 artifacts in a Scala 3 project (see #1396 and the scripted test added under that issue). It...

We currently support Java 8 and up. At some point we should probably update to Java 11. This issue doesn't exist because we are in a hurry with that, but...

sbt supports using the system-installed `protoc` executable (https://doc.akka.io/docs/akka-grpc/current/buildtools/sbt.html#using-a-local-protoc-command). It would be useful to support the same from the Maven plugin, which would mean a change at https://github.com/akka/akka-grpc/blob/main/maven-plugin/src/main/scala/akka/grpc/maven/AbstractGenerateMojo.scala#L206

maven

In SBT we can load `.proto` files from the project or from a dependency. It would be great if we could also support this from Gradle and Maven.

maven

i.e. https://github.com/akka/akka-grpc/runs/2987339046?check_suite_focus=true - presumably because it doesn't place the site in the 'snapshot' target directory

development

For example in https://github.com/akka/akka-grpc/runs/2928895897?check_suite_focus=true : the link validation failed, but the job 'succeeded'

development

We recently made it easier to pull in the standard dependencies, and added a timestamp to the 'helloworld' proto to test that. Unfortunately, that was the .proto we also use...

docs

This requires #1353 first