StompProtocolAndroid
StompProtocolAndroid copied to clipboard
Latest (1.6.5) version is unavailable in JitPack due to build error
The latest release includes a few important crash fixes but it can't be installed from JitPack repository.
From https://jitpack.io/com/github/NaikSoftware/StompProtocolAndroid/1.6.5/build.log:
> Task :lib:javaPreCompileRelease
> Task :lib:compileReleaseJavaWithJavac FAILED
/home/jitpack/build/lib/src/main/java/ua/naiksoftware/stomp/pathmatcher/SubscriptionPathMatcher.java:11: error: cannot find symbol
String pathSubscription = stompClient.getTopicId(path);
^
symbol: variable stompClient
location: class SubscriptionPathMatcher
/home/jitpack/build/lib/src/main/java/ua/naiksoftware/stomp/pathmatcher/SubscriptionPathMatcher.java:13: error: cannot find symbol
String subscription = msg.findHeader(StompHeader.SUBSCRIPTION);
^
symbol: variable SUBSCRIPTION
location: class StompHeader
2 errors
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':lib:compileReleaseJavaWithJavac'.
> Compilation failed; see the compiler error output for details.
@NaikSoftware