You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: