authenteq-zz / java-bigchaindb-driver

Official BigchainDB Java driver
https://www.bigchaindb.com
Apache License 2.0
32 stars 22 forks source link

Authenteq still working on BigchainDb Java driver? #80

Open adonnini opened 6 years ago

adonnini commented 6 years ago

Hi,

I sincerely hope that Authenteq is still working on, and supporting the BigchainDB java driver.

However, I have not seen much action in a few months.

I would appreciate it if someone could let me know if Authenteq is no longer working on this project as I would need to start looking for alternatives.

Thank you,

Alex Donnini

bohdanbezp commented 6 years ago

Hi Alex, right now we are indeed not participating in the development that much because we have some internal stuff to sort out which will take at least 2 weeks. After this we will forward more recourses to maintain the driver.

Cheers, Bohdan

adonnini commented 6 years ago

Thanks very much for the response Bohdan. I appreciate it. Would it be ok if I touch base with you in three weeks?Thanks. Have a good afternoon,AlexOn Apr 5, 2018 8:39 AM, Bohdan Bezpartochnyi notifications@github.com wrote:Hi Alex, right now we are indeed not participating in the development that much because we have some internal stuff to sort out which will take at least 2 weeks. After this we will forward more recourses to maintain the driver. Cheers, Bohdan

—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.

adonnini commented 6 years ago

Hi Bohdan, Are you still planning on continuing to support the Java bigchaindb driver? When do you think you will be able to resume the work? Thanks, Alex Donnini

Bastien7 commented 6 years ago

Hi, I have big concern about the next steps of the bigchaindb java driver. Especially because now the testnet server is on Bigchaindb 2.0, and this java driver seems no more compatible with it.

It's sad that python and javascript drivers are so much more up-to-date and well-working, while we at the JVM-side are in a so hard situation...

bohdanbezp commented 6 years ago

Hi everyone, the work will be resumed from the beginning of May.

Bohdan

alvin-reyes commented 6 years ago

I'll be putting more time on this as well this month.

adonnini commented 6 years ago

Great news! thanks

bohdanbezp commented 6 years ago

See the latest pull request

adonnini commented 6 years ago

Great! When should/can I try the updated version out?

Thanks for your work!

bohdanbezp commented 6 years ago

You can use https://github.com/bodia/java-bigchaindb-driver directly, but please note that I only updated the transaction generation to support version 2.0, also only one unit test is present for this

adonnini commented 6 years ago

Hi Bohdan,

I added the updated version of the driver to my application.

As far as I can tell, it seems to be working well. I will let you know if any issues crop up.

Thanks very much for the work you have done.

Alex

innopreneur commented 6 years ago

Hi Everyone,

First of all, thanks everyone who contributed to this repo in any form 👏 . Looking at the need to spend efforts to keeping java driver up to-date with evolving bigchaindb project, we (at bigchaindb) recently decided to put our commitment and efforts towards updating this java driver to 2.0 and maintaining it together with all of you :)

To this effect, we have moved this repo under bigchaindb (https://github.com/bigchaindb/java-bigchaindb-driver) and have also added android support (backward compatibility to API 23) within the same driver (to avoid maintenance of two separate drivers). Also, the driver has been published to maven central repo https://repo.maven.apache.org/maven2/com/bigchaindb/bigchaindb-driver/ so that it can be used directly using maven and gradle (no need to manually install jars locally).

devender-yadav commented 6 years ago

@innoprenuer https://github.com/bigchaindb/java-bigchaindb-driver/releases is empty? Did you guys release 1.0?