-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Fix243 245 254 #33
Fix243 245 254 #33
Conversation
Fixed the README.md
Conflicts: README.md
Queue Javadocs
xmlr.close(); | ||
} | ||
catch (XMLStreamException e1) { | ||
// TODO: What to throw here? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What to throw here? I think we can just re-throw what is caught here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup, will look into doing that.
…va into fix243_245_254
…java into fix243_245_254 Conflicts: microsoft-azure-api/src/main/java/com/microsoft/windowsazure/services/table/implementation/TableRestProxy.java
…java into dev-bookmark
…va into fix243_245_254
…EVERE warnings. Throw a reasonable error when the Housekeeping: Add suppression markers for unfixable warnings.
…va into fix243_245_254
Addressed code comments and added unit test. |
<p>This SDK allows you to build Windows Azure applications in Java that allow | ||
#Windows Azure SDK for Java | ||
|
||
This SDK allows you to build Windows Azure applications in Java that allow |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems there are two white space between "applications in" and the following "Java". I think one is sufficient.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
Forward integration from Dev to Job
Added fluent setters for list query params
Fix243 245 254
Added fluent setters for list query params
Updated with 3-21 keyvault preview-swagger
Updating version in README
Set the default maxChunkSize for HttpObjectAggregationConfigurator to 2 MB as CosmosDB allows documents of size upto 2 MB Fixes Azure#33
TestCanUseTopAndSkipForClientSidePaging
Fixes the following issues:
Note: The fix for 254 causes Jersey to log a lot of SEVERE messages. Perhaps someone can suggest a fix for that.