-
Notifications
You must be signed in to change notification settings - Fork 50
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
Package protos into jar and pubish? #5
Comments
1. Simplify WORKSPACE and BUILD files 2. Add a Java proto generator See tensorflow#5
1. Shell script that creates Maven artifacts from locally created BUILD artifacts. 2. Configuration set to upload to a test Maven repository. 3. Documentation on release. See tensorflow#5
I am glad you are using this, and we definitely can add Java support. We don't yet have a way to sync external pull requests with our internal code (the external code is generated from an internal Google3 version). Is the core need a Java jar package? |
Hi @mzinkevi, thanks for responding! Yes, a jar package published somewhere (maven central?) would be great. |
Hey @mzinkevi, just wanted to check and see if there are any updates on this. |
I have created an internal Google bug and will try to get this done soon (probably after Dev Summit). I need to check on how Google publishes to jar. |
+1 A jar we can depend on would be 💯 |
Hi, are there any updates on this? |
Hi, Any updates on this ? @mzinkevi ^^^ |
We have some JVM code that uses schema.proto to parse out and process annotations of a tfrecord dataset, and currently we have to copy the proto into our project and periodically check upstream for changes which is definitely not ideal. Would it be possible to package these into a jar and publish?
The text was updated successfully, but these errors were encountered: