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
{{ message }}
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.
We use deepstream, and the JS part is fine. The java part is very problematic and might be replaced if problems are not fixed.
You can see that I have a fork of the repo, where I just sweeped the entire codebase and cleaned it up, following standards in our company, which are of course subject to review.
One this I had to do is raise sourceCompatibility and targetCompatibility to 1.8 from 1.6.
I'm sure this has something to do with Android support, but I wonder how much, and if it is not reasonable to take that step.
Also, there's this whole j2ios conversions, which I have absolutely no knowledge about, so any help regarding it would be great, if the changes I do should ever have a chance to be merged.
@yasserf I saw your name in the code and that you commented in the repo, so maybe you could help with this?
It's a shame to let this great project die 🤷🏻♂️
The text was updated successfully, but these errors were encountered:
So raising source compat is fine, it was 1.6 to support enterprise customers before, but Java 1.6 is pretty outdated by now.
We can also ignore the j2objc part, that is only adopted by a couple of people and is not worth blocking the java codebase.
Generally there was meant to be a new kotlin based codebase that works on native (which means we would have an ios and C++ as well, even if not as amazing as multiple SDKs via native).
I'm happy to give you access to deepstreamIO to push your changes to master if you would like.
Generally the code needs a refactor to work with v4.0 onwards due to protocol switch (v3 and back had a text based protocol which logic was leaked through the entire code).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We use deepstream, and the JS part is fine. The java part is very problematic and might be replaced if problems are not fixed.
You can see that I have a fork of the repo, where I just sweeped the entire codebase and cleaned it up, following standards in our company, which are of course subject to review.
One this I had to do is raise
sourceCompatibility
andtargetCompatibility
to1.8
from1.6
.I'm sure this has something to do with Android support, but I wonder how much, and if it is not reasonable to take that step.
Also, there's this whole j2ios conversions, which I have absolutely no knowledge about, so any help regarding it would be great, if the changes I do should ever have a chance to be merged.
@yasserf I saw your name in the code and that you commented in the repo, so maybe you could help with this?
It's a shame to let this great project die 🤷🏻♂️
The text was updated successfully, but these errors were encountered: