Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version 2.0 isn't published yet? #37

Closed
jhorwit2 opened this issue Jun 21, 2015 · 37 comments
Closed

version 2.0 isn't published yet? #37

jhorwit2 opened this issue Jun 21, 2015 · 37 comments

Comments

@jhorwit2
Copy link

Do you plan to publish version 2.0 soon? The maven tag you have in the README doesn't work :(

@majst01
Copy link
Collaborator

majst01 commented Jun 21, 2015

Hi,

As im actually off wifi for a week or so, so please be patient.

@jhorwit2
Copy link
Author

Sounds good.

On Jun 21, 2015, at 6:24 PM, Stefan Majer notifications@github.com wrote:

Hi,

As im actually off wifi for a week or so, so please be patient.


Reply to this email directly or view it on GitHub
#37 (comment)
.

@andremann
Copy link

I tried to install the artifact locally.
However, when I run the command $ mvn clean install -DskipTests=true
it complains about a com.sun.tools.javac.code.Symbol$CompletionFailure: class file for java.util.Optional not found

Compiled with Java(TM) SE Runtime Environment (build 1.7.0_80-b15) and Apache Maven 3.0.5

@majst01
Copy link
Collaborator

majst01 commented Jul 1, 2015

Hi Andre,

I have no Idea why because in the whole code i do not use any java.util.Optional

git grep Optional .
src/main/java/org/influxdb/dto/BatchPoints.java: * {Other Notes Relating to This Type (Optional)}
src/main/java/org/influxdb/dto/QueryResult.java: * {Other Notes Relating to This Type (Optional)}

@andremann
Copy link

well.. strange.. :-/
However, as for a try, I deleted the test path and it installs the artifact.
I'm playing with it right now

@andremann
Copy link

BTW.. I get the error with or without skipping tests.
I also make a colleague of mine clone and compile on a different workstation..
still no luck, still the same error.

@majst01
Copy link
Collaborator

majst01 commented Jul 1, 2015

Ok i am compiling with java 8 and maven 3.3 would you please give it a try ? If this works i have to check why compiling with java 7 does not work.

@majst01
Copy link
Collaborator

majst01 commented Jul 2, 2015

Hi,

it was my fault, i added assertj in the java8 flavour instead the java7 flavour. Please pull the latest version and give it a try again.

Greetings
Stefan

@andremann
Copy link

It works fine now!
Thanks

@majst01
Copy link
Collaborator

majst01 commented Jul 2, 2015

fine

@ajsquared
Copy link

When do you think version 2.0 will be published?

Thanks for getting this client ready for 0.9!

@iziang
Copy link

iziang commented Jul 5, 2015

when will version 2.0 be published?

Thanks!

@menchauser
Copy link

Hi. I'm waiting for the 2.0 version published too :-).

@amondnet
Copy link

amondnet commented Jul 7, 2015

@majst01
Copy link
Collaborator

majst01 commented Jul 7, 2015

Hi @amondnet

Thanks for this hint, i did not know about that service, great. This is a solution for all the impatient.
But i still want to get it published to official Maven repos. I am already in contact with the people from influx to get this job done. They are all busy it will take a few days more.

I will keep you all updated.
Thanks for all your patience.
Greetings
Stefan

@tedyoung
Copy link

Any update on getting this into the Maven repo?

@mihaicostin
Copy link

Waiting for this as well, but until then I manage quite well with https://jitpack.io/ (with the HEAD, since the 2.0 github release was missing the option to get the tags from the result).
BTW, thanks @amondnet for that :)

@jlyheden
Copy link

+1 for deploying 2.0 to maven central

@majst01
Copy link
Collaborator

majst01 commented Aug 3, 2015

I'm going for vacation for 3 weeks and will create a new maven groupid for influxdb-java, because it seems impossible to push it to the existing groupid's due to permission problems.

@adamotte
Copy link

adamotte commented Sep 2, 2015

Please update to 2.0

@isabelabel
Copy link

Something new?

@tomnis
Copy link

tomnis commented Sep 9, 2015

Hi, I am waiting for this as well

@harryshayne
Copy link

Please update to 2.0 too

@derTobsch
Copy link

we are waiting too and would be very happy if you could update to 2.0.
Thanks for the influxdb! :)

@sspieker
Copy link

Waiting for this, too. Please publish the nice work you're doing here to maven. 👍

@hkrizek
Copy link

hkrizek commented Sep 16, 2015

@majst01 Please can you give us some date when we can expect working version in maven repository?

@jhorwit2
Copy link
Author

@pauldix - would you be able to help?

@pauldix
Copy link
Member

pauldix commented Sep 16, 2015

I'm not sure what to do with this, but I think either @majst01 or @toddboom can help with this.

@jtmelton
Copy link

Upvoting this, as well as a new cut (maybe 2.1) with the last few months of commits.

@geekychris
Copy link

Is there an alternative java based package that someone can recommend? I am not feeling that confident when I see how long people have been asking for 2.0 to be published.

@majst01
Copy link
Collaborator

majst01 commented Oct 1, 2015

The only solution i can see is to publish this under a different groupid because the influxdb maven credentials are gone. I tried to get these from the influxdb guys but this did not work.

So i try to register influxdb-java/influxdb-java at sonatype and publish a 2.1 Version there. The drawback is that all consuming projects need to update their maven reference to influxdb.
I will not change the package name though.

Any comments on this ?

@jtmelton
Copy link

jtmelton commented Oct 1, 2015

This sounds reasonable to me. When you say contacting the influxdb folks didn't work, what does that mean? Did they respond or just refuse to push? Any idea who the maintainer of this repo is, ie. who has pushed the previous versions?

@majst01
Copy link
Collaborator

majst01 commented Oct 1, 2015

The problem is that previously one guy from influxdb publish my work under their sonatype account but he left the company and the keys are gone.

I just create a ticket at sonatype now to register influxdb-java as groupid. Will see how long this would take but i will keep all you informed.

@pauldix
Copy link
Member

pauldix commented Oct 1, 2015

So far we've been enable to get the credentials for the previous ID. Someone else had done it for us over a year ago when this got created and we've unfortunately lost it.

@toddboom, can you take another crack at trying to get the credentials?

@prtrahul
Copy link

prtrahul commented Oct 6, 2015

Could anyone please let me know which version of InfluxDB, Influxdb-java and grafana are compatible with each other and all are easily available and reliable to use.

@rossmcdonald
Copy link

Version 2.0 has now been published to Maven Central, so the dependency tag specified in the README should now be working. Please let me know if anyone has trouble accessing the latest version.

The tagged release can be found here:

https://github.com/influxdb/influxdb-java/tree/2.0

@ajsquared
Copy link

Thanks @rossmcdonald! I was able to use the latest version from Maven Central.

jtmelton added a commit to jtmelton/appsensor that referenced this issue Oct 29, 2015
jtmelton added a commit to jtmelton/appsensor that referenced this issue Oct 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests