olddave
olddave
I did package the other jars where there was a remote call involved, in the end this was not as bulky as I thought it might be. What I also...
Yes, when we launch, about 6 months from now. On Tue, 27 Dec 2016 at 18:58 moru0011 wrote: > Hi, are you allowed to disclose your company / use case....
Unrelated. but not worthy of a new issue. I note that kontraktor 3.28 uses fast-serialization 2.44.3, there is not even a tag for that in the fst git repository. fst...
Bump :) Any chance you could bump the version of jackson-core to 2.8.2 in fst 2.44.5. I am about to branch from Kontraktor 3.33 otherwise. The time has come to...
I can isolate the calls I need in a separate jar and use a context classloader to load that jar. Should be able to overcome this issue. I used the...
This is how I thought it would overcome this issue. Well it worked for jaxb version clash problems. I package all methods that require JJWT and thus the dependency jackson-core...
btw these issue have nothing to do with [#42](https://github.com/RuedigerMoeller/kontraktor/issues/42) I was not using jjwt and thus jackson-core 2.8.2 in that test
Just saw a check in, so you are still working on kontraktor!
I think this is the culprit, names have been changed to protect the innocent. Formatted JSON Data { "styp":"array", "seq":[ 2, { "typ":"call", "obj":{ "isContinue":0, "queue":0, "futureKey":1, "receiverKey":1, "cb":null, "args":null,...
We use it with a React front end and the simplicity of the js4k interface to the server makes life very easy. In the backend the simplicity of setting up...