microsoft / vsts-authentication-library-for-java

Retrieve OAuth2 or Personal Accesss Tokens for Visual Studio Team Services (visualstudio.com) accounts. Also provides secure storage for those secrets on different platforms.
MIT License
18 stars 20 forks source link

OAuth2Authenticator.getOAuth2TokenPair() is unable to use refresh token #16

Closed maartenba closed 6 years ago

maartenba commented 6 years ago

See #15 for full explanation

davidstaheli commented 6 years ago

Hi @maartenba, to get the Travis CI build working, can you please merge master into your branch, or simply change the file /.travis.yml so that the jdk line is oraclejdk8 instead of openjdk6?

maartenba commented 6 years ago

Done, awaiting build to complete now.

maartenba commented 6 years ago

Thanks @DavidStaheli ! Any chance of getting an updated artifact pushed up to Maven Central?

davidstaheli commented 6 years ago

Hi @maartenba, yes, I hope we can do that today. It's been a while so we're bringing the process back to life. :)

maartenba commented 6 years ago

@DavidStaheli Any news on the Maven artifacts? :-)

AndreyAkinshin commented 6 years ago

@DavidStaheli, could you please update the Maven package? We really need it.

maartenba commented 6 years ago

Any news here?

davidstaheli commented 6 years ago

Working on it. Hoping to have more information imminently.

davidstaheli commented 6 years ago

Fingers crossed, it should be released tonight.

yacaovsnc commented 6 years ago

0.6.4 released to maven central.

maartenba commented 6 years ago

Great, thanks so much!