You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/02/12 09:35:48 UTC

[GitHub] chetanmeh opened a new pull request #4270: Update CosmosDB SDK to v2.4.0

chetanmeh opened a new pull request #4270: Update CosmosDB SDK to v2.4.0
URL: https://github.com/apache/incubator-openwhisk/pull/4270
 
 
   Update CosmosDB SDK v to 2.40 from 2.3.0 (see [changelog][1])
   
   ## Description
   
   Major version change
   
   - Netty from 4.1.22 to 4.1.32
   - Guava - 20.0 -> 27.0.1
   - Jackson - 2.9.7 -> 2.9.8
   Below is the diff of jars packaged in controller.tar with new sdk version.
   
   ```diff
   26a27
   > animal-sniffer-annotations-1.17.jar
   35,38c36,39
   < azure-cosmosdb-2.3.0.jar
   < azure-cosmosdb-commons-2.3.0.jar
   < azure-cosmosdb-direct-2.3.0.jar
   < azure-cosmosdb-gateway-2.3.0.jar
   ---
   > azure-cosmosdb-2.4.0.jar
   > azure-cosmosdb-commons-2.4.0.jar
   > azure-cosmosdb-direct-2.4.0.jar
   > azure-cosmosdb-gateway-2.4.0.jar
   41a43,44
   > checker-qual-2.5.2.jar
   > commons-beanutils-1.9.2.jar
   44a48
   > commons-digester-1.8.1.jar
   46c50,52
   < commons-lang3-3.5.jar
   ---
   > commons-lang3-3.8.1.jar
   > commons-text-1.6.jar
   > commons-validator-1.6.jar
   52a59,60
   > error_prone_annotations-2.2.0.jar
   > failureaccess-1.0.1.jar
   58c66
   < guava-20.0.jar
   ---
   > guava-27.0.1-jre.jar
   61a70
   > j2objc-annotations-1.1.jar
   63,64c72,73
   < jackson-core-2.9.7.jar
   < jackson-databind-2.9.7.jar
   ---
   > jackson-core-2.9.8.jar
   > jackson-databind-2.9.8.jar
   82a92
   > listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
   93,101c103,111
   < netty-buffer-4.1.22.Final.jar
   < netty-codec-4.1.22.Final.jar
   < netty-codec-http-4.1.22.Final.jar
   < netty-codec-socks-4.1.22.Final.jar
   < netty-common-4.1.22.Final.jar
   < netty-handler-4.1.22.Final.jar
   < netty-handler-proxy-4.1.22.Final.jar
   < netty-resolver-4.1.22.Final.jar
   < netty-transport-4.1.22.Final.jar
   ---
   > netty-buffer-4.1.32.Final.jar
   > netty-codec-4.1.32.Final.jar
   > netty-codec-http-4.1.32.Final.jar
   > netty-codec-socks-4.1.32.Final.jar
   > netty-common-4.1.32.Final.jar
   > netty-handler-4.1.32.Final.jar
   > netty-handler-proxy-4.1.32.Final.jar
   > netty-resolver-4.1.32.Final.jar
   > netty-transport-4.1.32.Final.jar
   
   ```
   
   ## Related issue and scope
   <!--- Please include a link to a related issue if there is one. -->
   - [ ] I opened an issue to propose and discuss this change (#????)
   
   ## My changes affect the following components
   <!--- Select below all system components are affected by your change. -->
   <!--- Enter an `x` in all applicable boxes. -->
   - [ ] API
   - [ ] Controller
   - [ ] Message Bus (e.g., Kafka)
   - [ ] Loadbalancer
   - [ ] Invoker
   - [ ] Intrinsic actions (e.g., sequences, conductors)
   - [ ] Data stores (e.g., CouchDB)
   - [ ] Tests
   - [ ] Deployment
   - [ ] CLI
   - [ ] General tooling
   - [ ] Documentation
   
   ## Types of changes
   <!--- What types of changes does your code introduce? Use `x` in all the boxes that apply: -->
   - [ ] Bug fix (generally a non-breaking change which closes an issue).
   - [ ] Enhancement or new feature (adds new functionality).
   - [ ] Breaking change (a bug fix or enhancement which changes existing behavior).
   
   ## Checklist:
   <!--- Please review the points below which help you make sure you've covered all aspects of the change you're making. -->
   
   - [ ] I signed an [Apache CLA](https://github.com/apache/incubator-openwhisk/blob/master/CONTRIBUTING.md).
   - [ ] I reviewed the [style guides](https://github.com/apache/incubator-openwhisk/wiki/Contributing:-Git-guidelines#code-readiness) and followed the recommendations (Travis CI will check :).
   - [ ] I added tests to cover my changes.
   - [ ] My changes require further changes to the documentation.
   - [ ] I updated the documentation where necessary.
   
   [1]: https://github.com/Azure/azure-cosmosdb-java/tree/master/changelog#240
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services