-
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
Java SDK 0.2.1 merge #46
Conversation
The test is actually not testing pagination by default because there is no way to reach the default # of entities (1,000) in a reasonable amount of time. Also adding test for query entities filtering
Also adding escape mechanism for expressing filters
Tables implementation work by rpaquay
• the table client • relevant core updates • table tests • pom.xml is updated to reference apache commons lang • Updating useragent to v1.1.2
Table Client commit
Parameterless listTables and queryTables have identical behavior. Add prefix property to QueryTablesOptions. If prefix and query filter are both provided, they are combined by an 'and' expression.
…228 DateTime parser doesn't appear to round-trip accurately lower than that.
Java http libraries assert on known set of verbs
Issue 216
…EVERE warnings. Throw a reasonable error when the Housekeeping: Add suppression markers for unfixable warnings.
…va into fix243_245_254
Fix243 245 254
fix the failed java unit test related to getBlob.
Fix236: EdmType.GUID should map to java.util.UUID
…lter to QueryStringFilter, rename LiteralFilter to PropertyNameFilter.
Making filter immutable, add filter to TableQuery, Rename RawStringFilte...
update version number for official 0.2.1 release
@@ -1,228 +1,228 @@ | |||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is scary to see that the change is (on paper) to replace everything. Can you explain what happened here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks scary to me as well, but really, I only replaced 0.2.0 with 0.2.1, I don't know why it show up in github as full file replacement... :( I tested using maven, it looks so far so good...
3010c5c Merge pull request Azure#52 from jianghaolu/unwrap c78b9c5 Merge commit '9934126e3d2115bedd890f8226cdf1c2c6d39a48' into unwrap ac146e8 Fix errors 670b55e Merge pull request Azure#51 from jianghaolu/09062016 b5aa0f4 Remove ServiceResponse<> wrappers in most methods a55439f fixed page listing for no item lists. e132607 Remove redundant sync & callback based applys d0191c7 Merge commit '794b2abafedf65c2052f2a7a5932155662de8ab1' into rx 7fb2d38 Fix socket timeout and parallel creation 2c7a100 Fix checkstyle errors 866a220 Adapt fluent impls to use native observables e9fa2de Fix pagings with headers ffc5544 Merge commit 'dc9cf4f0b75ac3672a3e125fa2b905dcab7d46f1' into rx a1c0ae4 Generated code returns observables 7814d4f Merge commit '65d59d6f659b227b9936911c99f9cd053249af86' into rx de94443 Merge pull request Azure#49 from Azure/sdk_1026 218ef3a Merge pull request Azure#47 from Azure/sdk_1023 13f7e4b Merge pull request Azure#46 from Azure/sdk_1021 6b54fd6 Merge pull request Azure#44 from Azure/sdk_1015 2572366 Merge branch 'master' of github.com:Azure/azure-sdk-for-java into rx b8004bc Merge pull request Azure#1023 from anuchandy/fixrawtype ac5100f Fixing the javadoc error and formatting errors for key vault 9980d1f Fixing a bunch of RawType usages and minor improvments in simplying callback 7c46138 Merge pull request Azure#45 from jianghaolu/autorest_1343 git-subtree-dir: runtimes git-subtree-split: 3010c5c
3010c5c Merge pull request Azure#52 from jianghaolu/unwrap c78b9c5 Merge commit '9934126e3d2115bedd890f8226cdf1c2c6d39a48' into unwrap ac146e8 Fix errors 670b55e Merge pull request Azure#51 from jianghaolu/09062016 b5aa0f4 Remove ServiceResponse<> wrappers in most methods a55439f fixed page listing for no item lists. e132607 Remove redundant sync & callback based applys d0191c7 Merge commit '794b2abafedf65c2052f2a7a5932155662de8ab1' into rx 7fb2d38 Fix socket timeout and parallel creation 2c7a100 Fix checkstyle errors 866a220 Adapt fluent impls to use native observables e9fa2de Fix pagings with headers ffc5544 Merge commit 'dc9cf4f0b75ac3672a3e125fa2b905dcab7d46f1' into rx a1c0ae4 Generated code returns observables 7814d4f Merge commit '65d59d6f659b227b9936911c99f9cd053249af86' into rx de94443 Merge pull request Azure#49 from Azure/sdk_1026 218ef3a Merge pull request Azure#47 from Azure/sdk_1023 13f7e4b Merge pull request Azure#46 from Azure/sdk_1021 6b54fd6 Merge pull request Azure#44 from Azure/sdk_1015 2572366 Merge branch 'master' of github.com:Azure/azure-sdk-for-java into rx b8004bc Merge pull request Azure#1023 from anuchandy/fixrawtype ac5100f Fixing the javadoc error and formatting errors for key vault 9980d1f Fixing a bunch of RawType usages and minor improvments in simplying callback 7c46138 Merge pull request Azure#45 from jianghaolu/autorest_1343 git-subtree-dir: runtimes git-subtree-split: 3010c5c
Java SDK 0.2.1 merge
Java Storage Client Library 3.0.0
Cleaning up merge from public dev
[Automatic PR] SDK changes from pull request Azure#1021
* Adding GeoPoint and CoordinatesSystem classes to support serialization of GeographyPoint type in Search Service
No description provided.