-
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
Pull master to dev #296
Merged
Pull master to dev #296
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
update the unit tests so that the job integration tests have the right
Pull from public dev to private dev
implementation of TaskHistoricalEvent .
a missed unit test.
Fix warnings and remove trivial TODOs
…o experience slight rounding error and cause transient failures.
Remove hard-coded Fiddler code and relax equality tests for dates and doubles
fix the unit test failure due to nimbus server upgrade.
Merge changes from the Public release branch to private
Merge changes from the private branch to release branch
Updating POM version
Version 0.4.1 Storage Pull
update change log for 0.4.1
Merge release to mater
jianghaolu
pushed a commit
to jianghaolu/azure-sdk-for-java
that referenced
this pull request
Apr 5, 2017
Pull master to dev
sima-zhu
pushed a commit
to sima-zhu/azure-sdk-for-java
that referenced
this pull request
Mar 21, 2019
Add default RestClient instances and required parameters in builder constructors
mssfang
pushed a commit
to mssfang/azure-sdk-for-java
that referenced
this pull request
Apr 23, 2019
…m master branch (Azure#315) * Test improvements (Azure#309) * Adding a large message test. Adding duplicate tests for partitioned entities. Minor tweaks to make message handler tests more reliable. * Invalid merge. * Removed merge conflict files * Some test fixes. * Adding ARM deployment template for CI (Azure#218) build/azuredeploy.json * Test reliability fixes. And RequestResponseLimitTest is modified to drastically reduce its runtime. * More test reliability fixes. * More tweaks. # Conflicts: # azure-servicebus/src/test/java/com/microsoft/azure/servicebus/ClientValidationTests.java # azure-servicebus/src/test/java/com/microsoft/azure/servicebus/primitives/ConnectionStringBuilderTests.java * Adding retry to RequestResponse link when idle connection is closed. (Azure#305) * Adding retry to RequestResponse link when idle connection is closed. Otherwise CBS token sending will fail if a SEND request comes in right at the time of connnection closing. * Minor tweaks to fix 15 minute timeout bug. * Another fix to handle connection while the links are being opened. * Another fix to retry sending SAS token if it times out. There are cases when client sending SAS token and server closing the connection happen at the same time and response never arrives. * More fixes to request-response link to retry on connection close. * A test fix. # Conflicts: # azure-servicebus/src/main/java/com/microsoft/azure/servicebus/amqp/AmqpErrorCode.java # azure-servicebus/src/main/java/com/microsoft/azure/servicebus/primitives/CoreMessageReceiver.java # azure-servicebus/src/main/java/com/microsoft/azure/servicebus/primitives/CoreMessageSender.java # azure-servicebus/src/main/java/com/microsoft/azure/servicebus/primitives/RequestResponseLink.java * Adding support for multiple message body types. (Azure#296) * Adding support for multiple message body types. Deprecated getBody and setBody methods. * Changes to MessageBody class API to support AMQP spec of multiple data sections or sequence sections in a message. * Adding a minor null check. * Change to handle Messages constructed with string body as binary messages to preserve backward compatibility. * Adding message body tests. # Conflicts: # azure-servicebus/src/main/java/com/microsoft/azure/servicebus/Message.java # azure-servicebus/src/test/java/com/microsoft/azure/servicebus/SendReceiveTests.java # azure-servicebus/src/test/java/com/microsoft/azure/servicebus/SessionTests.java * Merging the fix for man-in-the-middle vulnerability from master branch.
navalev
pushed a commit
to navalev/azure-sdk-for-java
that referenced
this pull request
Dec 24, 2019
Adding Indexers examples
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.
No description provided.