-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Issues/consistent name changes #6035
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
Closed
chrischild
wants to merge
21
commits into
Azure:master
from
chrischild:issues/consistent-name-changes
Closed
Issues/consistent name changes #6035
chrischild
wants to merge
21
commits into
Azure:master
from
chrischild:issues/consistent-name-changes
Conversation
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
…into issues/5530-use-consistent-naming
New Checkstyle for disallowed words. (Azure#5530) New Checkstyle for disallowed words. (Azure#5530) New Checkstyle for disallowed words. (Azure#5530)
* Add WebSocketsProxyConnectionHandler. * Update ReactorHandlerProvider to connect proxy. * Add Objects.requiresNotNull check. * Integration web proxy handler in ReactorConnection. * Fix API for MockReactorHandlerProvider. * Adding tests for WebSocketsProxyConnectionHandler. * Use logger.throw * Adding tests for ReactorHandlerProvider. * Adding documentation to WebSocketsProxyConnectionHandler. Using SystemDefaults when a proxy should be used. * Asserting UserAgent string is in connection properties. * Adding simple proxy for integration tests. * Update IntegrationTestBase to getProxyConfiguration from configuration. * Add ProxyIntegrationTest. * Add ProxyReceiveTest. * Handling PROTON_IO errors. * Add integration tests for proxy configuration. * Cleaning up simple proxy. * Ignore tests until simple proxy is fixed.
* Remove SAS generation methods from Azure Blob clients * Add some resource type logic to BlobServiceSASSignatureValues * Fix failing test * Removed SAS token methods in Queue clients * Fixing some more tests * Fix Javadoc links * Fixing linting issues, prototyping BlobSasConstructor * Minor refactoring in new class * Re-record failing tests * Fix checkstyle issues * Fix accidentally method name change * Fix javadoc issue * Cleanup checkstyle issues * Make SAS generation classes public API * Fixing checkstyle issues
* Updating comments in package-info.java. * Update documentation in Tracer and TracerProxy. * Add doc updates to Poller. * Making code snippets more reactor-ish. * Fix naming. * Fix typos. * Move ClientLogger java doc samples to correct location. * Update documentation in ClientLogger. * Fix codesnippet references. * Update package-info.java * Update parameter docs.
* Renaming classes and methods as per naming guidelines
* Update README and CHANGELOG for Event Hubs * Add async clients to changelog
* Add remove to HttpHeaders * Use ConcurrentHashMap
…into issues/5530-use-consistent-naming
…m/chrischild/azure-sdk-for-java into issues/5530-use-consistent-naming
Member
|
Can you add suppression rules to ignore files in |
Contributor
|
Can one of the admins verify this patch? |
Contributor
Author
|
Sounds good. I'll close this one and re-run it. |
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.
These changes area a result of running the new checkstyle rule from this PR.
I did not want to pollute the other issue with all these name changes.