You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "mdedetrich (via GitHub)" <gi...@apache.org> on 2023/02/13 12:24:25 UTC

[GitHub] [incubator-pekko-grpc] mdedetrich opened a new issue, #17: Why is there a gradle plugin for this project?

mdedetrich opened a new issue, #17:
URL: https://github.com/apache/incubator-pekko-grpc/issues/17

   I am missing some context here, but is there a reason why there is a gradle plugin for this project specifically? @jrudolph @raboof Maybe you have some idea?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


[GitHub] [incubator-pekko-grpc] mdedetrich commented on issue #17: Why is there a gradle/maven plugin for this project?

Posted by "mdedetrich (via GitHub)" <gi...@apache.org>.
mdedetrich commented on issue #17:
URL: https://github.com/apache/incubator-pekko-grpc/issues/17#issuecomment-1427868443

   Thanks thats a lot more clear, in that case we should fix the tests


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


[GitHub] [incubator-pekko-grpc] jrudolph commented on issue #17: Why is there a gradle plugin for this project?

Posted by "jrudolph (via GitHub)" <gi...@apache.org>.
jrudolph commented on issue #17:
URL: https://github.com/apache/incubator-pekko-grpc/issues/17#issuecomment-1427857864

   It's needed if you use it from Java.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


[GitHub] [incubator-pekko-grpc] raboof commented on issue #17: Why is there a gradle plugin for this project?

Posted by "raboof (via GitHub)" <gi...@apache.org>.
raboof commented on issue #17:
URL: https://github.com/apache/incubator-pekko-grpc/issues/17#issuecomment-1427866656

   This component relies on code generation in the projects that use it, and provides Maven, gradle and sbt plugins to achieve that. I *think* it should be possible to use the generic maven/gradle/sbt protobuf plugins and "plug in" the Akka gRPC code generation, but 'dedicated' plugins are much easier to use especially for 'simple' cases.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


[GitHub] [incubator-pekko-grpc] jrudolph commented on issue #17: Why is there a gradle/maven plugin for this project?

Posted by "jrudolph (via GitHub)" <gi...@apache.org>.
jrudolph commented on issue #17:
URL: https://github.com/apache/incubator-pekko-grpc/issues/17#issuecomment-1427881150

   It seems to a problem with naming versions. Missing a better tag `git describe` currently names the commits after the `forked-from-akka` tag. In some cases, the leading `f` seems to be snipped off (maybe because usually the tags are `v1.0.0`?) leading to the version starting with `orked-from...` which isn't what is expected later on... Maybe most easily we should either create a random tag that has a proper version format or make sure the `forked-from-akka` tag isn't seen in the build.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


[GitHub] [incubator-pekko-grpc] mdedetrich commented on issue #17: Why is there a gradle/maven plugin for this project?

Posted by "mdedetrich (via GitHub)" <gi...@apache.org>.
mdedetrich commented on issue #17:
URL: https://github.com/apache/incubator-pekko-grpc/issues/17#issuecomment-1449698447

   Closing this, everything is clarified and the tests have been fixed


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


[GitHub] [incubator-pekko-grpc] mdedetrich closed issue #17: Why is there a gradle/maven plugin for this project?

Posted by "mdedetrich (via GitHub)" <gi...@apache.org>.
mdedetrich closed issue #17: Why is there a gradle/maven plugin for this project?
URL: https://github.com/apache/incubator-pekko-grpc/issues/17


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


[GitHub] [incubator-pekko-grpc] mdedetrich commented on issue #17: Why is there a gradle plugin for this project?

Posted by "mdedetrich (via GitHub)" <gi...@apache.org>.
mdedetrich commented on issue #17:
URL: https://github.com/apache/incubator-pekko-grpc/issues/17#issuecomment-1427859990

   Okay I will look into it then, not exactly sure whats special about this project that we need Gradle for Java specifically


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org