Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid shipping classes already in scalapb-runtime #943

Merged
merged 2 commits into from
Apr 30, 2020

Conversation

raboof
Copy link
Contributor

@raboof raboof commented Apr 30, 2020

No description provided.

raboof added a commit to raboof/cloudstate that referenced this pull request Apr 30, 2020
To a version that has akka/akka-grpc#943 to fix
compilation errors. Compile/test now works, but assembly still has problems,
and the PR needs a rebase.
Copy link
Contributor

@jrudolph jrudolph left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -4,3 +4,7 @@ $ exists target/scala-2.12/src_managed
$ exists target/scala-2.12/src_managed/main/example/myapp/helloworld/grpc/HelloRequest.scala
$ exists target/scala-2.12/src_managed/main/example/myapp/helloworld/grpc/HelloworldProto.scala
$ exists target/scala-2.12/src_managed/main/example/myapp/helloworld/grpc/GreeterService.scala

# This will for example detect when we publish generated code that is
# already in scalapb-runtime
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because there would be exactly the same files at the same path now clashing?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes - actually not exactly the same, scalapb generates additional methods (they enable the javaConversions option)

@raboof raboof merged commit 52f006d into akka:master Apr 30, 2020
viktorklang added a commit to cloudstateio/cloudstate that referenced this pull request Apr 30, 2020
* Update Akka gRPC to 0.8.0

Unfortunately running into akka/akka-grpc#628 now

* Update to 0.8.1

* Update akka-grpc

To a version that has akka/akka-grpc#943 to fix
compilation errors. Compile/test now works, but assembly still has problems,
and the PR needs a rebase.

* Remove reflection proto

Reflection is provided by akka-grpc. Perhaps we'd like to make the .proto
available here for some reason, but we shouldn't generate code for it.

* reuse writer, shorter codec negotiation

* Update to published akka-grpc snapshot

* Expect server reflection in the reflection in the TCK

Co-authored-by: Arnout Engelen <[email protected]>
raboof added a commit to raboof/cloudstate that referenced this pull request May 1, 2020
pvlugter pushed a commit to lightbend/kalix-jvm-sdk that referenced this pull request Feb 19, 2021
* Update Akka gRPC to 0.8.0

Unfortunately running into akka/akka-grpc#628 now

* Update to 0.8.1

* Update akka-grpc

To a version that has akka/akka-grpc#943 to fix
compilation errors. Compile/test now works, but assembly still has problems,
and the PR needs a rebase.

* Remove reflection proto

Reflection is provided by akka-grpc. Perhaps we'd like to make the .proto
available here for some reason, but we shouldn't generate code for it.

* reuse writer, shorter codec negotiation

* Update to published akka-grpc snapshot

* Expect server reflection in the reflection in the TCK

Co-authored-by: Arnout Engelen <[email protected]>
pvlugter pushed a commit to lightbend/kalix-jvm-sdk that referenced this pull request May 26, 2021
* Update Akka gRPC to 0.8.0

Unfortunately running into akka/akka-grpc#628 now

* Update to 0.8.1

* Update akka-grpc

To a version that has akka/akka-grpc#943 to fix
compilation errors. Compile/test now works, but assembly still has problems,
and the PR needs a rebase.

* Remove reflection proto

Reflection is provided by akka-grpc. Perhaps we'd like to make the .proto
available here for some reason, but we shouldn't generate code for it.

* reuse writer, shorter codec negotiation

* Update to published akka-grpc snapshot

* Expect server reflection in the reflection in the TCK

Co-authored-by: Arnout Engelen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants