commercetools-sdk-java-v2
commercetools-sdk-java-v2 copied to clipboard
The e-commerce SDK from commercetools for Java.
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.slf4j:slf4j-api](http://www.slf4j.org) ([source](https://togithub.com/qos-ch/slf4j)) | `1.7.36` -> `2.0.5` |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---| | [gradle](https://gradle.org) ([source](https://togithub.com/gradle/gradle)) |...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Config Migration Needed - [ ] Select this checkbox to let Renovate create...
- [ ] Changeset added ### Features ### Fixes ### Breaking changes
[](https://renovatebot.com) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use...
**Is your feature request related to a problem? Please describe.** Modern async Java applications need control on which Threadpool which tasks are running. Currently, by default, all responses returning from...
Hi, I current have the following `GraphQLRequest` that seems to be grabbing the correct data I need. ``` GraphQLRequest request = GraphQLRequest.builder() .query("query($productFilter:String) { products(where: $productFilter) { " + "results...
**Is your feature request related to a problem? Please describe.** We are currently implementing a custom editing application to edit products in commercetools. We bundle the update actions for a...
I'm not sure if this is an issue or a feature request but if the query passed to `QueryUtils` applies a sort order other than by `id` the search results...
**Describe the bug** I am getting some random SSLHandshakeException with request failures. Is there any request rate limit which can cause such a behavior ? **To Reproduce** Call any GET...