libsignal-service-java icon indicating copy to clipboard operation
libsignal-service-java copied to clipboard

Current code is not compatible with code in Contact Discovery Service (CDS)

Open kvishnivetsky opened this issue 6 years ago • 6 comments

Hi!

CDS requires libsignal-service-java version 2.7.8, but there is only verion 2.15.0 of libsignal-service-java available or 1.8.6(by tags). 2.15.0 has incomaptible class interface.

Let's decide how to resolve this issue.

kvishnivetsky avatar Nov 06 '19 11:11 kvishnivetsky

"CDS requires libsignal-service-java version 2.7.8"

do you have a link to that reference in CDS?

alan-signal avatar Nov 13 '19 21:11 alan-signal

"CDS requires libsignal-service-java version 2.7.8"

do you have a link to that reference in CDS?

Yes. It is located in one of project XML files.

We got source code from: https://github.com/signalapp/libsignal-service-java

kvishnivetsky avatar Nov 14 '19 04:11 kvishnivetsky

You gave me a link to this project.

I wanted a link to the specific xml file that references 2.7.8 inside the CDS project that you are talking about.

alan-signal avatar Nov 14 '19 12:11 alan-signal

https://github.com/signalapp/ContactDiscoveryService/blob/master/client/pom.xml#L32

      <dependency>
           <groupId>org.whispersystems</groupId>
           <artifactId>signal-service-java</artifactId>
           <version>2.7.8</version>
       </dependency>

You gave me a link to this project.

I wanted a link to the specific xml file that references 2.7.8 inside the CDS project that you are talking about.

kvishnivetsky avatar Nov 14 '19 12:11 kvishnivetsky

I did search with github and it didn't find 2.7.8 or lib signal so thanks for the link. Will mention internally, in the meantime try 2.7.7 or 2.8.0

image

alan-signal avatar Nov 14 '19 12:11 alan-signal

I did search with github and it didn't find 2.7.8 or lib signal so thanks for the link. Will mention internally, in the meantime try 2.7.7 or 2.8.0

image

We tryed several versions of signal-service-java (by tags) and version tagged as v1.3 (A.K.A. 2.13.0) fits. Projects is belt successfully.

kvishnivetsky avatar Nov 14 '19 13:11 kvishnivetsky