Skip to content

Mechanism to enable experimental features in Java API #234

@cdisselkoen

Description

@cdisselkoen

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-requestRequest for a new featurejavaPull requests that update Java code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions