update change log for 0.4.1#292
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Should add comment about the new Media Service APIs and classes that were added.
Contributor
There was a problem hiding this comment.
Also need to update version number in the readme.md
Contributor
There was a problem hiding this comment.
Policheck flagged "race". Perhaps make less specific, like:
* Fixed issue when accessing OperationContext RequestResults
Contributor
Author
There was a problem hiding this comment.
what about racing condition?
Contributor
There was a problem hiding this comment.
Offense depends on context. "Race Condition" is a well defined and understood technical term, and I'm sure would qualify for a policheck exception.
jianghaolu
pushed a commit
to jianghaolu/azure-sdk-for-java
that referenced
this pull request
Apr 5, 2017
update change log for 0.4.1
g2vinay
pushed a commit
to g2vinay/azure-sdk-for-java
that referenced
this pull request
Mar 4, 2019
…view-dev New storage sdk v10 preview dev
mssfang
pushed a commit
to mssfang/azure-sdk-for-java
that referenced
this pull request
Apr 23, 2019
… closing MessagingFactory before CBSLink could be created. (Azure#292) This is not a true leak because the RequestResponseLink has a finalize method and will eventually be freed. But the finalize method may slow down the garbage collector and user will see increased memory consumption. * Removing a comment # Conflicts: # azure-servicebus/src/main/java/com/microsoft/azure/servicebus/primitives/MessagingFactory.java # azure-servicebus/src/main/java/com/microsoft/azure/servicebus/primitives/RequestResponseLinkCache.java
navalev
pushed a commit
to navalev/azure-sdk-for-java
that referenced
this pull request
Dec 24, 2019
* Add test: canCreateIndexerWithSkillset()
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
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.
Also fixing #283