Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
samrajcse
/
msgraph-sdk-java
Public
forked from
microsoftgraph/msgraph-sdk-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
msgraph-sdk-java
src
main
java
com
on
dev
User selector
All users
All time
Commit history
Commits on Oct 1, 2018
Adding skip token option for pagination
Show description for 1db00fc
samrajcse
authored
1db00fc
View commit details
Copy full SHA for 1db00fc
View code at this point
Browse repository at this point
Added token providing option for pagination.
Show description for 008ef2c
samrajcse
authored
008ef2c
View commit details
Copy full SHA for 008ef2c
View code at this point
Browse repository at this point
Commits on Sep 27, 2018
Updating version name for sdkversion header
deepak2016
committed
3c65404
View commit details
Copy full SHA for 3c65404
View code at this point
Browse repository at this point
Commits on Sep 18, 2018
September updates
deepak2016
committed
6a7460c
View commit details
Copy full SHA for 6a7460c
View code at this point
Browse repository at this point
Commits on Sep 16, 2018
Added more assertions in testMultipartPostWithHeadersMap. Also, indented in Multipart and MultipartTests
Nakul Sabharwal
committed
43cc485
View commit details
Copy full SHA for 43cc485
View code at this point
Browse repository at this point
Commits on Sep 14, 2018
Added unit tests for createPartHeader, used StringBuilder for constructing header's value-parameter string and restructured conditions in createPartHeader.
Nakul Sabharwal
committed
6ccb13a
View commit details
Copy full SHA for 6ccb13a
View code at this point
Browse repository at this point
Commits on Sep 11, 2018
Renamed unit test function to testMultipartPostWithHeadersMap, restructered code of createPartHeader function.
Nakul Sabharwal
committed
45ec13b
View commit details
Copy full SHA for 45ec13b
View code at this point
Browse repository at this point
Changed html multipart to take byte content, added unit test, modified addPart for user defined multipart headers, values and parameters.
Nakul Sabharwal
committed
579995a
View commit details
Copy full SHA for 579995a
View code at this point
Browse repository at this point
Commits on Sep 10, 2018
restructured for code reusability.
Nakul Sabharwal
committed
0c833f6
View commit details
Copy full SHA for 0c833f6
View code at this point
Browse repository at this point
getbytes encoding fix in Multipart, OneNoteTests and MockConnection. Added function addPart in class Multipart for user provided headers and byte content.
Nakul Sabharwal
committed
41f0e99
View commit details
Copy full SHA for 41f0e99
View code at this point
Browse repository at this point
Commits on Sep 5, 2018
edited comment @param BodyType
Nakul Sabharwal
committed
5140c27
View commit details
Copy full SHA for 5140c27
View code at this point
Browse repository at this point
Merge branch 'Type-hiding-warning-fix' of https://github.com/microsoftgraph/msgraph-sdk-java into Type-hiding-warning-fix
Nakul Sabharwal
committed
088bfe5
View commit details
Copy full SHA for 088bfe5
View code at this point
Browse repository at this point
Commits on Aug 28, 2018
Fixing documentation - invalid characters
deepak2016
committed
95e619a
View commit details
Copy full SHA for 95e619a
View code at this point
Browse repository at this point
August Updates
deepak2016
committed
4cc55b4
View commit details
Copy full SHA for 4cc55b4
View code at this point
Browse repository at this point
Commits on Aug 22, 2018
T1 entry removed from comment
Nakul Sabharwal
committed
b291b88
View commit details
Copy full SHA for b291b88
View code at this point
Browse repository at this point
Commits on Aug 20, 2018
Type hiding warning fix using generic name as BodyType and change in comment.
Nakul Sabharwal
committed
011ab08
View commit details
Copy full SHA for 011ab08
View code at this point
Browse repository at this point
Rawtype iterator fixed using <?>.
Nakul Sabharwal
committed
73091ba
View commit details
Copy full SHA for 73091ba
View code at this point
Browse repository at this point
Commits on Aug 6, 2018
Exposing convenient method to get HTTP status response code in GraphServiceException
deepak2016
committed
512be6a
View commit details
Copy full SHA for 512be6a
View code at this point
Browse repository at this point
Commits on Aug 1, 2018
Renamed String UTF-8 to JSON_ENCODING. Changed error statement in logError and client exception to contain Unsupported encoding problem:
Nakul Sabharwal
committed
d3100e9
View commit details
Copy full SHA for d3100e9
View code at this point
Browse repository at this point
Commits on Jul 31, 2018
Moved UnsupportedEncodingException handling and logging to sendRequestInternal of DefaultHttpProvider.
Nakul Sabharwal
committed
2d99421
View commit details
Copy full SHA for 2d99421
View code at this point
Browse repository at this point
UnsupportedEncodingException is being further handled in function sendRequestInternal of DefaultHttpProvider.
Nakul Sabharwal
committed
49104b8
View commit details
Copy full SHA for 49104b8
View code at this point
Browse repository at this point
Logging the UnsupportedEncodingException exception
Nakul Sabharwal
committed
4674772
View commit details
Copy full SHA for 4674772
View code at this point
Browse repository at this point
For fixing issue https://github.com/microsoftgraph/msgraph-sdk-java/issues/95 , Added UTF-8 as parameter of getBytes and handling exception.
Nakul Sabharwal
committed
705ef38
View commit details
Copy full SHA for 705ef38
View code at this point
Browse repository at this point
Fixing issue https://github.com/microsoftgraph/msgraph-sdk-java/issues/95 , by specifying UTF-8 in getBytes.
Nakul Sabharwal
committed
53a2fc0
View commit details
Copy full SHA for 53a2fc0
View code at this point
Browse repository at this point
Commits on Jul 12, 2018
Deserializing additional data throughout the object hierarchy
FAREAST\vidadhee
committed
20e8395
View commit details
Copy full SHA for 20e8395
View code at this point
Browse repository at this point
Merge pull request #103 from microsoftgraph/deserialize-graph-error
Show description for 614c871
bullsseye
authored
614c871
View commit details
Copy full SHA for 614c871
View code at this point
Browse repository at this point
Fix typo
U-FAREAST\ramgupt
authored and
U-FAREAST\ramgupt
committed
61a5fec
View commit details
Copy full SHA for 61a5fec
View code at this point
Browse repository at this point
Desearilize graphError
U-FAREAST\ramgupt
authored and
U-FAREAST\ramgupt
committed
c70809a
View commit details
Copy full SHA for c70809a
View code at this point
Browse repository at this point
Commits on Jul 11, 2018
Give the hook to shut down background executor gracefully
U-FAREAST\ramgupt
authored and
U-FAREAST\ramgupt
committed
14fcb99
View commit details
Copy full SHA for 14fcb99
View code at this point
Browse repository at this point
Commits on Jun 14, 2018
Fixing import statements for models extensions classes. This results in 500MB gain in memory requirement to build SDK. Java SDK after this change builds with 7GB RAM
deepak2016
committed
4a27636
View commit details
Copy full SHA for 4a27636
View code at this point
Browse repository at this point
Commits on Jun 13, 2018
Merge branch 'dev' into import-fix
deepak2016
committed
6b8393b
View commit details
Copy full SHA for 6b8393b
View code at this point
Browse repository at this point
Fixing import statments for request extension classes. This results in memory gain of 2.5GB. Java SDK after this change builds with 7.5Gb RAM instead of taking more than 10GB
deepak2016
committed
8d21883
View commit details
Copy full SHA for 8d21883
View code at this point
Browse repository at this point
remove not required SuppressWarnings annotation
davidmoten
committed
1170eff
View commit details
Copy full SHA for 1170eff
View code at this point
Browse repository at this point
Commits on Jun 12, 2018
FallbackTypeAdapter should be FallbackTypeAdapterFactory
davidmoten
committed
13b1427
View commit details
Copy full SHA for 13b1427
View code at this point
Browse repository at this point
fix spelling of FallBack to be Fallback
davidmoten
committed
a86e978
View commit details
Copy full SHA for a86e978
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.