Francisco Rafael
Francisco Rafael
Hi team, We’re seeing similar issues on version 11.x as well. We’ve also observed a number of exceptions thrown from com.dylibso.chicory.runtime, mostly: Trapped on unreachable instruction We have not been...
While reviewing the code, I noticed that the DefaultUnleash class defines a shutdown() method: ``` @Override public void shutdown() { featureRepository.shutdown(); config.getScheduledExecutor().shutdown(); } ``` In the example [examples/spring-boot-example/src/main/java/io/getunleash/unleash/example/UnleashSpringConfig.java](https://github.com/Unleash/unleash-java-sdk/blob/main/examples/spring-boot-example/src/main/java/io/getunleash/unleash/example/UnleashSpringConfig.java) , the...
Today we updated the new version v11.1.1 Latest. We included it in the service where the problem occurred. Two days ago, we upgraded it to a less critical service, and...
Good evening! Unfortunately, we still had some problems with the new version, although they are occurring less frequently than before. I'll leave the call stack here. com.dylibso.chicory.runtime.WasmRuntimeException: out of bounds...
Great, I'll talk to the team here and we'll use the same strategy. We'll include it in a less critical system for a week and then move to the most...