-
Notifications
You must be signed in to change notification settings - Fork 145
Bringing in changes from released dev branch to master branch #139
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
Merged
Conversation
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
Several people were requesting samples on how to do this. The functional test also adds test coverage. Ported from [.NET client library functional test](https://github.com/microsoftgraph/msgraph-sdk-dotnet/blob/dev/tests/Microsoft.Graph.Test/Requests/Functional/OneDriveTests.cs)
This reverts commit 0de077a.
Fix: Changed the string against which unit testing is being done. There is a odataType string member variable in Base class, which is overriden in one of the class which is being serialized. Hence @odata.type string should also be present in the serialized string for the object.
Issue: Hashmap child annotation serialization unit test failing
add licence to generated pom.xml
Functional test/sample code for chunked upload
Add delete and patch methods to withReferenceRequest generated requests
increase gradle heap requirement to 11GB
Fixing import statements in java sdk test files
fix serialization of Void for Java 9
…n memory gain of 2.5GB. Java SDK after this change builds with 7.5Gb RAM instead of taking more than 10GB
Fixing import statments for request extension classes
…in 500MB gain in memory requirement to build SDK. Java SDK after this change builds with 7GB RAM
Fixing import statements for models extensions classes. This results …
August Updates
…have been reduced
…-gradle reduce memory requirement for gradle to 2g
…tgraph/msgraph-sdk-java into Type-hiding-warning-fix
Changes to publish to maven central and readme edit.
Type hiding warning fix
…Added function addPart in class Multipart for user provided headers and byte content.
fix readme jcenter()
…d addPart for user defined multipart headers, values and parameters.
…ctered code of createPartHeader function.
…cting header's value-parameter string and restructured conditions in createPartHeader.
…ted in Multipart and MultipartTests
Getbytes encoding fix
September updates
* Correcting mavenRepoURL, upgrading maven minor version, updating readme to reflect latest release version. * Update readme and bump up maven version for next release.
NakulSabharwal
approved these changes
Sep 24, 2018
dadheech115
approved these changes
Sep 24, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Merging changes from active dev branch to master branch to keep master branch in sync with released binaries.