Open rhamzeh opened 5 months ago
Hello @rhamzeh ,
I would like to contribute to this issue. Could you please assign it to me and provide any relevant references or guidance?
Thank you!
👋🏻 Thanks for the interest in picking this up @Akshayp02. There's two deprecations that need fixing.
TemplateContextType
here
"OPENFGA_CONTEXT
string needs to be removed and moved to the plugin.xml file as stated in the docs here.super
call.ModalityState.NON_MODAL
here needs replacing with the recommended replacement.I'll assign this task to you and please feel free to ping me if you need any assistance.
Hey @Akshayp02 I just wanted to check in an see how you're getting on with this change, is there any assistance I can provide?
Deprecated constructor TemplateContextType.<init>(String, String) is invoked in OpenFGATemplateContext.<init>()
Deprecated field ModalityState.NON_MODAL is accessed in DslToJsonTask.onSuccess(File, File)