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
In our other client side SDKs we check the OS/Arch before loading the engine.
A user has gotten the following error when trying to use the Java client SDK on an Intel Mac:
Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Handler dispatch failed: java.lang.UnsatisfiedLinkError: Unable to load library 'fliptengine':
Acceptance Critera:
Java Client should error if trying to load on unsupported platform (like we do in Python and others)
markphelps
changed the title
java: only try to load engine for supported hosts
[FLI-963] java: only try to load engine for supported hosts
Apr 22, 2024
flipt-client-sdks/flipt-client-java/src/main/java/io/flipt/client/FliptEvaluationClient.java
Line 23 in 6281e5e
In our other client side SDKs we check the OS/Arch before loading the engine.
A user has gotten the following error when trying to use the Java client SDK on an Intel Mac:
Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Handler dispatch failed: java.lang.UnsatisfiedLinkError: Unable to load library 'fliptengine':
Acceptance Critera:
FLI-963
The text was updated successfully, but these errors were encountered: