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
We made a variety of improvements to the Cedar JSON FFI (cedar-policy::ffi) as part of version 4.0. For example: we added APIs to check whether a policy/schema successfully parse (cedar-policy/cedar#1079), to apply the formatter to policies (cedar-policy/cedar#1087), and to convert between the JSON and Cedar syntaxes for policies and schemas (cedar-policy/cedar#1087).
The Java-Rust interface in CedarJavaFFI should reuse these FFI APIs as much as possible. For example: #172 and #180 could probably be revised to use the corresponding cedar-policy::ffi functions instead.
Describe alternatives you've considered
No response
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
Internal refactors/changes
Describe the feature you'd like to request
We made a variety of improvements to the Cedar JSON FFI (
cedar-policy::ffi
) as part of version 4.0. For example: we added APIs to check whether a policy/schema successfully parse (cedar-policy/cedar#1079), to apply the formatter to policies (cedar-policy/cedar#1087), and to convert between the JSON and Cedar syntaxes for policies and schemas (cedar-policy/cedar#1087).The Java-Rust interface in
CedarJavaFFI
should reuse these FFI APIs as much as possible. For example: #172 and #180 could probably be revised to use the correspondingcedar-policy::ffi
functions instead.Describe alternatives you've considered
No response
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: