microsoftgraph / msgraph-sdk-java-auth

Authentication Providers for Microsoft Graph Java SDK
34 stars 21 forks source link

Better to provide maven version with com.microsoft.graph.httpcore.IAuthenticationProvider class file #28

Closed vnukasani closed 4 years ago

vnukasani commented 4 years ago

Dear Team,

It's better to provide maven version with com.microsoft.graph.httpcore.IAuthenticationProvider class file as most of developers are using maven rather than gradle.

Even i could not get com.microsoft.graph.httpcore.IAuthenticationProvider class in the below maven dependency.

com.microsoft.graph microsoft-graph-auth 0.1.0-SNAPSHOT

It will be great and very helpful if you provide com.microsoft.graph.httpcore.IAuthenticationProvider class in the next maven release version.

Thanks!

debarshri commented 4 years ago

related to #12

vtiwari227 commented 4 years ago

@MIchaelMainer @baywet I think, the maven build is still don't have merge changes from today. Can you publish changes to maven ?

baywet commented 4 years ago

@MIchaelMainer is working on it from our last chat offline. We'll post an update on the pull requests and issues once it's done

MIchaelMainer commented 4 years ago

@vtiwari227 @debarshri @vnukasani

A snaphot has been published microsoft-graph-auth 0.2.0-SNAPSHOT.

vtiwari227 commented 4 years ago

@baywet @MIchaelMainer Not sure, if related but pulling 0.2.0-SNAPSHOT from maven is failing because it's looking for 1.0.1 for ms-graph-core and that is returning 404.


not found: https://repo1.maven.org/maven2/com/microsoft/graph/microsoft-graph-core/1.0.1/microsoft-graph-core-1.0.1.pom
baywet commented 4 years ago

Yep it's available on bintray https://dl.bintray.com/microsoftgraph/Maven/com/microsoft/graph/microsoft-graph-core/1.0.1/microsoft-graph-core-1.0.1.jar

I already have an issue open about the fact that it's not published on Central https://github.com/microsoftgraph/msgraph-sdk-java-core/issues/30

Maybe @MIchaelMainer can help with that as well.

vtiwari227 commented 4 years ago

@metathinker Can you help promoting ms-graph-core-1.0.1 to maven so we can void having bintray dependency. thanks and also do you guys have a timeline, when there will be a stable (non snapshot) version of this lib( msgraph-sdk-java-auth) will be released so we no longer need to add sonatype in build.sbt. thanks for the help

baywet commented 4 years ago

@vtiwari227 let's move this part of the discussion over the issue I already created there? the work in the repo we're currently in has been done, now it's a matter of another repo.

metathinker commented 4 years ago

@metathinker Can you help promoting ms-graph-core-1.0.1 to maven so we can void having bintray dependency. thanks and also do you guys have a timeline, when there will be a stable (non snapshot) version of this lib( msgraph-sdk-java-auth) will be released so we no longer need to add sonatype in build.sbt. thanks for the help

Sorry, unfortunately I don't work in this area. I think @baywet has you covered, though.