-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Cosmos v4 preview #5690
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
kushagraThapar
wants to merge
69
commits into
Azure:feature/cosmos/v4
from
kushagraThapar:cosmos_v4_preview
Closed
Cosmos v4 preview #5690
kushagraThapar
wants to merge
69
commits into
Azure:feature/cosmos/v4
from
kushagraThapar:cosmos_v4_preview
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
* remove java code isImple check but move to suppression and add only check for public class for external Dependency check * fix issue 5113
* Rename from values to getValues()
* Peering: generate 2019 08 01 preview * fix: compile error
This reverts commit 3edaf1c.
* Throw better exceptions in chained token credentials * Fix checkstyle: line too long * Better error message in chained credential * Fix test after new error message
Added File Data Lake package files
* Remove unnessary changes * Added file and samples changes * Minor fix
* Clients and code samples for LeaseClients * Updated tests * Updating unit tests * Using builder pattern for LeaseClients * Fix unit tests * Cleaning up documentation * Fix linting issues and more unit tests * Some moving of clients * Moved test files into correct folder * Moved sub-blob clients to specialized namespace, added BlobBaseClients * Refactoring unit tests * More cleaning up * More cleaning up * Cleaning up linting issues * Addressing PR feedback * Cleaning up Spotbug and linting issues * Updated SpecializedBlobClientBuilder to be a full-fledged builder * Updating CPK variable name and moving specialized test classes to specialized package in test * Cleaning up tests and linting * Fix test order and added exception comment
* Update cosmos versions; up the minor build. * Hot fix version should be 3.2.1
* (Untested) Optimisation for RestProxy createResponse API. * Make the build happy * Introducing LambdaMetaFactory based response cache. * Making LambdaMetaFactory work for Java 9+ * Taking care of concurrent map race * Using singleton MethodType & Signature, using specialized types in function interfaces, replacing Stream with basic loop. * Using singleton MethodHandles.Lookup, adding JMH benchmark for MetaFactory/Reflection * Accomodating removal of core VoidResponse * Adding bench mark for reflection non-cached case * address checkstyle violations in BenchMark tests
* Fix errors caused by upgrading to latest reactor versions * Update netty version to fix failures on linux
* Storage: update 2019 04 01 * Storage: update pom
* remove java code isImple check but move to suppression and add only check for public class for external Dependency check * change enum to ExpandableStringEnum * make it final
* Generating with response models in implementation * Cleaning up model move changes * Moved models to implementation.models * Fix import in unit test * Fix broken test
* Fixing high CPU and memory leak in session pump caused by timed out accept session requests. * Fixing a minor race condition when closing sender or receiver on link creation timeout. * Fixing 2 nit review comments.
…oxy. Instead of teating proxy as the peer, treat the endpoing host as the peer. (Azure#5467)
* Update cosmos versions; up the minor build. * Hot fix version should be 3.2.1 * update versions to the next build number * Remove snapshot from the version
Merged
Member
Author
|
This PR got all the changes from master branch, closing this out. |
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.
This is the same PR as this: #5548