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

Revving JNI Bind to Version 1.0.0, switching from "alpha" to "beta". #258

Merged
merged 1 commit into from
Mar 11, 2024

Conversation

copybara-service[bot]
Copy link

Revving JNI Bind to Version 1.0.0, switching from "alpha" to "beta".

JNI Bind has been in production code at Google for a couple years now, and its API is largely settled. This seems a reasonable point to finally make a "beta" cut where devs can rely on a stable API.

In the future, JNI Bind will support C++20, enabling non-clang compilers. This will require a new syntax, but I aim to maintain cross compatability and backwards compatability. After this, I am going to repurpose the type system as a DSL generator, and will re-apply it to protobuffers.

Finally, this project began right before COVID, and much of it was written during lockdown. Thank you to the countless people who helped me bring this to the open source community, it has been a deeply challenging project, but ultimately I am very excited with the final product and use it daily. I hope you find it valuable, and would greatly appreciate any support you can offer with a GitHub ⭐️.

Good luck in your JNI Binding!

@copybara-service copybara-service bot force-pushed the test_611830727 branch 4 times, most recently from 114d447 to 3dd1b95 Compare March 11, 2024 19:01
JNI Bind has been in production code at Google for a couple years now, and its API is largely settled. This seems a reasonable point to finally make a "beta" cut where devs can rely on a stable API.

In the future, JNI Bind will support C++20, enabling non-clang compilers. This will require a new syntax, but I aim to maintain cross compatability and backwards compatability. After this, I am going to repurpose the type system as a DSL generator, and will re-apply it to protobuffers.

Finally, this project began right before COVID, and much of it was written during lockdown. Thank you to the countless people who helped me bring this to the open source community, it has been a deeply challenging project, but ultimately I am very excited with the final product and use it daily. I hope you find it valuable, and would greatly appreciate any support you can offer with a GitHub ⭐️.

Good luck in your JNI Binding!

PiperOrigin-RevId: 614748792
@copybara-service copybara-service bot merged commit c6adc7d into main Mar 11, 2024
@copybara-service copybara-service bot deleted the test_611830727 branch March 11, 2024 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant