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
Does the framework support introducing a third jar in the enclave? For example, in MOCK_N_JVM mode, referencing Alibaba Fastjson 2 can be used, but there is an error when compiling in TEE_SDK mode. Do you have any use cases?
Error:
Classes that should be initialized at run time got initialized during image building: com.aliabba.fastjon2.JSONObject was unintentionally initialized at build time.
Secondly, does the Service in the enclave support Java8 functional programming, where lambda expressions are passed as parameters to the encryption module for execution?
The text was updated successfully, but these errors were encountered:
Hello, there are two framework issues:
Does the framework support introducing a third jar in the enclave? For example, in MOCK_N_JVM mode, referencing Alibaba Fastjson 2 can be used, but there is an error when compiling in TEE_SDK mode. Do you have any use cases?
Error:
Classes that should be initialized at run time got initialized during image building: com.aliabba.fastjon2.JSONObject was unintentionally initialized at build time.
Secondly, does the Service in the enclave support Java8 functional programming, where lambda expressions are passed as parameters to the encryption module for execution?
The text was updated successfully, but these errors were encountered: