Error Details:
Error Category: EXTENSION_CODE
Error Code: CODE_FORBIDDEN_IMPORT
Short Description: Forbidden import Import [java.time.LocalDate] in extension SLS_Batch_1288_MMS480PF_WriteHistory.
Long Description: Only certain packages and classes are allowed to use in extensions.
Resolution: Remove the forbidden import from the extension code.
Description:
The error occurs due to the import of the class java.time.LocalDate and the others, which is flagged as not allowed in extensions. but I know for sure that in the documentation, it mentions the possibility of using these classes and installed on M3, the extension works and compiles and runs without any problem
I would like to understand what I'm doing wrong and possibly which imports are enabled for Xtendm3
Thank you.