Jouni Latvatalo

Results 6 comments of Jouni Latvatalo

Crnk is a fork from Katharsis. Migration to Crnk 2.x is pretty easy, but some classes you know from Katharsis are deprecated and will most likely be removed in Crnk...

Some more observations: `FOUNDATION_GREENGRASS_JAVA_SDK_1_2_JAR = "/foundation/GreengrassJavaSDK-1.2.jar.zip"` is defined in `BasicMavenBuilder` but actually `GreengrassJavaSDK-1.3.jar.zip` is under foundation. I'm running this without the docker container, so directly with `java -jar ....`. I'm...

Just edited my previous comment with the actual error I'm experiencing. I'm pretty confident that at this point it does not actually have anything to do with the function. When...

> Report back if this works, as I didn't actually test it. Works with Rancher Desktop 1.4.1 on macos 12.4 (intel)

Could Jedis be updated as well? Tests seem to pass with redis.clients:jedis:3.0.0

There seems to be some other problems with the Makefile, too. It now crashes with ```make: *** No rule to make target `Pipfile', needed by `dist/Pipenv'. Stop.``` when running `make...