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
time oracle was incorrectly packaged in the QA service
artifact, causing TimeSchemaProxy to be loaded by the classloader
of that service artifact, which cannot link to an already loaded
by the application classloader java_bindings native library.
That's another reason to reconsider https://jira.bf.local/browse/ECR-3046
which would have provided a proper error message earlier.
Also, make isTimeServiceEnabled static as there is no reason
for it to be an instance method (and native already implemented
as for static):
pub extern "system" fn Java_com_exonum_binding_time_TimeSchemaProxy_isTimeServiceEnabled(
_: JNIEnv,
_: JClass, // <- !
) -> jboolean {
0 commit comments