-
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
Fix 6 issues in table service layer #27
Merged
Merged
Conversation
This file contains 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
Integrating dev branch for v0.1.3
* the table client * relevant core updates * table tests * pom.xml is updated to reference apache commons lang * Updating useragent to v1.1.2
Azure SDK for Java 0.2.0 release
Addressed review feedback (but opted to not add the runtime exceptions to the throws list). |
jcookems
added a commit
that referenced
this pull request
Apr 4, 2012
Fix 6 issues in table service layer
joostdenijs
pushed a commit
to joostdenijs/azure-sdk-for-java
that referenced
this pull request
Jan 18, 2013
add unit test for media namespace
joostdenijs
pushed a commit
to joostdenijs/azure-sdk-for-java
that referenced
this pull request
Jan 18, 2013
Deleted ListTasksResult
joostdenijs
pushed a commit
to joostdenijs/azure-sdk-for-java
that referenced
this pull request
Jan 18, 2013
Pull from public
gcheng
pushed a commit
that referenced
this pull request
Mar 22, 2013
jianghaolu
pushed a commit
to jianghaolu/azure-sdk-for-java
that referenced
this pull request
Apr 5, 2017
Fix 6 issues in table service layer
jianghaolu
pushed a commit
to jianghaolu/azure-sdk-for-java
that referenced
this pull request
Apr 5, 2017
Pull from public
jianghaolu
pushed a commit
to jianghaolu/azure-sdk-for-java
that referenced
this pull request
Apr 5, 2017
lenala
pushed a commit
to lenala/azure-sdk-for-java
that referenced
this pull request
Nov 16, 2018
Update README.md
mssfang
referenced
this pull request
in mssfang/azure-sdk-for-java
Apr 23, 2019
* Chaning directory structure to align maven standard directory structure. Also changes to pom.xml files to align Maven standard build process like running tests. * Removing an unwanted file that was accidentally checked in. * Implemented Peek and PeekBatch functionality. Added some tests. * Implementation of ReceiveBySequenceNumber and Complete,Abandon,Defer,DeadLetter of messages received by sequence numbers. * WIP Sessions support * Full implementation of AcceptSession, receive features on sessions, renew lock, getState and set state. * Implementation of browse sessions. * Adding tests for topic-subscription cases * Implemented TopicClient that support both SEND and BROWSE * Added support for AddRule/RemoveRule on susbscription client. Also added skeletion clients. * QueueClient and Subscription Client first part. Completed implementation of onMessage pump and tests. * Implementation of message pump and session pump. * Fixing minor issues in session pump. * Renaming all Brokered* classes to just Senders, Receivers. * Hiding ClientFactory methods * Deleting BrokeredMessageSession.java as it was replaced by MessageSession.java
samvaity
added a commit
to samvaity/azure-sdk-for-java
that referenced
this pull request
Dec 17, 2019
navalev
pushed a commit
to navalev/azure-sdk-for-java
that referenced
this pull request
Dec 24, 2019
* Task 574 - Treat DateTime type as String (for now)
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.
Fixes the following issues