Matthias Köster
Matthias Köster
Some REST APIs/Standards (e.g. google drive, OData) provide a batch resource to send multiple HTTP requests in a single HTTP request. These APIs use the media type `multipart/mixed` with multiple...
The specification is unclear about annotation types with type `object` and their support for discriminators. According to the spec annotation types have the same facets as types, but why should...
**Theme** Improve interoperability **Description** The current version of the RAML specification describes the grammar of type expressions with an informal grammar and some examples. Providing a more formal EBNF grammar...
It would be nice if we could add support for the [input](https://docs.commercetools.com/http-api-projects-api-extensions.html#input) and [response](https://docs.commercetools.com/http-api-projects-api-extensions.html#response) types of our api extensions.
Our `io.sphere.sdk.queries.MetaModelQueryDsl` defines the methods `withPredicates` and `plusPredicates`. The first method clears all existing predicates and the last methods works like an logical AND. This confused some of our users...
Our SDK uses `sphere` as the root name for all loggers. We should change the root logger name to sth. like `ctp` to make it consistent (see also #1446).
Just a container issue, we should split it later in smaller issues. **Topics** - Analyze problems related to our maven build and JDK 9 - Support for Java Platform Module...
With our next major update to version 2.0 there will be some changes to the names of our packages #1409 and type names #1446. It would be nice if we...
We should rename all types which have `Sphere`in their name with another name. We should discuss the replacement name with the our client teams so that we have some consistency...
Some of our customers use existing java frameworks like spring, but would like to use it together with our model.