microsoft / regorus

Regorus - A fast, lightweight Rego (OPA policy language) interpreter written in Rust.
MIT License
100 stars 26 forks source link

publish-java action has never been run, bindings are not in Maven #237

Closed bromls closed 1 month ago

bromls commented 1 month ago

The documentation in README.md and in bindings/java/README.md indicates that Java bindings for regorus are published to Maven Central. I don’t see the bindings in Maven, and the GitHub action for making this true appears to have never been run: https://github.com/microsoft/regorus/actions/workflows/publish-java.yml

anakrish commented 1 month ago

@bromls This is a documentation issue. CC @unexge, the owner of the Java binding.

As noted in the bindings, we currently don't publish bindings to repositories due to the operational overhead. However, I have been collecting use cases to help justify the cost of publishing the bindings. Would it be possible to share your use case?

anakrish commented 1 month ago

Addressed by #246