This repository was archived by the owner on Mar 16, 2021. It is now read-only.
Pull request for Minor update to dependency of microsoft-graph-core lib #30
Closed
fstuff wants to merge 3 commits intomicrosoftgraph:devmicrosoftgraph/msgraph-sdk-java-auth:devfrom
Closed
Pull request for Minor update to dependency of microsoft-graph-core lib #30fstuff wants to merge 3 commits intomicrosoftgraph:devmicrosoftgraph/msgraph-sdk-java-auth:devfrom
fstuff wants to merge 3 commits intomicrosoftgraph:devmicrosoftgraph/msgraph-sdk-java-auth:devfrom
Conversation
Authentication Providers for java
ICoreAuthProvider impl
Updated dependency version for com.microsoft.graph.microsoft-graph-core from 0.1.0-SNAPSHOT to 1.0.0. This fixes an elusive compile/runtime issue " class file for com.microsoft.graph.httpcore.IAuthenticationProvider not found" See: microsoftgraph#12 microsoftgraph#17
| testImplementation 'org.mockito:mockito-core:2.9.0' | ||
| compile 'org.apache.oltu.oauth2:org.apache.oltu.oauth2.client:1.0.2' | ||
| compile 'com.microsoft.graph:microsoft-graph-core:0.1.0-SNAPSHOT' | ||
| compile 'com.microsoft.graph:microsoft-graph-core:1.0.0' |
There was a problem hiding this comment.
@NakulSabharwal could you please let me know when will this PR be merged? We are facing a similar issue, could you please help us by giving the official JAR and also let us know by when it will be available as part of Maven import ?
Thanks in Advance
|
When will this PR be merged ? This is blocking so many users, who want to use this lib to connect with graph API ? thanks |
Member
|
FYI this is already included in #29 |
Contributor
|
Duplicate PR merged |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated dependency version for com.microsoft.graph.microsoft-graph-core
from 0.1.0-SNAPSHOT to 1.0.0. This fixes an elusive compile/runtime
issue " class file for
com.microsoft.graph.httpcore.IAuthenticationProvider not found"
See:
#12
#17