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

Mechanism to enable experimental features in Java API #234

Open
2 tasks
cdisselkoen opened this issue Oct 7, 2024 · 0 comments
Open
2 tasks

Mechanism to enable experimental features in Java API #234

cdisselkoen opened this issue Oct 7, 2024 · 0 comments
Labels
feature-request Request for a new feature java Pull requests that update Java code

Comments

@cdisselkoen
Copy link
Contributor

Category

User level API changes

Describe the feature you'd like to request

Currently, there is no direct way to enable Cedar experimental features (Rust Cargo feature flags) in the Java releases. Users would have to recompile CedarJavaFFI themselves with the appropriate feature flags. Ideally we should have some way to do this without manually recompiling, ie, even for folks consuming from Maven. This probably means that all experimental features need to be built in to the Maven released binaries, and they must be simply gated somehow. We do want users to still have to explicitly opt-in to experimental features.

Describe alternatives you've considered

N/A

Additional context

No response

Is this something that you'd be interested in working on?

  • 👋 I may be able to implement this feature request
  • ⚠️ This feature might incur a breaking change
@cdisselkoen cdisselkoen added feature-request Request for a new feature java Pull requests that update Java code labels Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for a new feature java Pull requests that update Java code
Projects
None yet
Development

No branches or pull requests

1 participant